HomeSort by: relevance | last modified time | path
    Searched defs:sc_numloc (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/hid/
hidkbdsc.h 68 struct hid_location sc_numloc; member in struct:hidkbd
  /src/sys/dev/bluetooth/
btkbd.c 131 struct hid_location sc_numloc; member in struct:btkbd_softc
325 id, hid_output, &sc->sc_numloc, NULL);
370 if ((leds & WSKBD_LED_NUM) && sc->sc_numloc.size == 1)
371 report |= 1 << sc->sc_numloc.pos;
  /src/sys/dev/usb/
ukbd.c 273 struct hid_location sc_numloc; member in struct:ukbd_softc
946 if ((leds & WSKBD_LED_NUM) && sc->sc_numloc.size == 1)
947 res |= 1 << sc->sc_numloc.pos;
1146 sc->sc_report_id, hid_output, &sc->sc_numloc, NULL);

Completed in 13 milliseconds