Lines Matching refs:wValue
23 #define HID_GET_IDLE_DURATION(wValue) ((wValue) >> 8) argument
24 #define HID_GET_IDLE_ID(wValue) (wValue) argument
25 #define HID_GET_REPORT_TYPE(wValue) ((wValue) >> 8) argument
26 #define HID_GET_REPORT_ID(wValue) (wValue) argument
137 const uint32_t duration = HID_GET_IDLE_DURATION(setup->wValue); in handle_set_idle()
138 const uint8_t id = HID_GET_IDLE_ID(setup->wValue); in handle_set_idle()
162 const uint8_t id = HID_GET_IDLE_ID(setup->wValue); in handle_get_idle()
198 const uint8_t type = HID_GET_REPORT_TYPE(setup->wValue); in handle_set_report()
199 const uint8_t id = HID_GET_REPORT_ID(setup->wValue); in handle_set_report()
234 const uint8_t type = HID_GET_REPORT_TYPE(setup->wValue); in handle_get_report()
235 const uint8_t id = HID_GET_REPORT_ID(setup->wValue); in handle_get_report()
277 const uint16_t protocol = setup->wValue; in handle_set_protocol()
315 if (setup->wValue != 0 || setup->wLength != 1) { in handle_get_protocol()
338 uint8_t desc_type = USB_GET_DESCRIPTOR_TYPE(setup->wValue); in handle_get_descriptor()
339 uint8_t desc_idx = USB_GET_DESCRIPTOR_INDEX(setup->wValue); in handle_get_descriptor()