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

  /src/sys/dev/hid/
hidkbdsc.h 71 struct hid_location sc_compose; member in struct:hidkbd
hidkbd.c 659 if ((leds & WSKBD_LED_COMPOSE) && kbd->sc_compose.size == 1)
660 *report |= 1 << kbd->sc_compose.pos;
788 id, hid_output, &kbd->sc_compose, NULL);
  /src/sys/dev/usb/
ukbd.c 276 struct hid_location sc_compose; member in struct:ukbd_softc
942 if ((leds & WSKBD_LED_COMPOSE) && sc->sc_compose.size == 1)
943 res |= 1 << sc->sc_compose.pos;
1152 sc->sc_report_id, hid_output, &sc->sc_compose, NULL);

Completed in 14 milliseconds