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

  /src/sys/dev/hid/
hidkbdsc.h 69 struct hid_location sc_capsloc; member in struct:hidkbd
  /src/sys/dev/bluetooth/
btkbd.c 132 struct hid_location sc_capsloc; member in struct:btkbd_softc
328 id, hid_output, &sc->sc_capsloc, NULL);
373 if ((leds & WSKBD_LED_CAPS) && sc->sc_capsloc.size == 1)
374 report |= 1 << sc->sc_capsloc.pos;
  /src/sys/dev/usb/
ukbd.c 274 struct hid_location sc_capsloc; member in struct:ukbd_softc
948 if ((leds & WSKBD_LED_CAPS) && sc->sc_capsloc.size == 1)
949 res |= 1 << sc->sc_capsloc.pos;
1148 sc->sc_report_id, hid_output, &sc->sc_capsloc, NULL);

Completed in 13 milliseconds