Home
last modified time | relevance | path

Searched full:ev_abs (Results 1 – 25 of 26) sorted by relevance

12

/freebsd/sys/contrib/device-tree/src/arm/allwinner/
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 …]
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_ft5406.c162 evdev_push_event(sc->sc_evdev, EV_ABS, ABS_MT_SLOT, id); in ft5406ts_callout()
163 evdev_push_event(sc->sc_evdev, EV_ABS, ABS_MT_TRACKING_ID, id); in ft5406ts_callout()
164 evdev_push_event(sc->sc_evdev, EV_ABS, ABS_MT_POSITION_X, x); in ft5406ts_callout()
165 evdev_push_event(sc->sc_evdev, EV_ABS, ABS_MT_POSITION_Y, y); in ft5406ts_callout()
244 evdev_support_event(sc->sc_evdev, EV_ABS); in ft5406ts_init()
/freebsd/sys/dev/evdev/
H A Devdev_mt.c180 evdev_send_event(evdev, EV_ABS, ABS_MT_SLOT, slot); in evdev_mt_send_slot()
182 evdev_send_event(evdev, EV_ABS, ABS_MT_TRACKING_ID, -1); in evdev_mt_send_slot()
187 evdev_send_event(evdev, EV_ABS, i, in evdev_mt_send_slot()
210 evdev_mt_record_event(evdev, EV_ABS, ABS_MT_SLOT, slot); in evdev_mt_push_slot()
214 evdev_mt_record_event(evdev, EV_ABS, in evdev_mt_push_slot()
420 case EV_ABS: in evdev_mt_record_event()
637 evdev_send_event(evdev, EV_ABS, evdev_mtstmap[i].st, in evdev_mt_send_st_compat()
649 evdev_send_event(evdev, EV_ABS, ABS_PRESSURE, 0); in evdev_mt_send_st_compat()
H A Devdev.c619 case EV_ABS: in evdev_check_event()
702 case EV_ABS: in evdev_modify_event()
793 /* For EV_ABS, save last value in absinfo and ev_mt_states */ in evdev_sparse_event()
794 case EV_ABS: in evdev_sparse_event()
891 evdev_propagate_event(evdev, EV_ABS, ABS_MT_SLOT, in evdev_send_event()
997 case EV_ABS: in evdev_inject_event()
H A Devdev.h208 return (evdev_push_event(evdev, EV_ABS, code, value)); in evdev_push_abs()
H A Dcdev.c691 case EV_ABS: in evdev_ioctl_eviocgbit()
H A Dinput-event-codes.h53 #define EV_ABS 0x03 macro
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dgpio-keys.yaml63 If linux,input-type is EV_ABS or EV_REL then this
65 EV_ABS/EV_REL axis will generate an event with a value of 0
H A Dinput.yaml39 - 3 # EV_ABS
H A Dadc-joystick.yaml66 description: EV_ABS specific event code generated by the axis.
/freebsd/sys/dev/hid/
H A Dhgame.c94 evdev_support_event(evdev, EV_ABS); in hgame_hat_switch_cb()
126 evdev_support_event(evdev, EV_ABS); in hgame_dpad_cb()
H A Dhidmap.c410 map[i].type == EV_ABS || in hidmap_probe_hid_item()
583 case EV_ABS: in hidmap_parse_hid_item()
584 evdev_support_event(hm->evdev, EV_ABS); in hidmap_parse_hid_item()
H A Dhidmap.h137 HIDMAP_ANY((_page), (_usage), EV_ABS, (_code)), \
H A Dietp.c283 evdev_support_event(sc->evdev, EV_ABS); in ietp_attach()
H A Dps4dshock.c871 evdev_support_event(evdev, EV_ABS); in ps4dsacc_final_cb()
973 evdev_support_event(evdev, EV_ABS); in ps4dsmtp_final_cb()
H A Dhmt.c408 evdev_support_event(sc->evdev, EV_ABS); in hmt_attach()
H A Dbcm5974.c738 evdev_support_event(sc->sc_evdev, EV_ABS); in bcm5974_attach()
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/
H A Dcypress,tt21000.yaml44 description: EV_ABS specific event code generated by the axis.
/freebsd/usr.sbin/bhyve/
H A Dpci_virtio_input.c332 case EV_ABS: in pci_vtinput_read_config_ev_bits()
369 /* check if evdev has EV_ABS */ in pci_vtinput_read_config_abs_info()
370 if (!pci_vtinput_read_config_ev_bits(sc, EV_ABS)) { in pci_vtinput_read_config_abs_info()
/freebsd/sys/arm/ti/
H A Dti_adc.c94 evdev_push_event(sc->sc_evdev, EV_ABS, ABS_X, sc->sc_x); in ti_adc_ev_report()
95 evdev_push_event(sc->sc_evdev, EV_ABS, ABS_Y, sc->sc_y); in ti_adc_ev_report()
887 evdev_support_event(sc->sc_evdev, EV_ABS); in ti_adc_attach()
/freebsd/sys/dev/usb/input/
H A Duep.c379 evdev_support_event(sc->evdev, EV_ABS); in uep_attach()
H A Dwmt.c427 evdev_support_event(sc->evdev, EV_ABS); in wmt_attach()
H A Dwsp.c863 evdev_support_event(sc->sc_evdev, EV_ABS); in wsp_attach()
/freebsd/sys/contrib/device-tree/include/dt-bindings/input/
H A Dlinux-event-codes.h41 #define EV_ABS 0x03 macro
/freebsd/sys/dev/cyapa/
H A Dcyapa.c580 evdev_support_event(sc->evdev, EV_ABS); in cyapa_attach()

12