Home
last modified time | relevance | path

Searched refs:bcdDeviceHigh (Results 1 – 6 of 6) sorted by relevance

/freebsd/lib/libusb/
H A Dlibusb20_ugen20.c999 pq->bcdDeviceHigh = q.bcdDeviceHigh; in ugen20_root_get_dev_quirk()
1040 q.bcdDeviceHigh = pq->bcdDeviceHigh; in ugen20_root_add_dev_quirk()
1064 q.bcdDeviceHigh = pq->bcdDeviceHigh; in ugen20_root_remove_dev_quirk()
H A Dlibusb20.h191 uint16_t bcdDeviceHigh; /* high revision value, inclusive */ member
/freebsd/usr.sbin/usbconfig/
H A Dusbconfig.c179 q.bcdDeviceHigh = hirev; in be_dev_remove_quirk()
201 q.bcdDeviceHigh = hirev; in be_dev_add_quirk()
H A Ddump.c625 q.bcdDeviceHigh, q.quirkname); in dump_be_dev_quirks()
/freebsd/sys/dev/usb/
H A Dusb_ioctl.h225 uint16_t bcdDeviceHigh; /* High Device Revision */ member
/freebsd/sys/dev/usb/quirk/
H A Dusb_quirk.c832 pgq->bcdDeviceHigh = usb_quirks[y].hi_rev; in usb_quirk_ioctl()
871 pgq->bcdDeviceLow, pgq->bcdDeviceHigh, 1); in usb_quirk_ioctl()
909 pgq->bcdDeviceLow, pgq->bcdDeviceHigh, 0); in usb_quirk_ioctl()