/freebsd/sys/dev/evdev/ |
H A D | evdev.c | 169 if (bit_test(evdev->ev_abs_flags, ABS_MT_SLOT)) in evdev_estimate_report_size() 308 if (bit_test(evdev->ev_abs_flags, ABS_MT_SLOT) || in evdev_register_common() 557 if (axis == ABS_MT_SLOT && in evdev_set_absinfo() 564 if (axis == ABS_MT_SLOT) in evdev_set_absinfo() 565 evdev->ev_absinfo[ABS_MT_SLOT].maximum = absinfo->maximum; in evdev_set_absinfo() 624 if (code == ABS_MT_SLOT && in evdev_check_event() 628 bit_test(evdev->ev_abs_flags, ABS_MT_SLOT)) in evdev_check_event() 703 if (code == ABS_MT_SLOT) in evdev_modify_event() 707 else if (!bit_test(evdev->ev_abs_flags, ABS_MT_SLOT)) in evdev_modify_event() 796 case ABS_MT_SLOT: in evdev_sparse_event() [all …]
|
H A D | evdev_mt.c | 113 type_a = !bit_test(evdev->ev_abs_flags, ABS_MT_SLOT); in evdev_mt_init() 117 ABS_MT_SLOT, 0, MAX_MT_SLOTS - 1, 0, 0, 0); in evdev_mt_init() 173 bool type_a = !bit_test(evdev->ev_abs_flags, ABS_MT_SLOT); in evdev_mt_send_slot() 180 evdev_send_event(evdev, EV_ABS, ABS_MT_SLOT, slot); in evdev_mt_send_slot() 198 bool type_a = !bit_test(evdev->ev_abs_flags, ABS_MT_SLOT); in evdev_mt_push_slot() 210 evdev_mt_record_event(evdev, EV_ABS, ABS_MT_SLOT, slot); in evdev_mt_push_slot() 421 if (code == ABS_MT_SLOT) { in evdev_mt_record_event()
|
H A D | evdev_private.h | 61 #define CURRENT_MT_SLOT(evdev) ((evdev)->ev_absinfo[ABS_MT_SLOT].value) 62 #define MAXIMAL_MT_SLOT(evdev) ((evdev)->ev_absinfo[ABS_MT_SLOT].maximum)
|
H A D | input-event-codes.h | 893 #define ABS_MT_SLOT 0x2f /* MT slot being modified */ macro
|
H A D | cdev.c | 527 if (code == ABS_MT_SLOT) in evdev_ioctl()
|
/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() 246 evdev_support_abs(sc->sc_evdev, ABS_MT_SLOT, 0, in ft5406ts_init()
|
/freebsd/sys/dev/hid/ |
H A D | ps4dshock.c | 912 evdev_push_abs(evdev, ABS_MT_SLOT, 0); in ps4dsmtp_push_packet() 919 evdev_push_abs(evdev, ABS_MT_SLOT, 1); in ps4dsmtp_push_packet() 979 evdev_support_abs(evdev, ABS_MT_SLOT, 0, 1, 0, 0, 0); in ps4dsmtp_final_cb()
|
H A D | ietp.c | 298 evdev_support_abs(sc->evdev, ABS_MT_SLOT, in ietp_attach() 402 evdev_push_abs(sc->evdev, ABS_MT_SLOT, finger); in ietp_intr()
|
H A D | bcm5974.c | 767 evdev_support_abs(sc->sc_evdev, ABS_MT_SLOT, in bcm5974_attach()
|
H A D | hmt.c | 430 ABS_MT_SLOT, 0, sc->cont_count_max - 1, 0, 0, 0); in hmt_attach()
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 884 #define ABS_MT_SLOT 0x2f /* MT slot being modified */ macro
|
/freebsd/sys/dev/cyapa/ |
H A D | cyapa.c | 592 evdev_support_abs(sc->evdev, ABS_MT_SLOT, in cyapa_attach() 1383 evdev_push_abs(sc->evdev, ABS_MT_SLOT, slot); in cyapa_raw_input()
|
/freebsd/sys/dev/usb/input/ |
H A D | wmt.c | 444 ABS_MT_SLOT, 0, sc->cont_count_max - 1, 0, 0, 0); in wmt_attach()
|
H A D | wsp.c | 913 evdev_support_abs(sc->sc_evdev, ABS_MT_SLOT, in wsp_attach()
|
/freebsd/sys/dev/atkbdc/ |
H A D | psm.c | 1711 evdev_push_abs(sc->evdev_a, ABS_MT_SLOT, id); 1819 { ABS_MT_SLOT, 0, PSM_FINGERS-1, 0}, 1897 { ABS_MT_SLOT, 0, ELANTECH_MAX_FINGERS - 1, 0 },
|