Searched refs:REPORT_SIZE (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/hid/ |
D | hid-thingm.c | 22 #define REPORT_SIZE 9 macro 74 static int thingm_send(struct thingm_device *tdev, u8 buf[REPORT_SIZE]) in thingm_send() argument 82 ret = hid_hw_raw_request(tdev->hdev, buf[0], buf, REPORT_SIZE, in thingm_send() 88 static int thingm_recv(struct thingm_device *tdev, u8 buf[REPORT_SIZE]) in thingm_recv() argument 92 ret = hid_hw_raw_request(tdev->hdev, buf[0], buf, REPORT_SIZE, in thingm_recv() 106 u8 buf[REPORT_SIZE] = { REPORT_ID, 'v', 0, 0, 0, 0, 0, 0, 0 }; in thingm_version() 125 u8 buf[REPORT_SIZE] = { REPORT_ID, 'c', 0, 0, 0, 0, 0, rgb->num, 0 }; in thingm_write_color()
|
/linux-4.4.14/Documentation/usb/ |
D | gadget_hid.txt | 39 0x75, 0x01, /* REPORT_SIZE (1) */ 43 0x75, 0x08, /* REPORT_SIZE (8) */ 46 0x75, 0x01, /* REPORT_SIZE (1) */ 52 0x75, 0x03, /* REPORT_SIZE (3) */ 55 0x75, 0x08, /* REPORT_SIZE (8) */
|