Searched refs:hid_len (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/dev/hid/
H A Dhkbd.c896 hid_size_t hid_len; local
944 err = hid_get_report_descr(dev, &hid_ptr, &hid_len);
948 (int)hid_len);
950 hkbd_parse_hid(sc, hid_ptr, hid_len, tlc_index);
/freebsd-13-stable/sys/dev/usb/input/
H A Dukbd.c1082 uint16_t hid_len; local
1154 &hid_len, M_TEMP, uaa->info.bIfaceIndex);
1158 (int)hid_len);
1160 ukbd_parse_hid(sc, hid_ptr, hid_len);

Completed in 117 milliseconds