sc_numloc          95 dev/bluetooth/btkbd.c 	struct hid_location	 sc_numloc;
sc_numloc         278 dev/bluetooth/btkbd.c 	    id, hid_output, &sc->sc_numloc, NULL);
sc_numloc         318 dev/bluetooth/btkbd.c 	if ((leds & WSKBD_LED_NUM) && sc->sc_numloc.size == 1)
sc_numloc         319 dev/bluetooth/btkbd.c 		report |= 1 << sc->sc_numloc.pos;
sc_numloc         240 dev/usb/ukbd.c 	struct hid_location sc_numloc;
sc_numloc         774 dev/usb/ukbd.c 	if ((leds & WSKBD_LED_NUM) && sc->sc_numloc.size == 1)
sc_numloc         775 dev/usb/ukbd.c 		res |= 1 << sc->sc_numloc.pos;
sc_numloc         949 dev/usb/ukbd.c 		   sc->sc_hdev.sc_report_id, hid_output, &sc->sc_numloc, NULL);