OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_capsloc
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/hid/
hidkbdsc.h
69
struct hid_location
sc_capsloc
;
member in struct:hidkbd
hidkbd.c
657
if ((leds & WSKBD_LED_CAPS) && kbd->
sc_capsloc
.size == 1)
658
*report |= 1 << kbd->
sc_capsloc
.pos;
784
id, hid_output, &kbd->
sc_capsloc
, NULL);
/src/sys/dev/bluetooth/
btkbd.c
132
struct hid_location
sc_capsloc
;
member in struct:btkbd_softc
328
id, hid_output, &sc->
sc_capsloc
, NULL);
373
if ((leds & WSKBD_LED_CAPS) && sc->
sc_capsloc
.size == 1)
374
report |= 1 << sc->
sc_capsloc
.pos;
/src/sys/dev/usb/
ukbd.c
274
struct hid_location
sc_capsloc
;
member in struct:ukbd_softc
948
if ((leds & WSKBD_LED_CAPS) && sc->
sc_capsloc
.size == 1)
949
res |= 1 << sc->
sc_capsloc
.pos;
1148
sc->sc_report_id, hid_output, &sc->
sc_capsloc
, NULL);
Completed in 69 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025