Home | History | Annotate | Download | only in dwc2

Lines Matching refs:usbd_bus

112 Static void		dwc2_poll(struct usbd_bus *);
116 dwc2_allocx(struct usbd_bus *, unsigned int);
117 Static void dwc2_freex(struct usbd_bus *, struct usbd_xfer *);
118 Static void dwc2_get_lock(struct usbd_bus *, kmutex_t **);
119 Static bool dwc2_dying(struct usbd_bus *);
120 Static int dwc2_roothub_ctrl(struct usbd_bus *, usb_device_request_t *,
231 dwc2_allocx(struct usbd_bus *bus, unsigned int nframes)
252 dwc2_freex(struct usbd_bus *bus, struct usbd_xfer *xfer)
272 dwc2_dying(struct usbd_bus *bus)
280 dwc2_get_lock(struct usbd_bus *bus, kmutex_t **lock)
321 struct usbd_bus *bus = v;
434 dwc2_poll(struct usbd_bus *bus)
546 dwc2_roothub_ctrl(struct usbd_bus *bus, usb_device_request_t *req,