Home
last modified time | relevance | path

Searched refs:HID_GET_REPORT (Results 1 – 1 of 1) sorted by relevance

/external/libusb/examples/
Dxusb.c84 #define HID_GET_REPORT 0x01 macro
195 HID_GET_REPORT, 0x03f5, 0, master_bt_address, sizeof(master_bt_address), 100)); in display_ps3_status()
201 HID_GET_REPORT, 0x03f2, 0, device_bt_address, sizeof(device_bt_address), 100)); in display_ps3_status()
208 HID_GET_REPORT, (HID_REPORT_TYPE_INPUT<<8)|0x01, 0, input_report, sizeof(input_report), 1000)); in display_ps3_status()
283 HID_GET_REPORT, (HID_REPORT_TYPE_INPUT<<8)|0x00, 0, input_report, 20, 1000)); in display_xbox_status()
641 HID_GET_REPORT, (HID_REPORT_TYPE_FEATURE<<8)|0, 0, report_buffer, (uint16_t)size, 5000); in test_hid()
672 HID_GET_REPORT, (HID_REPORT_TYPE_INPUT<<8)|0x00, 0, report_buffer, (uint16_t)size, 5000); in test_hid()