Searched refs:ledbit (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/keyboard/
H A Dlkkbd.c660 __set_bit(LED_CAPSL, input_dev->ledbit);
661 __set_bit(LED_SLEEP, input_dev->ledbit);
662 __set_bit(LED_COMPOSE, input_dev->ledbit);
663 __set_bit(LED_SCROLLL, input_dev->ledbit);
H A Dhilkbd.c256 hil_dev.dev->ledbit[0] = BIT_MASK(LED_NUML) | BIT_MASK(LED_CAPSL) |
H A Dsunkbd.c301 input_dev->ledbit[0] = BIT_MASK(LED_CAPSL) | BIT_MASK(LED_COMPOSE) |
H A Dhil_kbd.c334 input_dev->ledbit[0] = BIT_MASK(LED_NUML) | BIT_MASK(LED_CAPSL) |
H A Datkbd.c1047 input_dev->ledbit[0] = BIT_MASK(LED_NUML) |
1052 input_dev->ledbit[0] |= BIT_MASK(LED_COMPOSE) |
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/bluetooth/hidp/
H A Dcore.c669 set_bit(LED_NUML, input->ledbit);
670 set_bit(LED_CAPSL, input->ledbit);
671 set_bit(LED_SCROLLL, input->ledbit);
672 set_bit(LED_COMPOSE, input->ledbit);
673 set_bit(LED_KANA, input->ledbit);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/
H A Dinput.c285 if (is_event_supported(code, dev->ledbit, LED_MAX) &&
828 MATCH_BIT(ledbit, LED_MAX);
1012 input_seq_print_bitmap(seq, "LED", dev->ledbit, LED_MAX);
1198 'l', id->ledbit, 0, LED_MAX);
1439 INPUT_ADD_HOTPLUG_BM_VAR("LED=", dev->ledbit, LED_MAX);
1676 __set_bit(code, dev->ledbit);
H A Devdev.c510 case EV_LED: bits = dev->ledbit; len = LED_MAX; break;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/touchscreen/
H A Dh3600_ts_input.c366 input_dev->ledbit[0] = BIT_MASK(LED_SLEEP);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/usbhid/
H A Dusbkbd.c279 input_dev->ledbit[0] = BIT_MASK(LED_NUML) | BIT_MASK(LED_CAPSL) |
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dmod_devicetable.h325 kernel_ulong_t ledbit[INPUT_DEVICE_ID_LED_MAX / BITS_PER_LONG + 1]; member in struct:input_device_id
H A Dhid.h743 *bit = input->ledbit;
H A Dinput.h1080 * @ledbit: bitmap of leds present on the device
1161 unsigned long ledbit[BITS_TO_LONGS(LED_CNT)]; member in struct:input_dev
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dadbhid.c796 input_dev->ledbit[0] = BIT_MASK(LED_SCROLLL) |
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/misc/
H A Duinput.c668 retval = uinput_set_bit(arg, ledbit, LED_MAX);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/mod/
H A Dfile2alias.c631 do_input(alias, id->ledbit, 0, INPUT_DEVICE_ID_LED_MAX);

Completed in 237 milliseconds