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

  /src/sys/dev/hid/
hidkbdsc.h 68 struct hid_location sc_numloc; member in struct:hidkbd
hidkbd.c 655 if ((leds & WSKBD_LED_NUM) && kbd->sc_numloc.size == 1)
656 *report |= 1 << kbd->sc_numloc.pos;
782 id, hid_output, &kbd->sc_numloc, NULL);
  /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 42 milliseconds