| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | sgm3784.c | 62 LED_MAX enumerator 78 struct sgm3784_led leds[LED_MAX]; 384 static const struct v4l2_ctrl_ops sgm3784_ctrl_ops[LED_MAX] = { 646 if (id >= LED_MAX) { in sgm3784_of_init() 718 for (i = 0; i < LED_MAX; i++) { in sgm3784_probe() 782 for (i = 0; i < LED_MAX; i++) { in sgm3784_remove()
|
| H A D | aw36518.c | 101 LED_MAX enumerator 117 struct aw36518_led leds[LED_MAX]; 454 static const struct v4l2_ctrl_ops aw36518_ctrl_ops[LED_MAX] = { 755 if (id >= LED_MAX) { in aw36518_of_init() 851 for (i = 0; i < LED_MAX; i++) { in aw36518_probe() 921 for (i = 0; i < LED_MAX; i++) { in aw36518_remove()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | input-event-codes.h | 837 #define LED_MAX 0x0f macro 838 #define LED_CNT (LED_MAX+1)
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/input/ |
| H A D | usb-common.c | 308 for (k = 0; k < LED_MAX; k++) { in usbPrint() 428 for (k = 0; k < LED_MAX; k++) { in usbInit()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | input-event-codes.h | 837 #define LED_MAX 0x0f macro 838 #define LED_CNT (LED_MAX+1)
|
| /OK3568_Linux_fs/u-boot/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 783 #define LED_MAX 0x0f macro 784 #define LED_CNT (LED_MAX+1)
|
| /OK3568_Linux_fs/kernel/include/dt-bindings/input/ |
| H A D | rk-input.h | 750 #define LED_MAX 0x0f macro 751 #define LED_CNT (LED_MAX+1)
|
| H A D | linux-event-codes.h | 930 #define LED_MAX 0x0f macro 931 #define LED_CNT (LED_MAX+1)
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | input-event-codes.h | 930 #define LED_MAX 0x0f macro 931 #define LED_CNT (LED_MAX+1)
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/examples/ |
| H A D | ev.c | 116 for (i = 0; i < LED_MAX; i++) { in main()
|
| /OK3568_Linux_fs/kernel/drivers/input/keyboard/ |
| H A D | goldfish_events.c | 155 events_import_bits(edev, input_dev->ledbit, EV_LED, LED_MAX); in events_probe()
|
| /OK3568_Linux_fs/kernel/drivers/input/ |
| H A D | input.c | 56 [EV_LED] = LED_MAX, 340 if (is_event_supported(code, dev->ledbit, LED_MAX) && in input_get_disposition() 1006 !bitmap_subset(id->ledbit, dev->ledbit, LED_MAX) || in input_match_device_id() 1205 input_seq_print_bitmap(seq, "LED", dev->ledbit, LED_MAX); in input_devices_seq_show() 1389 'l', id->ledbit, 0, LED_MAX); in input_print_modalias() 1650 INPUT_ADD_HOTPLUG_BM_VAR("LED=", dev->ledbit, LED_MAX); in input_dev_uevent()
|
| H A D | evdev.c | 792 case EV_LED: bits = dev->ledbit; len = LED_MAX; break; in handle_eviocgbit() 1160 LED_MAX, size, p, compat_mode); in evdev_do_ioctl()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | input.h | 241 #if LED_MAX != INPUT_DEVICE_ID_LED_MAX
|
| H A D | hid.h | 1001 limit = LED_MAX; in hid_map_usage()
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-debug.c | 985 static const char *leds[LED_MAX + 1] = {
|
| /OK3568_Linux_fs/kernel/drivers/input/misc/ |
| H A D | uinput.c | 904 retval = uinput_set_bit(arg, ledbit, LED_MAX); in uinput_ioctl_handler()
|