Home
last modified time | relevance | path

Searched refs:touch_arbitration_toggle (Results 1 – 6 of 6) sorted by relevance

/third_party/libinput/src/
Devdev-totem.c148 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,
Devdev-tablet.c1937 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,
Devdev-tablet-pad.c543 .touch_arbitration_toggle = NULL,
Devdev.h327 void (*touch_arbitration_toggle)(struct evdev_dispatch *dispatch, member
Devdev-fallback.c1551 .touch_arbitration_toggle = fallback_interface_toggle_touch,
Devdev-mt-touchpad.c2844 .touch_arbitration_toggle = tp_interface_toggle_touch,