Home
last modified time | relevance | path

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

/freebsd/sys/dev/hid/
H A Dhkbd.c137 struct hid_location sc_loc_key[HKBD_NKEYCODE]; member
692 struct hid_location tmp_loc = sc->sc_loc_key[0]; in hkbd_intr_callback()
719 } else if (hid_get_data(buf, len, &sc->sc_loc_key[i])) { in hkbd_intr_callback()
806 hid_input, tlc_index, 0, &sc->sc_loc_key[0], &flags, in hkbd_parse_hid()
820 hid_input, tlc_index, 0, &sc->sc_loc_key[key], &flags, in hkbd_parse_hid()
/freebsd/sys/dev/usb/input/
H A Dukbd.c145 struct hid_location sc_loc_key[UKBD_NKEYCODE]; member
767 struct hid_location tmp_loc = sc->sc_loc_key[0]; in ukbd_intr_callback()
790 } else if (hid_get_data(sc->sc_buffer, len, &sc->sc_loc_key[i])) { in ukbd_intr_callback()
1068 hid_input, 0, &sc->sc_loc_key[0], &flags, in ukbd_parse_hid()
1082 hid_input, 0, &sc->sc_loc_key[key], &flags, in ukbd_parse_hid()