Searched refs:touch_arbitration_toggle (Results 1 – 7 of 7) sorted by relevance
/third_party/libinput/src/ |
D | evdev-totem.c | 148 if (dispatch->interface->touch_arbitration_toggle) in totem_set_touch_device_enabled() 149 dispatch->interface->touch_arbitration_toggle(dispatch, in totem_set_touch_device_enabled() 159 if (dispatch->interface->touch_arbitration_toggle) in totem_set_touch_device_enabled() 160 dispatch->interface->touch_arbitration_toggle(dispatch, in totem_set_touch_device_enabled() 711 .touch_arbitration_toggle = NULL,
|
D | evdev-tablet.c | 1937 if (dispatch->interface->touch_arbitration_toggle) in tablet_set_touch_device_enabled() 1938 dispatch->interface->touch_arbitration_toggle(dispatch, in tablet_set_touch_device_enabled() 2250 .touch_arbitration_toggle = NULL,
|
D | evdev-tablet-pad.c | 543 .touch_arbitration_toggle = NULL,
|
D | evdev.h | 327 void (*touch_arbitration_toggle)(struct evdev_dispatch *dispatch, member
|
D | evdev-fallback.c | 1551 .touch_arbitration_toggle = fallback_interface_toggle_touch,
|
D | evdev-mt-touchpad.c | 2844 .touch_arbitration_toggle = tp_interface_toggle_touch,
|
/third_party/libinput/patch/diff_libinput_mmi/libinput/ |
D | libinput_0000.diff | 2838 + .touch_arbitration_toggle = NULL,
|