Searched refs:SW_MAX (Results 1 – 6 of 6) sorted by relevance
| /linux/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 955 #define SW_MAX 0x11 956 #define SW_CNT (SW_MAX+1) 925 #define SW_MAX global() macro
|
| /linux/include/uapi/linux/ |
| H A D | input-event-codes.h | 955 #define SW_MAX 0x11 macro 956 #define SW_CNT (SW_MAX+1)
|
| /linux/drivers/input/keyboard/ |
| H A D | goldfish_events.c | 158 events_import_bits(edev, input_dev->swbit, EV_SW, SW_MAX); in events_probe()
|
| /linux/drivers/input/ |
| H A D | input.c | 59 [EV_SW] = SW_MAX, 253 if (is_event_supported(code, dev->swbit, SW_MAX) && in input_get_disposition() 1041 !bitmap_subset(id->swbit, dev->swbit, SW_MAX) || in input_match_device_id() 1206 input_seq_print_bitmap(seq, "SW", dev->swbit, SW_MAX); in input_devices_seq_show() 1429 'w', id->swbit, 0, SW_MAX); in input_print_modalias_parts() 1761 INPUT_ADD_HOTPLUG_BM_VAR("SW=", dev->swbit, SW_MAX); in input_dev_uevent()
|
| H A D | evdev.c | 798 case EV_SW: bits = dev->swbit; len = SW_MAX; break; in handle_eviocgbit() 1171 SW_MAX, size, p, compat_mode); in evdev_do_ioctl()
|
| /linux/drivers/input/misc/ |
| H A D | uinput.c | 986 retval = uinput_set_bit(arg, swbit, SW_MAX); in uinput_ioctl_handler()
|