Home
last modified time | relevance | path

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

/netbsd/sys/dev/bluetooth/
H A Dbtkbd.c133 struct hid_location sc_scroloc; member
331 id, hid_output, &sc->sc_scroloc, NULL); in btkbd_parse_desc()
367 if ((leds & WSKBD_LED_SCROLL) && sc->sc_scroloc.size == 1) in btkbd_set_leds()
368 report |= 1 << sc->sc_scroloc.pos; in btkbd_set_leds()
/netbsd/sys/dev/usb/
H A Dukbd.c274 struct hid_location sc_scroloc; member
944 if ((leds & WSKBD_LED_SCROLL) && sc->sc_scroloc.size == 1) in ukbd_set_leds_task()
945 res |= 1 << sc->sc_scroloc.pos; in ukbd_set_leds_task()
1149 sc->sc_report_id, hid_output, &sc->sc_scroloc, NULL); in ukbd_parse_desc()