Home
last modified time | relevance | path

Searched refs:bDeviceProtocol (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/sys/dev/usb/
H A Dusb_quirks.c185 u_int8_t bDeviceProtocol; in usbd_find_quirk()
222 (td->bDeviceProtocol == bANY || in usbd_find_quirk()
223 td->bDeviceProtocol == d->bDeviceProtocol)) {
171 u_int8_t bDeviceProtocol; global() member
H A Dusb.h183 uByte bDeviceProtocol; member
394 uByte bDeviceProtocol; member
H A Duhub.c68 #define UHUB_PROTO(sc) ((sc)->sc_hub->ddesc.bDeviceProtocol)
H A Dusb_subr.c1147 dd->bDeviceProtocol, dd->bMaxPacketSize, dd->bLength, in usbd_new_device()
1297 di->udi_protocol = dev->ddesc.bDeviceProtocol; in usbd_fill_deviceinfo()
H A Dxhci.c1554 #define UHUB_IS_MTT(dev) (dev->ddesc.bDeviceProtocol == UDPROTO_HSHUBMTT) in xhci_pipe_init()
/openbsd-src/sys/dev/usb/dwc2/
H A Ddwc2_hcdqueue.c2168 if (dev->ddesc.bDeviceProtocol != 0) in dwc2_ttthink_to_ns()
H A Ddwc2.c550 .bDeviceProtocol = UDPROTO_HSHUBSTT,