Home | History | Annotate | Download | only in usb

Lines Matching refs:usbd_bus

147 static void xhci_poll(struct usbd_bus *);
148 static struct usbd_xfer *xhci_allocx(struct usbd_bus *, unsigned int);
149 static void xhci_freex(struct usbd_bus *, struct usbd_xfer *);
151 static bool xhci_dying(struct usbd_bus *);
152 static void xhci_get_lock(struct usbd_bus *, kmutex_t **);
153 static usbd_status xhci_new_device(device_t, struct usbd_bus *, int, int, int,
155 static int xhci_roothub_ctrl(struct usbd_bus *, usb_device_request_t *,
2697 struct usbd_bus * const bus = v;
2756 xhci_poll(struct usbd_bus *bus)
2773 xhci_allocx(struct usbd_bus *bus, unsigned int nframes)
2800 xhci_freex(struct usbd_bus *bus, struct usbd_xfer *xfer)
2824 xhci_dying(struct usbd_bus *bus)
2832 xhci_get_lock(struct usbd_bus *bus, kmutex_t **lock)
2857 xhci_new_device(device_t parent, struct usbd_bus *bus, int depth,
4089 xhci_roothub_ctrl_locked(struct usbd_bus *bus, usb_device_request_t *req,
4356 xhci_roothub_ctrl(struct usbd_bus *bus, usb_device_request_t *req,