Searched refs:fetch_item (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/hid/ |
H A D | hid-core.c | 726 static u8 *fetch_item(__u8 *start, __u8 *end, struct hid_item *item) in fetch_item() function 904 while ((start = fetch_item(start, end, &item)) != NULL) in hid_scan_report() 1266 while ((next = fetch_item(start, end, &item)) != NULL) { in hid_open_report()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-core.c | 726 static u8 *fetch_item(__u8 *start, __u8 *end, struct hid_item *item) in fetch_item() function 905 while ((start = fetch_item(start, end, &item)) != NULL) in hid_scan_report() 1268 while ((next = fetch_item(start, end, &item)) != NULL) { in hid_open_report()
|
Completed in 7 milliseconds