Searched refs:HIDBUS_FOREACH_ITEM (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/hid/ |
H A D | hidbus.h | 145 #define HIDBUS_FOREACH_ITEM(hd, hi, tlc_index) \ macro
|
H A D | hidmap.c | 460 HIDBUS_FOREACH_ITEM(hd, &hi, tlc_index) { in hidmap_probe_hid_descr() 675 HIDBUS_FOREACH_ITEM(hd, &hi, tlc_index) { in hidmap_parse_hid_descr()
|
H A D | hidbus.c | 140 HIDBUS_FOREACH_ITEM(d, &h, tlc_index) { in hidbus_locate() 181 HIDBUS_FOREACH_ITEM(d, &h, tlc_index) { in hidbus_is_collection()
|
H A D | hmt.c | 724 HIDBUS_FOREACH_ITEM(hd, &hi, tlc_index) { in hmt_hid_parse()
|