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

/linux-master/drivers/input/
H A Dinput-leds.c82 for_each_set_bit(led_code, dev->ledbit, LED_CNT)
124 for_each_set_bit(led_code, dev->ledbit, LED_CNT) {
H A Dinput.c313 if (is_event_supported(code, dev->ledbit, LED_MAX) &&
1028 !bitmap_subset(id->ledbit, dev->ledbit, LED_MAX) ||
1227 input_seq_print_bitmap(seq, "LED", dev->ledbit, LED_MAX);
1411 'l', id->ledbit, 0, LED_MAX);
1709 INPUT_ADD_HOTPLUG_BM_VAR("LED=", dev->ledbit, LED_MAX);
2136 __set_bit(code, dev->ledbit);
H A Devdev.c792 case EV_LED: bits = dev->ledbit; len = LED_MAX; break;
/linux-master/drivers/input/keyboard/
H A Dlkkbd.c644 __set_bit(LED_CAPSL, input_dev->ledbit);
645 __set_bit(LED_SLEEP, input_dev->ledbit);
646 __set_bit(LED_COMPOSE, input_dev->ledbit);
647 __set_bit(LED_SCROLLL, input_dev->ledbit);
H A Dgoldfish_events.c155 events_import_bits(edev, input_dev->ledbit, EV_LED, LED_MAX);
H A Dhilkbd.c252 hil_dev.dev->ledbit[0] = BIT_MASK(LED_NUML) | BIT_MASK(LED_CAPSL) |
H A Dsunkbd.c306 input_dev->ledbit[0] = BIT_MASK(LED_CAPSL) | BIT_MASK(LED_COMPOSE) |
H A Dhil_kbd.c333 input_dev->ledbit[0] = BIT_MASK(LED_NUML) | BIT_MASK(LED_CAPSL) |
H A Datkbd.c1215 input_dev->ledbit[0] = BIT_MASK(LED_NUML) |
1220 input_dev->ledbit[0] |= BIT_MASK(LED_COMPOSE) |
H A Dapplespi.c1720 applespi->keyboard_input_dev->ledbit[0] = BIT_MASK(LED_CAPSL);
/linux-master/drivers/staging/nvec/
H A Dnvec_kbd.c131 idev->ledbit[0] = BIT_MASK(LED_CAPSL);
/linux-master/net/bluetooth/hidp/
H A Dcore.c682 set_bit(LED_NUML, input->ledbit);
683 set_bit(LED_CAPSL, input->ledbit);
684 set_bit(LED_SCROLLL, input->ledbit);
685 set_bit(LED_COMPOSE, input->ledbit);
686 set_bit(LED_KANA, input->ledbit);
/linux-master/scripts/mod/
H A Ddevicetable-offsets.c106 DEVID_FIELD(input_device_id, ledbit);
H A Dfile2alias.c764 DEF_FIELD_ADDR(symval, input_device_id, ledbit);
795 do_input(alias, *ledbit, 0, INPUT_DEVICE_ID_LED_MAX);
/linux-master/include/linux/
H A Dinput.h58 * @ledbit: bitmap of leds present on the device
150 unsigned long ledbit[BITS_TO_LONGS(LED_CNT)]; member in struct:input_dev
H A Dmod_devicetable.h376 kernel_ulong_t ledbit[INPUT_DEVICE_ID_LED_MAX / BITS_PER_LONG + 1]; member in struct:input_device_id
H A Dhid.h1063 bmap = input->ledbit;
/linux-master/drivers/virtio/
H A Dvirtio_input.c298 vi->idev->ledbit, LED_CNT);
/linux-master/drivers/hid/usbhid/
H A Dusbkbd.c323 input_dev->ledbit[0] = BIT_MASK(LED_NUML) | BIT_MASK(LED_CAPSL) |
/linux-master/drivers/macintosh/
H A Dadbhid.c836 input_dev->ledbit[0] = BIT_MASK(LED_SCROLLL) |
/linux-master/drivers/input/misc/
H A Duinput.c938 retval = uinput_set_bit(arg, ledbit, LED_MAX);
/linux-master/drivers/hid/
H A Dhid-input.c2132 r |= hidinput->input->ledbit[i];

Completed in 242 milliseconds