Lines Matching refs:libusb_control_setup
320 * \ref libusb_control_setup::bmRequestType "bmRequestType" field in control
338 * \ref libusb_control_setup::bmRequestType "bmRequestType" field in control
607 struct libusb_control_setup {
633 #define LIBUSB_CONTROL_SETUP_SIZE (sizeof(struct libusb_control_setup))
1045 static inline struct libusb_control_setup *libusb_control_transfer_get_setup(
1048 return (struct libusb_control_setup *) transfer->buffer;
1058 * \ref libusb_control_setup::bmRequestType "bmRequestType" field of
1059 * \ref libusb_control_setup
1061 * \ref libusb_control_setup::bRequest "bRequest" field of
1062 * \ref libusb_control_setup
1064 * \ref libusb_control_setup::wValue "wValue" field of
1065 * \ref libusb_control_setup
1067 * \ref libusb_control_setup::wIndex "wIndex" field of
1068 * \ref libusb_control_setup
1070 * \ref libusb_control_setup::wLength "wLength" field of
1071 * \ref libusb_control_setup
1077 struct libusb_control_setup *setup = (struct libusb_control_setup *) buffer;
1122 struct libusb_control_setup *setup = (struct libusb_control_setup *) buffer;