sc_capsloc         96 dev/bluetooth/btkbd.c 	struct hid_location	 sc_capsloc;
sc_capsloc        281 dev/bluetooth/btkbd.c 	    id, hid_output, &sc->sc_capsloc, NULL);
sc_capsloc        321 dev/bluetooth/btkbd.c 	if ((leds & WSKBD_LED_CAPS) && sc->sc_capsloc.size == 1)
sc_capsloc        322 dev/bluetooth/btkbd.c 		report |= 1 << sc->sc_capsloc.pos;
sc_capsloc        241 dev/usb/ukbd.c 	struct hid_location sc_capsloc;
sc_capsloc        776 dev/usb/ukbd.c 	if ((leds & WSKBD_LED_CAPS) && sc->sc_capsloc.size == 1)
sc_capsloc        777 dev/usb/ukbd.c 		res |= 1 << sc->sc_capsloc.pos;
sc_capsloc        951 dev/usb/ukbd.c 		   sc->sc_hdev.sc_report_id, hid_output, &sc->sc_capsloc, NULL);