Home
last modified time | relevance | path

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

/openbsd/sys/dev/i2c/
H A Dims.c76 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 Dimt.c118 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 Dikbd.c88 if (!hid_is_collection(desc, size, iha->reportid, in ikbd_match()
/openbsd/sys/dev/usb/
H A Dums.c99 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 Dfido.c62 if (hid_is_collection(desc, size, uha->reportid, in fido_match()
H A Dumt.c123 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 Dumstc.c89 if (hid_is_collection(desc, size, uha->reportid, in umstc_match()
H A Duwacom.c96 if (hid_is_collection(desc, size, uha->reportid, in uwacom_match()
H A Dukbd.c203 if (!hid_is_collection(desc, size, uha->reportid, in ukbd_match()
H A Dugold.c147 if (hid_is_collection(desc, size, uha->reportid, in ugold_match()
H A Duthum.c179 if (!hid_is_collection(desc, size, uha->reportid, in uthum_match()
/openbsd/sys/dev/hid/
H A Dhid.h95 int hid_is_collection(const void *, int, uint8_t, int32_t);
H A Dhid.c634 hid_is_collection(const void *desc, int size, uint8_t id, int32_t usage) in hid_is_collection() function