Lines Matching defs:usbd_bus_methods
98 struct usbd_bus_methods { struct
99 usbd_status (*ubm_open)(struct usbd_pipe *);
100 void (*ubm_softint)(void *);
101 void (*ubm_dopoll)(struct usbd_bus *);
102 struct usbd_xfer *(*ubm_allocx)(struct usbd_bus *, unsigned int);
103 void (*ubm_freex)(struct usbd_bus *, struct usbd_xfer *);
104 void (*ubm_abortx)(struct usbd_xfer *);
105 bool (*ubm_dying)(struct usbd_bus *);
106 void (*ubm_getlock)(struct usbd_bus *, kmutex_t **);
107 usbd_status (*ubm_newdev)(device_t, struct usbd_bus *, int,
110 int (*ubm_rhctrl)(struct usbd_bus *,