Searched refs:LED_CNT (Results 1 – 18 of 18) sorted by relevance
| /kernel/linux/linux-5.10/drivers/input/ |
| D | input-leds.c | 24 } input_led_info[LED_CNT] = { 76 for_each_set_bit(led_code, dev->ledbit, LED_CNT) in input_leds_get_count() 118 for_each_set_bit(led_code, dev->ledbit, LED_CNT) { in input_leds_connect()
|
| D | evdev.c | 66 [EV_LED] = LED_CNT, in evdev_get_mask_cnt()
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | input.h | 144 unsigned long ledbit[BITS_TO_LONGS(LED_CNT)]; 175 unsigned long led[BITS_TO_LONGS(LED_CNT)];
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| D | input-event-codes.h | 698 #define LED_CNT (LED_MAX+1) macro
|
| /kernel/linux/linux-5.10/include/dt-bindings/input/ |
| D | linux-event-codes.h | 931 #define LED_CNT (LED_MAX+1) macro
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | input-event-codes.h | 931 #define LED_CNT (LED_MAX+1) macro
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
| D | input-event-codes.h | 764 #define LED_CNT (LED_MAX + 1) macro
|
| /kernel/linux/linux-5.10/drivers/virtio/ |
| D | virtio_input.c | 282 vi->idev->ledbit, LED_CNT); in virtinput_probe()
|
| /kernel/linux/patches/linux-5.10/unionpi_tiger_pacth/ |
| D | hdf.patch | 238 + memcpy(info->ledCode, dev->ledbit, sizeof(unsigned long) * BITS_TO_LONGS(LED_CNT));
|
| D | linux-5.10.patch | 38590 + memcpy(info->ledCode, input->ledbit, sizeof(unsigned long) * BITS_TO_LONGS(LED_CNT));
|
| /kernel/linux/patches/linux-5.10/imx8mm_patch/ |
| D | hdf.patch | 268 + memcpy(info->ledCode, dev->ledbit, sizeof(unsigned long) * BITS_TO_LONGS(LED_CNT));
|
| /kernel/linux/patches/linux-5.10/common_patch/ |
| D | hdf.patch | 287 + memcpy(info->ledCode, dev->ledbit, sizeof(unsigned long) * BITS_TO_LONGS(LED_CNT));
|
| /kernel/linux/patches/linux-4.19/common_patch/ |
| D | hdf.patch | 285 + memcpy(info->ledCode, dev->ledbit, sizeof(unsigned long) * BITS_TO_LONGS(LED_CNT));
|
| /kernel/linux/patches/linux-5.10/yangfan_patch/ |
| D | hdf.patch | 274 + memcpy(info->ledCode, dev->ledbit, sizeof(unsigned long) * BITS_TO_LONGS(LED_CNT));
|
| /kernel/linux/patches/linux-5.10/zhiyuan_patch/ |
| D | hdf.patch | 328 + memcpy(info->ledCode, dev->ledbit, sizeof(unsigned long) * BITS_TO_LONGS(LED_CNT));
|
| /kernel/linux/patches/linux-5.10/rk3568_patch/ |
| D | hdf.patch | 273 + memcpy(info->ledCode, dev->ledbit, sizeof(unsigned long) * BITS_TO_LONGS(LED_CNT));
|
| /kernel/linux/patches/linux-5.10/khdvk_3566b_patch/ |
| D | hdf.patch | 273 + memcpy(info->ledCode, dev->ledbit, sizeof(unsigned long) * BITS_TO_LONGS(LED_CNT));
|
| /kernel/linux/linux-5.10/drivers/hid/ |
| D | hid-input.c | 1811 for (i = 0; i < BITS_TO_LONGS(LED_CNT); i++) in hidinput_has_been_populated()
|