Lines Matching refs:wIndex
149 uint16_t wIndex; member
171 setup->wIndex, in usb_print_setup()
307 setup->wIndex = sys_le16_to_cpu(setup_raw.wIndex); in usb_handle_control_transfer()
765 LOG_DBG("Set Interface %u alternate %u", setup->wIndex, setup->wValue); in usb_set_interface()
774 if (cur_iface == setup->wIndex && in usb_set_interface()
776 ret = usb_set_alt_setting(setup->wIndex, in usb_set_interface()
785 if (cur_iface == setup->wIndex) { in usb_set_interface()
816 if (cur_iface == setup->wIndex) { in usb_get_interface()
819 setup->wIndex, data[0]); in usb_get_interface()
961 (!is_interface_valid((uint8_t)setup->wIndex))) { in usb_handle_std_interface_req()
1028 uint8_t ep = setup->wIndex; in usb_get_status_endpoint()
1057 uint8_t ep = setup->wIndex; in usb_halt_endpoint_req()
1465 pSetup->bRequest, pSetup->wIndex); in class_handler()
1479 if_descr->bInterfaceNumber == (pSetup->wIndex & 0xFF)) { in class_handler()
1494 pSetup->bRequest, pSetup->wIndex); in custom_handler()
1511 if (if_descr->bInterfaceNumber == (pSetup->wIndex & 0xFF)) { in custom_handler()
1536 pSetup->bRequest, pSetup->wIndex); in vendor_handler()