Searched refs:USB_REQ_GET_DESCRIPTOR (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/lib/libusb/
H A Dusb.h199 #define USB_REQ_GET_DESCRIPTOR 0x06 macro
H A Dlibusb01.c262 USB_REQ_GET_DESCRIPTOR, (type << 8) + ep_index, 0,
278 return (usb_control_msg(udev, USB_ENDPOINT_IN, USB_REQ_GET_DESCRIPTOR,
/freebsd-11-stable/sys/compat/linuxkpi/common/include/linux/
H A Dusb.h142 #define USB_REQ_GET_DESCRIPTOR 0x06 macro
/freebsd-11-stable/contrib/libpcap/
H A Dpcap-usb-linux.c490 #define USB_REQ_GET_DESCRIPTOR 6 macro
532 ctrl.bRequest = USB_REQ_GET_DESCRIPTOR;
538 ctrl.request = USB_REQ_GET_DESCRIPTOR;

Completed in 83 milliseconds