/freebsd/sys/contrib/device-tree/src/arm/allwinner/ |
H A D | sun4i-a10-inet9f-rev03.dts | 69 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 D | bcm2835_ft5406.c | 162 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 D | evdev_mt.c | 180 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 D | evdev.c | 619 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 D | evdev.h | 208 return (evdev_push_event(evdev, EV_ABS, code, value)); in evdev_push_abs()
|
H A D | cdev.c | 691 case EV_ABS: in evdev_ioctl_eviocgbit()
|
H A D | input-event-codes.h | 53 #define EV_ABS 0x03 macro
|
/freebsd/sys/contrib/device-tree/Bindings/input/ |
H A D | gpio-keys.yaml | 63 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 D | input.yaml | 39 - 3 # EV_ABS
|
H A D | adc-joystick.yaml | 66 description: EV_ABS specific event code generated by the axis.
|
/freebsd/sys/dev/hid/ |
H A D | hgame.c | 94 evdev_support_event(evdev, EV_ABS); in hgame_hat_switch_cb() 126 evdev_support_event(evdev, EV_ABS); in hgame_dpad_cb()
|
H A D | hidmap.c | 410 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 D | hidmap.h | 137 HIDMAP_ANY((_page), (_usage), EV_ABS, (_code)), \
|
H A D | ietp.c | 283 evdev_support_event(sc->evdev, EV_ABS); in ietp_attach()
|
H A D | ps4dshock.c | 871 evdev_support_event(evdev, EV_ABS); in ps4dsacc_final_cb() 973 evdev_support_event(evdev, EV_ABS); in ps4dsmtp_final_cb()
|
H A D | hmt.c | 408 evdev_support_event(sc->evdev, EV_ABS); in hmt_attach()
|
H A D | bcm5974.c | 738 evdev_support_event(sc->sc_evdev, EV_ABS); in bcm5974_attach()
|
/freebsd/sys/contrib/device-tree/Bindings/input/touchscreen/ |
H A D | cypress,tt21000.yaml | 44 description: EV_ABS specific event code generated by the axis.
|
/freebsd/usr.sbin/bhyve/ |
H A D | pci_virtio_input.c | 332 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 D | ti_adc.c | 94 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 D | uep.c | 379 evdev_support_event(sc->evdev, EV_ABS); in uep_attach()
|
H A D | wmt.c | 427 evdev_support_event(sc->evdev, EV_ABS); in wmt_attach()
|
H A D | wsp.c | 863 evdev_support_event(sc->sc_evdev, EV_ABS); in wsp_attach()
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 41 #define EV_ABS 0x03 macro
|
/freebsd/sys/dev/cyapa/ |
H A D | cyapa.c | 580 evdev_support_event(sc->evdev, EV_ABS); in cyapa_attach()
|