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

  /src/sys/dev/hid/
hidkbdsc.h 69 struct hid_location sc_capsloc; member in struct:hidkbd
hidkbdsc.h 69 struct hid_location sc_capsloc; member in struct:hidkbd
hidkbd.c 657 if ((leds & WSKBD_LED_CAPS) && kbd->sc_capsloc.size == 1)
658 *report |= 1 << kbd->sc_capsloc.pos;
784 id, hid_output, &kbd->sc_capsloc, NULL);
hidkbd.c 657 if ((leds & WSKBD_LED_CAPS) && kbd->sc_capsloc.size == 1)
658 *report |= 1 << kbd->sc_capsloc.pos;
784 id, hid_output, &kbd->sc_capsloc, NULL);
  /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;
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);
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 30 milliseconds