HomeSort by: relevance | last modified time | path
    Searched defs:usbd_bus (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/usb/
usbdivar.h 103 void (*ubm_dopoll)(struct usbd_bus *);
104 struct usbd_xfer *(*ubm_allocx)(struct usbd_bus *, unsigned int);
105 void (*ubm_freex)(struct usbd_bus *, struct usbd_xfer *);
107 bool (*ubm_dying)(struct usbd_bus *);
108 void (*ubm_getlock)(struct usbd_bus *, kmutex_t **);
109 usbd_status (*ubm_newdev)(device_t, struct usbd_bus *, int,
112 int (*ubm_rhctrl)(struct usbd_bus *,
155 struct usbd_bus { struct
201 struct usbd_bus *ud_bus; /* our controller */
298 struct usbd_bus *ux_bus
    [all...]

Completed in 14 milliseconds