Searched refs:bRequestType (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/lib/libusb/ |
| H A D | usb.h | 185 uint8_t bRequestType; member
|
| /freebsd-13.1/contrib/libpcap/ |
| H A D | cmakeconfig.h.in | 234 /* Define to 1 if `bRequestType' is a member of `struct
|
| H A D | config.h.in | 237 /* Define to 1 if `bRequestType' is a member of `struct
|
| H A D | pcap-usb-linux.c | 531 ctrl.bRequestType = USB_DIR_IN | USB_TYPE_STANDARD | USB_RECIP_DEVICE; in probe_devices()
|
| H A D | CMakeLists.txt | 1333 # OK, does it define bRequestType? Older versions of the kernel 1335 # "value", rather than "bRequestType", "bRequest", and 1339 …check_struct_has_member("struct usbdevfs_ctrltransfer" bRequestType "linux/compiler.h;linux/usbdev… 1341 …check_struct_has_member("struct usbdevfs_ctrltransfer" bRequestType "linux/usbdevice_fs.h" HAVE_ST…
|
| H A D | configure.ac | 2115 # OK, does it define bRequestType? Older versions of the kernel 2117 # "value", rather than "bRequestType", "bRequest", and 2120 AC_CHECK_MEMBERS([struct usbdevfs_ctrltransfer.bRequestType],,,
|