Home
last modified time | relevance | path

Searched refs:sc_capsloc (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/dev/bluetooth/
H A Dbtkbd.c132 struct hid_location sc_capsloc; member
328 id, hid_output, &sc->sc_capsloc, NULL); in btkbd_parse_desc()
373 if ((leds & WSKBD_LED_CAPS) && sc->sc_capsloc.size == 1) in btkbd_set_leds()
374 report |= 1 << sc->sc_capsloc.pos; in btkbd_set_leds()
/netbsd/sys/dev/usb/
H A Dukbd.c273 struct hid_location sc_capsloc; member
948 if ((leds & WSKBD_LED_CAPS) && sc->sc_capsloc.size == 1) in ukbd_set_leds_task()
949 res |= 1 << sc->sc_capsloc.pos; in ukbd_set_leds_task()
1147 sc->sc_report_id, hid_output, &sc->sc_capsloc, NULL); in ukbd_parse_desc()