Home
last modified time | relevance | path

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

/freebsd/sys/dev/hid/
H A Dhkbd.c876 hid_size_t hid_len; in hkbd_attach() local
924 err = hid_get_report_descr(dev, &hid_ptr, &hid_len); in hkbd_attach()
928 (int)hid_len); in hkbd_attach()
930 hkbd_parse_hid(sc, hid_ptr, hid_len, tlc_index); in hkbd_attach()
/freebsd/sys/dev/usb/input/
H A Dukbd.c1132 uint16_t hid_len; in ukbd_attach() local
1215 &hid_len, M_TEMP, uaa->info.bIfaceIndex); in ukbd_attach()
1219 (int)hid_len); in ukbd_attach()
1221 ukbd_parse_hid(sc, hid_ptr, hid_len); in ukbd_attach()