usbd_bus          140 dev/usb/ehci.c void		ehci_poll(struct usbd_bus *);
usbd_bus          150 dev/usb/ehci.c usbd_status	ehci_allocm(struct usbd_bus *, usb_dma_t *, u_int32_t);
usbd_bus          151 dev/usb/ehci.c void		ehci_freem(struct usbd_bus *, usb_dma_t *);
usbd_bus          153 dev/usb/ehci.c usbd_xfer_handle	ehci_allocx(struct usbd_bus *);
usbd_bus          154 dev/usb/ehci.c void		ehci_freex(struct usbd_bus *, usbd_xfer_handle);
usbd_bus          879 dev/usb/ehci.c ehci_poll(struct usbd_bus *bus)
usbd_bus         1083 dev/usb/ehci.c ehci_allocm(struct usbd_bus *bus, usb_dma_t *dma, u_int32_t size)
usbd_bus         1097 dev/usb/ehci.c ehci_freem(struct usbd_bus *bus, usb_dma_t *dma)
usbd_bus         1105 dev/usb/ehci.c ehci_allocx(struct usbd_bus *bus)
usbd_bus         1135 dev/usb/ehci.c ehci_freex(struct usbd_bus *bus, usbd_xfer_handle xfer)
usbd_bus           95 dev/usb/ehcivar.h 	struct usbd_bus sc_bus;		/* base device */
usbd_bus          112 dev/usb/ohci.c void		ohci_poll(struct usbd_bus *);
usbd_bus          131 dev/usb/ohci.c usbd_status	ohci_allocm(struct usbd_bus *, usb_dma_t *, u_int32_t);
usbd_bus          132 dev/usb/ohci.c void		ohci_freem(struct usbd_bus *, usb_dma_t *);
usbd_bus          134 dev/usb/ohci.c usbd_xfer_handle	ohci_allocx(struct usbd_bus *);
usbd_bus          135 dev/usb/ohci.c void		ohci_freex(struct usbd_bus *, usbd_xfer_handle);
usbd_bus          891 dev/usb/ohci.c ohci_allocm(struct usbd_bus *bus, usb_dma_t *dma, u_int32_t size)
usbd_bus          899 dev/usb/ohci.c ohci_freem(struct usbd_bus *bus, usb_dma_t *dma)
usbd_bus          907 dev/usb/ohci.c ohci_allocx(struct usbd_bus *bus)
usbd_bus          934 dev/usb/ohci.c ohci_freex(struct usbd_bus *bus, usbd_xfer_handle xfer)
usbd_bus         1630 dev/usb/ohci.c ohci_poll(struct usbd_bus *bus)
usbd_bus           88 dev/usb/ohcivar.h 	struct usbd_bus sc_bus;		/* base device */
usbd_bus          178 dev/usb/uhci.c usbd_status	uhci_allocm(struct usbd_bus *, usb_dma_t *, u_int32_t);
usbd_bus          179 dev/usb/uhci.c void		uhci_freem(struct usbd_bus *, usb_dma_t *);
usbd_bus          181 dev/usb/uhci.c usbd_xfer_handle	uhci_allocx(struct usbd_bus *);
usbd_bus          182 dev/usb/uhci.c void		uhci_freex(struct usbd_bus *, usbd_xfer_handle);
usbd_bus          221 dev/usb/uhci.c void		uhci_poll(struct usbd_bus *);
usbd_bus          562 dev/usb/uhci.c uhci_allocm(struct usbd_bus *bus, usb_dma_t *dma, u_int32_t size)
usbd_bus          596 dev/usb/uhci.c uhci_freem(struct usbd_bus *bus, usb_dma_t *dma)
usbd_bus          602 dev/usb/uhci.c uhci_allocx(struct usbd_bus *bus)
usbd_bus          631 dev/usb/uhci.c uhci_freex(struct usbd_bus *bus, usbd_xfer_handle xfer)
usbd_bus         1529 dev/usb/uhci.c uhci_poll(struct usbd_bus *bus)
usbd_bus          136 dev/usb/uhcivar.h 	struct usbd_bus sc_bus;		/* base device */
usbd_bus          285 dev/usb/usbdi.c 		struct usbd_bus *bus = pipe->device->bus;
usbd_bus          307 dev/usb/usbdi.c 			struct usbd_bus *bus = pipe->device->bus;
usbd_bus          341 dev/usb/usbdi.c 	struct usbd_bus *bus = xfer->device->bus;
usbd_bus          775 dev/usb/usbdi.c 			struct usbd_bus *bus = pipe->device->bus;
usbd_bus           42 dev/usb/usbdi.h typedef struct usbd_bus		*usbd_bus_handle;
usbd_bus           61 dev/usb/usbdivar.h 	void		      (*do_poll)(struct usbd_bus *);
usbd_bus           62 dev/usb/usbdivar.h 	usbd_status	      (*allocm)(struct usbd_bus *, usb_dma_t *,
usbd_bus           64 dev/usb/usbdivar.h 	void		      (*freem)(struct usbd_bus *, usb_dma_t *);
usbd_bus           65 dev/usb/usbdivar.h 	struct usbd_xfer *    (*allocx)(struct usbd_bus *);
usbd_bus           66 dev/usb/usbdivar.h 	void		      (*freex)(struct usbd_bus *, struct usbd_xfer *);
usbd_bus          105 dev/usb/usbdivar.h struct usbd_bus {
usbd_bus          134 dev/usb/usbdivar.h 	struct usbd_bus	       *bus;           /* our controller */
usbd_bus          260 dev/usb/usbdivar.h void		usb_schedsoftintr(struct usbd_bus *);
usbd_bus          831 dev/usb/usbf_subr.c 	struct usbd_bus dbus;