Searched refs:HID_GET_REPORT (Results 1 – 1 of 1) sorted by relevance
/third_party/libusb/examples/ |
D | xusb.c | 77 #define HID_GET_REPORT 0x01 macro 198 HID_GET_REPORT, 0x03f5, 0, master_bt_address, sizeof(master_bt_address), 100)); in display_ps3_status() 204 HID_GET_REPORT, 0x03f2, 0, device_bt_address, sizeof(device_bt_address), 100)); in display_ps3_status() 211 HID_GET_REPORT, (HID_REPORT_TYPE_INPUT<<8)|0x01, 0, input_report, sizeof(input_report), 1000)); in display_ps3_status() 285 HID_GET_REPORT, (HID_REPORT_TYPE_INPUT<<8)|0x00, 0, input_report, 20, 1000)); in display_xbox_status() 642 HID_GET_REPORT, (HID_REPORT_TYPE_FEATURE<<8)|0, 0, report_buffer, (uint16_t)size, 5000); in test_hid() 673 HID_GET_REPORT, (HID_REPORT_TYPE_INPUT<<8)|0x00, 0, report_buffer, (uint16_t)size, 5000); in test_hid()
|