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

/freebsd-13-stable/sys/dev/hid/
H A Dhkbd.c142 struct hid_location sc_loc_key[HKBD_NKEYCODE]; member in struct:hkbd_softc
712 offset = sc->sc_loc_key[0].count;
718 &sc->sc_loc_key[i]);
733 } else if (hid_get_data(buf, len, &sc->sc_loc_key[i])) {
825 hid_input, tlc_index, 0, &sc->sc_loc_key[0], &flags,
839 hid_input, tlc_index, 0, &sc->sc_loc_key[key], &flags,
/freebsd-13-stable/sys/dev/usb/input/
H A Dukbd.c146 struct hid_location sc_loc_key[UKBD_NKEYCODE]; member in struct:ukbd_softc
716 struct hid_location tmp_loc = sc->sc_loc_key[0];
739 } else if (hid_get_data(sc->sc_buffer, len, &sc->sc_loc_key[i])) {
1018 hid_input, 0, &sc->sc_loc_key[0], &flags,
1032 hid_input, 0, &sc->sc_loc_key[key], &flags,

Completed in 101 milliseconds