Home
last modified time | relevance | path

Searched refs:dwtp (Results 1 - 5 of 5) sorted by relevance

/third_party/libinput/tools/
H A Dshared.c110 options->dwtp = -1; in tools_init_options()
186 options->dwtp = LIBINPUT_CONFIG_DWTP_ENABLED; in tools_parse_option()
189 options->dwtp = LIBINPUT_CONFIG_DWTP_DISABLED; in tools_parse_option()
496 if (options->dwtp != -1) in tools_device_apply_config()
497 libinput_device_config_dwtp_set_enabled(device, options->dwtp); in tools_device_apply_config()
H A Dshared.h84 { "enable-dwtp", no_argument, 0, OPT_DWTP_ENABLE }, \
85 { "disable-dwtp", no_argument, 0, OPT_DWTP_DISABLE }, \
122 int dwtp; member
/third_party/libinput/src/
H A Dlibinput.c4651 if (!device->config.dwtp) in libinput_device_config_dwtp_is_available()
4654 return device->config.dwtp->is_available(device); in libinput_device_config_dwtp_is_available()
4669 return device->config.dwtp->set_enabled(device, enable); in libinput_device_config_dwtp_set_enabled()
4678 return device->config.dwtp->get_enabled(device); in libinput_device_config_dwtp_get_enabled()
4687 return device->config.dwtp->get_default_enabled(device); in libinput_device_config_dwtp_get_default_enabled()
H A Dlibinput-private.h393 struct libinput_device_config_dwtp *dwtp; member
H A Devdev-mt-touchpad.c3339 device->base.config.dwtp = &tp->palm.config; in tp_init_dwtp()

Completed in 14 milliseconds