Home
last modified time | relevance | path

Searched defs:usbd_bus_methods (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/usb/
H A Dusbdivar.h98 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,
[all …]