Lines Matching refs:wValue
148 uint16_t wValue; member
170 setup->wValue, in usb_print_setup()
306 setup->wValue = sys_le16_to_cpu(setup_raw.wValue); in usb_handle_control_transfer()
468 type = USB_GET_DESCRIPTOR_TYPE(setup->wValue); in usb_get_descriptor()
469 index = USB_GET_DESCRIPTOR_INDEX(setup->wValue); in usb_get_descriptor()
512 LOG_DBG("Desc %x not found!", setup->wValue); in usb_get_descriptor()
687 LOG_DBG("Set Configuration %u request", setup->wValue); in usb_set_configuration()
689 if (setup->wValue == 0U) { in usb_set_configuration()
691 usb_dev.configuration = setup->wValue; in usb_set_configuration()
706 if (cur_config == setup->wValue) { in usb_set_configuration()
719 if ((cur_config != setup->wValue) || in usb_set_configuration()
737 usb_dev.configuration = setup->wValue; in usb_set_configuration()
743 LOG_DBG("Set Configuration %u failed", setup->wValue); in usb_set_configuration()
765 LOG_DBG("Set Interface %u alternate %u", setup->wIndex, setup->wValue); in usb_set_interface()
775 cur_alt_setting == setup->wValue) { in usb_set_interface()
777 setup->wValue); in usb_set_interface()
788 setup->wValue); in usb_set_interface()
876 LOG_DBG("Set Address %u request", setup->wValue); in usb_handle_std_device_req()
877 return !usb_dc_set_address(setup->wValue); in usb_handle_std_device_req()
886 if (setup->wValue == USB_SFS_REMOTE_WAKEUP) { in usb_handle_std_device_req()
897 if (setup->wValue == USB_SFS_REMOTE_WAKEUP) { in usb_handle_std_device_req()
1112 if (setup->wValue == USB_SFS_ENDPOINT_HALT) { in usb_handle_std_endpoint_req()
1117 if (setup->wValue == USB_SFS_ENDPOINT_HALT) { in usb_handle_std_endpoint_req()