Home
last modified time | relevance | path

Searched refs:EV_ABS (Results 1 – 25 of 167) sorted by relevance

1234567

/Linux-v4.19/drivers/hid/
Dhid-ntrig.c473 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 …]
Dhid-udraw-ps3.c319 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()
Dwacom_wac.c1788 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 …]
Dhid-multitouch.c1058 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/
Dsun4i-a10-inet9f-rev03.dts73 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/
Drmi_2d_sensor.c101 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/
Dinput-mt.c151 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()
Djoydev.c134 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/
Dgpio_keys_polled.c61 } 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()
Dgoldfish_events.c35 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/
Dgpio-keys-polled.txt21 - 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/
Dipaq-micro-ts.c107 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()
Dpenmount.c79 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()
Dchipone_icn8318.c218 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()
Dzet6223.c95 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()
Dhp680_ts_input.c84 hp680_ts_dev->evbit[0] = BIT_MASK(EV_ABS) | BIT_MASK(EV_KEY); in hp680_ts_init()
Djornada720_ts.c131 input_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS); in jornada720_ts_probe()
Dfujitsu_ts.c124 input_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS); in fujitsu_connect()
/Linux-v4.19/sound/usb/caiaq/
Dinput.c622 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/
Dtouchkit_ps2.c87 dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS); in touchkit_ps2_detect()
Dvmmouse.c463 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()
Dpc110pad.c140 pc110pad_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS); in pc110pad_init()
/Linux-v4.19/include/linux/input/
Dmt.h90 input_event(dev, EV_ABS, ABS_MT_SLOT, slot); in input_mt_slot()
/Linux-v4.19/drivers/input/joystick/
Dzhenhua.c166 input_dev->evbit[0] = BIT(EV_ABS); in zhenhua_connect()
Damijoy.c135 amijoy_dev[i]->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS); in amijoy_init()

1234567