Searched refs:hid_is_collection (Results 1 – 13 of 13) sorted by relevance
/openbsd/sys/dev/i2c/ |
H A D | ims.c | 76 if (hid_is_collection(desc, size, iha->reportid, in ims_match() 80 if (hid_is_collection(desc, size, iha->reportid, in ims_match() 84 if (hid_is_collection(desc, size, iha->reportid, in ims_match() 88 if (hid_is_collection(desc, size, iha->reportid, in ims_match()
|
H A D | imt.c | 118 if (hid_is_collection(desc, size, repid, in imt_find_winptp_reports() 123 } else if (hid_is_collection(desc, size, repid, in imt_find_winptp_reports()
|
H A D | ikbd.c | 88 if (!hid_is_collection(desc, size, iha->reportid, in ikbd_match()
|
/openbsd/sys/dev/usb/ |
H A D | ums.c | 99 if (hid_is_collection(desc, size, uha->reportid, in ums_match() 103 if (hid_is_collection(desc, size, uha->reportid, in ums_match() 107 if (hid_is_collection(desc, size, uha->reportid, in ums_match() 111 if (hid_is_collection(desc, size, uha->reportid, in ums_match()
|
H A D | fido.c | 62 if (hid_is_collection(desc, size, uha->reportid, in fido_match()
|
H A D | umt.c | 123 if (hid_is_collection(desc, size, repid, in umt_find_winptp_reports() 128 } else if (hid_is_collection(desc, size, repid, in umt_find_winptp_reports()
|
H A D | umstc.c | 89 if (hid_is_collection(desc, size, uha->reportid, in umstc_match()
|
H A D | uwacom.c | 96 if (hid_is_collection(desc, size, uha->reportid, in uwacom_match()
|
H A D | ukbd.c | 203 if (!hid_is_collection(desc, size, uha->reportid, in ukbd_match()
|
H A D | ugold.c | 147 if (hid_is_collection(desc, size, uha->reportid, in ugold_match()
|
H A D | uthum.c | 179 if (!hid_is_collection(desc, size, uha->reportid, in uthum_match()
|
/openbsd/sys/dev/hid/ |
H A D | hid.h | 95 int hid_is_collection(const void *, int, uint8_t, int32_t);
|
H A D | hid.c | 634 hid_is_collection(const void *desc, int size, uint8_t id, int32_t usage) in hid_is_collection() function
|