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

  /src/sys/dev/hid/
hidkbdsc.h 70 struct hid_location sc_scroloc; member in struct:hidkbd
  /src/sys/dev/bluetooth/
btkbd.c 133 struct hid_location sc_scroloc; member in struct:btkbd_softc
331 id, hid_output, &sc->sc_scroloc, NULL);
367 if ((leds & WSKBD_LED_SCROLL) && sc->sc_scroloc.size == 1)
368 report |= 1 << sc->sc_scroloc.pos;
  /src/sys/dev/usb/
ukbd.c 275 struct hid_location sc_scroloc; member in struct:ukbd_softc
944 if ((leds & WSKBD_LED_SCROLL) && sc->sc_scroloc.size == 1)
945 res |= 1 << sc->sc_scroloc.pos;
1150 sc->sc_report_id, hid_output, &sc->sc_scroloc, NULL);

Completed in 13 milliseconds