/Linux-v4.19/drivers/hid/ |
D | hid-ntrig.c | 473 EV_ABS, ABS_MT_POSITION_X); in ntrig_input_mapping() 495 EV_ABS, ABS_MT_POSITION_Y); in ntrig_input_mapping() 530 EV_ABS, ABS_MT_TOUCH_MAJOR); in ntrig_input_mapping() 534 EV_ABS, ABS_MT_TOUCH_MINOR); in ntrig_input_mapping() 558 || usage->type == EV_ABS) in ntrig_input_mapped() 634 input_event(input, EV_ABS, ABS_X, nd->x); in ntrig_event() 635 input_event(input, EV_ABS, ABS_Y, nd->y); in ntrig_event() 727 input_event(input, EV_ABS, ABS_X, nd->x); in ntrig_event() 728 input_event(input, EV_ABS, ABS_Y, nd->y); in ntrig_event() 732 input_event(input, EV_ABS, ABS_MT_POSITION_X, nd->x); in ntrig_event() [all …]
|
D | hid-udraw-ps3.c | 319 input_dev->evbit[0] = BIT(EV_ABS) | BIT(EV_KEY); in udraw_setup_touch() 346 input_dev->evbit[0] = BIT(EV_ABS) | BIT(EV_KEY); in udraw_setup_pen() 374 input_dev->evbit[0] = BIT(EV_ABS); in udraw_setup_accel() 397 input_dev->evbit[0] = BIT(EV_KEY) | BIT(EV_ABS); in udraw_setup_joypad()
|
D | wacom_wac.c | 1788 case EV_ABS: in wacom_map_usage() 1893 wacom_map_usage(input, usage, field, EV_ABS, ABS_X, 0); in wacom_wac_pad_usage_mapping() 1898 wacom_map_usage(input, usage, field, EV_ABS, ABS_Y, 0); in wacom_wac_pad_usage_mapping() 1903 wacom_map_usage(input, usage, field, EV_ABS, ABS_Z, 0); in wacom_wac_pad_usage_mapping() 1936 wacom_map_usage(input, usage, field, EV_ABS, ABS_RX, 0); in wacom_wac_pad_usage_mapping() 1940 wacom_map_usage(input, usage, field, EV_ABS, ABS_RY, 0); in wacom_wac_pad_usage_mapping() 1944 wacom_map_usage(input, usage, field, EV_ABS, ABS_WHEEL, 0); in wacom_wac_pad_usage_mapping() 1952 usage->type = EV_ABS; in wacom_wac_pad_usage_mapping() 1954 set_bit(EV_ABS, input->evbit); in wacom_wac_pad_usage_mapping() 2102 input_event(input, EV_ABS, ABS_MISC, active ? PAD_DEVICE_ID : 0); in wacom_wac_pad_report() [all …]
|
D | hid-multitouch.c | 1058 input_event(input, EV_ABS, ABS_MT_POSITION_X, *slot->x); in mt_process_slot() 1059 input_event(input, EV_ABS, ABS_MT_POSITION_Y, *slot->y); in mt_process_slot() 1060 input_event(input, EV_ABS, ABS_MT_TOOL_X, *slot->cx); in mt_process_slot() 1061 input_event(input, EV_ABS, ABS_MT_TOOL_Y, *slot->cy); in mt_process_slot() 1062 input_event(input, EV_ABS, ABS_MT_DISTANCE, !*slot->tip_state); in mt_process_slot() 1063 input_event(input, EV_ABS, ABS_MT_ORIENTATION, orientation); in mt_process_slot() 1064 input_event(input, EV_ABS, ABS_MT_PRESSURE, *slot->p); in mt_process_slot() 1065 input_event(input, EV_ABS, ABS_MT_TOUCH_MAJOR, major); in mt_process_slot() 1066 input_event(input, EV_ABS, ABS_MT_TOUCH_MINOR, minor); in mt_process_slot()
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | sun4i-a10-inet9f-rev03.dts | 73 linux,input-type = <EV_ABS>; 81 linux,input-type = <EV_ABS>; 89 linux,input-type = <EV_ABS>; 97 linux,input-type = <EV_ABS>; 105 linux,input-type = <EV_ABS>; 113 linux,input-type = <EV_ABS>; 121 linux,input-type = <EV_ABS>; 129 linux,input-type = <EV_ABS>; 137 linux,input-type = <EV_ABS>; 145 linux,input-type = <EV_ABS>; [all …]
|
/Linux-v4.19/drivers/input/rmi4/ |
D | rmi_2d_sensor.c | 101 input_event(sensor->input, EV_ABS, ABS_MT_POSITION_X, obj->x); in rmi_2d_sensor_abs_report() 102 input_event(sensor->input, EV_ABS, ABS_MT_POSITION_Y, obj->y); in rmi_2d_sensor_abs_report() 103 input_event(sensor->input, EV_ABS, ABS_MT_ORIENTATION, wide); in rmi_2d_sensor_abs_report() 104 input_event(sensor->input, EV_ABS, ABS_MT_PRESSURE, obj->z); in rmi_2d_sensor_abs_report() 105 input_event(sensor->input, EV_ABS, ABS_MT_TOUCH_MAJOR, major); in rmi_2d_sensor_abs_report() 106 input_event(sensor->input, EV_ABS, ABS_MT_TOUCH_MINOR, minor); in rmi_2d_sensor_abs_report() 158 set_bit(EV_ABS, input->evbit); in rmi_2d_sensor_set_input_params()
|
/Linux-v4.19/drivers/input/ |
D | input-mt.c | 151 input_event(dev, EV_ABS, ABS_MT_TRACKING_ID, -1); in input_mt_report_slot_state() 159 input_event(dev, EV_ABS, ABS_MT_TRACKING_ID, id); in input_mt_report_slot_state() 160 input_event(dev, EV_ABS, ABS_MT_TOOL_TYPE, tool_type); in input_mt_report_slot_state() 247 input_event(dev, EV_ABS, ABS_X, x); in input_mt_report_pointer_emulation() 248 input_event(dev, EV_ABS, ABS_Y, y); in input_mt_report_pointer_emulation() 252 input_event(dev, EV_ABS, ABS_PRESSURE, p); in input_mt_report_pointer_emulation() 256 input_event(dev, EV_ABS, ABS_PRESSURE, 0); in input_mt_report_pointer_emulation() 268 input_event(dev, EV_ABS, ABS_MT_TRACKING_ID, -1); in __input_mt_drop_unused()
|
D | joydev.c | 134 case EV_ABS: in joydev_event() 840 __set_bit(EV_ABS, jd_scratch); in joydev_dev_is_absolute_mouse() 1004 .evbit = { BIT_MASK(EV_ABS) }, 1010 .evbit = { BIT_MASK(EV_ABS) }, 1016 .evbit = { BIT_MASK(EV_ABS) }, 1022 .evbit = { BIT_MASK(EV_ABS) },
|
/Linux-v4.19/drivers/input/keyboard/ |
D | gpio_keys_polled.c | 61 } else if (type == EV_ABS) { in gpio_keys_button_event() 122 input_event(input, EV_ABS, i, 0); in gpio_keys_polled_poll() 212 if (button->type != EV_ABS || button->code != code) in gpio_keys_polled_set_abs_params() 352 if (type == EV_ABS) in gpio_keys_polled_probe()
|
D | goldfish_events.c | 35 PAGE_ABSDATA = 0x20000 | EV_ABS, 162 events_import_bits(edev, input_dev->absbit, EV_ABS, ABS_MAX); in events_probe()
|
/Linux-v4.19/Documentation/devicetree/bindings/input/ |
D | gpio-keys-polled.txt | 21 - linux,input-value: If linux,input-type is EV_ABS or EV_REL then this 23 EV_ABS/EV_REL axis will generate an event with a value of 0 when
|
/Linux-v4.19/drivers/input/touchscreen/ |
D | ipaq-micro-ts.c | 107 input_set_capability(ts->input, EV_ABS, ABS_X); in micro_ts_probe() 108 input_set_capability(ts->input, EV_ABS, ABS_Y); in micro_ts_probe()
|
D | penmount.c | 79 input_event(input, EV_ABS, ABS_MT_POSITION_X, pm->slots[i].x); in pm_mtevent() 80 input_event(input, EV_ABS, ABS_MT_POSITION_Y, pm->slots[i].y); in pm_mtevent() 226 input_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS); in pm_connect()
|
D | chipone_icn8318.c | 218 input_set_capability(input, EV_ABS, ABS_MT_POSITION_X); in icn8318_probe() 219 input_set_capability(input, EV_ABS, ABS_MT_POSITION_Y); in icn8318_probe()
|
D | zet6223.c | 95 input_event(ts->input, EV_ABS, ABS_MT_POSITION_X, in zet6223_irq() 97 input_event(ts->input, EV_ABS, ABS_MT_POSITION_Y, in zet6223_irq()
|
D | hp680_ts_input.c | 84 hp680_ts_dev->evbit[0] = BIT_MASK(EV_ABS) | BIT_MASK(EV_KEY); in hp680_ts_init()
|
D | jornada720_ts.c | 131 input_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS); in jornada720_ts_probe()
|
D | fujitsu_ts.c | 124 input_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS); in fujitsu_connect()
|
/Linux-v4.19/sound/usb/caiaq/ |
D | input.c | 622 input->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS); in snd_usb_caiaq_input_init() 634 input->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS); in snd_usb_caiaq_input_init() 646 input->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS); in snd_usb_caiaq_input_init() 656 input->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS); in snd_usb_caiaq_input_init() 682 input->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS); in snd_usb_caiaq_input_init() 730 input->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS); in snd_usb_caiaq_input_init() 772 input->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS); in snd_usb_caiaq_input_init()
|
/Linux-v4.19/drivers/input/mouse/ |
D | touchkit_ps2.c | 87 dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS); in touchkit_ps2_detect()
|
D | vmmouse.c | 463 input_set_capability(abs_dev, EV_ABS, ABS_X); in vmmouse_init() 464 input_set_capability(abs_dev, EV_ABS, ABS_Y); in vmmouse_init()
|
D | pc110pad.c | 140 pc110pad_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS); in pc110pad_init()
|
/Linux-v4.19/include/linux/input/ |
D | mt.h | 90 input_event(dev, EV_ABS, ABS_MT_SLOT, slot); in input_mt_slot()
|
/Linux-v4.19/drivers/input/joystick/ |
D | zhenhua.c | 166 input_dev->evbit[0] = BIT(EV_ABS); in zhenhua_connect()
|
D | amijoy.c | 135 amijoy_dev[i]->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS); in amijoy_init()
|