Searched refs:evdev_device_get_size (Results 1 - 9 of 9) sorted by relevance
/third_party/libinput/src/ |
H A D | evdev-mt-touchpad-thumb.c | 402 evdev_device_get_size(device, &w, &h); in tp_init_thumb()
|
H A D | evdev-mt-touchpad-edge-scroll.c | 314 evdev_device_get_size(device, &width, &height); in tp_edge_scroll_init()
|
H A D | evdev-mt-touchpad-buttons.c | 633 evdev_device_get_size(device, &width, &height); in tp_init_softbuttons() 700 evdev_device_get_size(device, &width, &height); in tp_init_top_softbuttons()
|
H A D | evdev-totem.c | 728 has_size = evdev_device_get_size(device, &w, &h) == 0; in totem_reject_device()
|
H A D | evdev.h | 497 evdev_device_get_size(const struct evdev_device *device,
|
H A D | evdev-tablet.c | 2551 has_size = evdev_device_get_size(device, &w, &h) == 0; in tablet_reject_device()
|
H A D | evdev.c | 2711 evdev_device_get_size(const struct evdev_device *device, in evdev_device_get_size() function
|
H A D | libinput.c | 3335 return evdev_device_get_size((struct evdev_device *)device, in libinput_device_get_size()
|
H A D | evdev-mt-touchpad.c | 3358 evdev_device_get_size(device, &width, &height); in tp_init_palmdetect_edge()
|
Completed in 30 milliseconds