Home
last modified time | relevance | path

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

12345678

/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-ntrig.c469 EV_ABS, ABS_MT_POSITION_X); in ntrig_input_mapping()
491 EV_ABS, ABS_MT_POSITION_Y); in ntrig_input_mapping()
526 EV_ABS, ABS_MT_TOUCH_MAJOR); in ntrig_input_mapping()
530 EV_ABS, ABS_MT_TOUCH_MINOR); in ntrig_input_mapping()
554 || usage->type == EV_ABS) in ntrig_input_mapped()
630 input_event(input, EV_ABS, ABS_X, nd->x); in ntrig_event()
631 input_event(input, EV_ABS, ABS_Y, nd->y); in ntrig_event()
723 input_event(input, EV_ABS, ABS_X, nd->x); in ntrig_event()
724 input_event(input, EV_ABS, ABS_Y, nd->y); in ntrig_event()
728 input_event(input, EV_ABS, ABS_MT_POSITION_X, nd->x); in ntrig_event()
[all …]
H A Dhid-udraw-ps3.c311 input_dev->evbit[0] = BIT(EV_ABS) | BIT(EV_KEY); in udraw_setup_touch()
338 input_dev->evbit[0] = BIT(EV_ABS) | BIT(EV_KEY); in udraw_setup_pen()
366 input_dev->evbit[0] = BIT(EV_ABS); in udraw_setup_accel()
389 input_dev->evbit[0] = BIT(EV_KEY) | BIT(EV_ABS); in udraw_setup_joypad()
H A Dwacom_wac.c1876 case EV_ABS: in wacom_map_usage()
1981 wacom_map_usage(input, usage, field, EV_ABS, ABS_X, 0); in wacom_wac_pad_usage_mapping()
1986 wacom_map_usage(input, usage, field, EV_ABS, ABS_Y, 0); in wacom_wac_pad_usage_mapping()
1991 wacom_map_usage(input, usage, field, EV_ABS, ABS_Z, 0); in wacom_wac_pad_usage_mapping()
2021 wacom_map_usage(input, usage, field, EV_ABS, ABS_RX, 0); in wacom_wac_pad_usage_mapping()
2025 wacom_map_usage(input, usage, field, EV_ABS, ABS_RY, 0); in wacom_wac_pad_usage_mapping()
2029 wacom_map_usage(input, usage, field, EV_ABS, ABS_WHEEL, 0); in wacom_wac_pad_usage_mapping()
2037 usage->type = EV_ABS; in wacom_wac_pad_usage_mapping()
2039 set_bit(EV_ABS, input->evbit); in wacom_wac_pad_usage_mapping()
2200 input_event(input, EV_ABS, ABS_MISC, active ? PAD_DEVICE_ID : 0); in wacom_wac_pad_report()
[all …]
H A Dhid-multitouch.c1087 input_event(input, EV_ABS, ABS_MT_POSITION_X, *slot->x); in mt_process_slot()
1088 input_event(input, EV_ABS, ABS_MT_POSITION_Y, *slot->y); in mt_process_slot()
1089 input_event(input, EV_ABS, ABS_MT_TOOL_X, *slot->cx); in mt_process_slot()
1090 input_event(input, EV_ABS, ABS_MT_TOOL_Y, *slot->cy); in mt_process_slot()
1091 input_event(input, EV_ABS, ABS_MT_DISTANCE, !*slot->tip_state); in mt_process_slot()
1092 input_event(input, EV_ABS, ABS_MT_ORIENTATION, orientation); in mt_process_slot()
1093 input_event(input, EV_ABS, ABS_MT_PRESSURE, *slot->p); in mt_process_slot()
1094 input_event(input, EV_ABS, ABS_MT_TOUCH_MAJOR, major); in mt_process_slot()
1095 input_event(input, EV_ABS, ABS_MT_TOUCH_MINOR, minor); in mt_process_slot()
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dsun4i-a10-inet9f-rev03.dts69 linux,input-type = <EV_ABS>;
77 linux,input-type = <EV_ABS>;
85 linux,input-type = <EV_ABS>;
93 linux,input-type = <EV_ABS>;
101 linux,input-type = <EV_ABS>;
109 linux,input-type = <EV_ABS>;
117 linux,input-type = <EV_ABS>;
125 linux,input-type = <EV_ABS>;
133 linux,input-type = <EV_ABS>;
141 linux,input-type = <EV_ABS>;
[all …]
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dsun4i-a10-inet9f-rev03.dts74 linux,input-type = <EV_ABS>;
82 linux,input-type = <EV_ABS>;
90 linux,input-type = <EV_ABS>;
98 linux,input-type = <EV_ABS>;
106 linux,input-type = <EV_ABS>;
114 linux,input-type = <EV_ABS>;
122 linux,input-type = <EV_ABS>;
130 linux,input-type = <EV_ABS>;
138 linux,input-type = <EV_ABS>;
146 linux,input-type = <EV_ABS>;
[all …]
/OK3568_Linux_fs/kernel/drivers/input/
H A Dinput-mt.c148 input_event(dev, EV_ABS, ABS_MT_TRACKING_ID, -1); in input_mt_report_slot_state()
156 input_event(dev, EV_ABS, ABS_MT_TRACKING_ID, id); in input_mt_report_slot_state()
157 input_event(dev, EV_ABS, ABS_MT_TOOL_TYPE, tool_type); in input_mt_report_slot_state()
244 input_event(dev, EV_ABS, ABS_X, x); in input_mt_report_pointer_emulation()
245 input_event(dev, EV_ABS, ABS_Y, y); in input_mt_report_pointer_emulation()
249 input_event(dev, EV_ABS, ABS_PRESSURE, p); in input_mt_report_pointer_emulation()
253 input_event(dev, EV_ABS, ABS_PRESSURE, 0); in input_mt_report_pointer_emulation()
265 input_event(dev, EV_ABS, ABS_MT_TRACKING_ID, -1); in __input_mt_drop_unused()
H A Djoydev.c130 case EV_ABS: in joydev_event()
846 __set_bit(EV_ABS, jd_scratch); in joydev_dev_is_absolute_mouse()
1023 .evbit = { BIT_MASK(EV_ABS) },
1029 .evbit = { BIT_MASK(EV_ABS) },
1035 .evbit = { BIT_MASK(EV_ABS) },
1041 .evbit = { BIT_MASK(EV_ABS) },
/OK3568_Linux_fs/kernel/drivers/input/rmi4/
H A Drmi_2d_sensor.c98 input_event(sensor->input, EV_ABS, ABS_MT_POSITION_X, obj->x); in rmi_2d_sensor_abs_report()
99 input_event(sensor->input, EV_ABS, ABS_MT_POSITION_Y, obj->y); in rmi_2d_sensor_abs_report()
100 input_event(sensor->input, EV_ABS, ABS_MT_ORIENTATION, wide); in rmi_2d_sensor_abs_report()
101 input_event(sensor->input, EV_ABS, ABS_MT_PRESSURE, obj->z); in rmi_2d_sensor_abs_report()
102 input_event(sensor->input, EV_ABS, ABS_MT_TOUCH_MAJOR, major); in rmi_2d_sensor_abs_report()
103 input_event(sensor->input, EV_ABS, ABS_MT_TOUCH_MINOR, minor); in rmi_2d_sensor_abs_report()
155 set_bit(EV_ABS, input->evbit); in rmi_2d_sensor_set_input_params()
/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Dusb-common.c153 case EV_ABS: in usbRead()
219 case EV_ABS: in usbPrint()
222 ioctl(priv->fd, EVIOCGBIT(EV_ABS, sizeof(bits)), bits); in usbPrint()
415 case EV_ABS: in usbInit()
417 ioctl(priv->fd, EVIOCGBIT(EV_ABS, sizeof(bits)), bits); in usbInit()
442 if (test_bit(EV_KEY) && test_bit(EV_LED) && !test_bit(EV_ABS)) in usbInit()
448 && !test_bit(EV_ABS))) in usbInit()
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/udev/eudev/
H A Dlocal.rules17 # Trigger based on input type, that the evbit (-e) has EV_SYN and EV_ABS,
18 # has an EV_ABS value (-a) which is used for touchscreen type devices.
/OK3568_Linux_fs/kernel/drivers/input/keyboard/
H A Dgpio_keys_polled.c56 } else if (type == EV_ABS) { in gpio_keys_button_event()
116 input_event(input, EV_ABS, i, 0); in gpio_keys_polled_poll()
210 if (button->type != EV_ABS || button->code != code) in gpio_keys_polled_set_abs_params()
343 if (type == EV_ABS) in gpio_keys_polled_probe()
H A Dgoldfish_events.c26 PAGE_ABSDATA = 0x20000 | EV_ABS,
153 events_import_bits(edev, input_dev->absbit, EV_ABS, ABS_MAX); in events_probe()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dpenmount.c75 input_event(input, EV_ABS, ABS_MT_POSITION_X, pm->slots[i].x); in pm_mtevent()
76 input_event(input, EV_ABS, ABS_MT_POSITION_Y, pm->slots[i].y); in pm_mtevent()
222 input_dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS); in pm_connect()
H A Dipaq-micro-ts.c104 input_set_capability(ts->input, EV_ABS, ABS_X); in micro_ts_probe()
105 input_set_capability(ts->input, EV_ABS, ABS_Y); in micro_ts_probe()
H A Dzet6223.c86 input_event(ts->input, EV_ABS, ABS_MT_POSITION_X, in zet6223_irq()
88 input_event(ts->input, EV_ABS, ABS_MT_POSITION_Y, in zet6223_irq()
H A Dchipone_icn8318.c214 input_set_capability(input, EV_ABS, ABS_MT_POSITION_X); in icn8318_probe()
215 input_set_capability(input, EV_ABS, ABS_MT_POSITION_Y); in icn8318_probe()
H A Dcy8ctma140.c221 input_set_capability(input, EV_ABS, ABS_MT_POSITION_X); in cy8ctma140_probe()
222 input_set_capability(input, EV_ABS, ABS_MT_POSITION_Y); in cy8ctma140_probe()
/OK3568_Linux_fs/kernel/sound/usb/caiaq/
H A Dinput.c609 input->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS); in snd_usb_caiaq_input_init()
621 input->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS); in snd_usb_caiaq_input_init()
633 input->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS); in snd_usb_caiaq_input_init()
643 input->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS); in snd_usb_caiaq_input_init()
669 input->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS); in snd_usb_caiaq_input_init()
717 input->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS); in snd_usb_caiaq_input_init()
759 input->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS); in snd_usb_caiaq_input_init()
/OK3568_Linux_fs/external/xserver/hw/dmx/examples/
H A Dev.c85 case EV_ABS: in main()
170 case EV_ABS: in main()
/OK3568_Linux_fs/kernel/drivers/iio/imu/st_lsm6dsr/
H A Dst_lsm6dsr_core.c1941 input_set_capability(dev, EV_ABS, ABS_X); in st_lsm6dsr_input_init()
1942 input_set_capability(dev, EV_ABS, ABS_Y); in st_lsm6dsr_input_init()
1943 input_set_capability(dev, EV_ABS, ABS_Z); in st_lsm6dsr_input_init()
1945 input_set_capability(dev, EV_ABS, MSC_TIMESTAMP); in st_lsm6dsr_input_init()
1947 input_set_capability(dev, EV_ABS, ABS_THROTTLE); in st_lsm6dsr_input_init()
1968 input_set_capability(dev, EV_ABS, ABS_RX); in st_lsm6dsr_input_init()
1969 input_set_capability(dev, EV_ABS, ABS_RY); in st_lsm6dsr_input_init()
1970 input_set_capability(dev, EV_ABS, ABS_RZ); in st_lsm6dsr_input_init()
1972 input_set_capability(dev, EV_ABS, MSC_TIMESTAMP); in st_lsm6dsr_input_init()
1974 input_set_capability(dev, EV_ABS, ABS_THROTTLE); in st_lsm6dsr_input_init()
/OK3568_Linux_fs/kernel/drivers/input/mouse/
H A Dvmmouse.c460 input_set_capability(abs_dev, EV_ABS, ABS_X); in vmmouse_init()
461 input_set_capability(abs_dev, EV_ABS, ABS_Y); in vmmouse_init()
H A Dtouchkit_ps2.c74 dev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_ABS); in touchkit_ps2_detect()
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minui/
H A Devents.c392 if (ev->type == EV_ABS) { in vk_modify()
548 ev->type = EV_ABS; in vk_modify()
636 ev->type = EV_ABS; in vk_modify()
/OK3568_Linux_fs/kernel/include/linux/input/
H A Dmt.h87 input_event(dev, EV_ABS, ABS_MT_SLOT, slot); in input_mt_slot()

12345678