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

  /src/sys/dev/hid/
hidkbdsc.h 71 struct hid_location sc_compose; member in struct:hidkbd
  /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 12 milliseconds