Home
last modified time | relevance | path

Searched refs:backend_data (Results 1 – 4 of 4) sorted by relevance

/third_party/weston/libweston/
Dlibinput-device.c310 struct evdev_device *evdev_device = device->backend_data; in touch_get_output()
318 struct evdev_device *evdev_device = device->backend_data; in touch_get_calibration_head_name()
343 struct evdev_device *evdev_device = device->backend_data; in touch_get_calibration()
372 struct evdev_device *evdev_device = device->backend_data; in touch_set_calibration()
Dlibweston-internal.h236 void *backend_data,
Dinput.c144 void *backend_data, in weston_touch_create_touch_device() argument
169 device->backend_data = backend_data; in weston_touch_create_touch_device()
/third_party/weston/include/libweston/
Dlibweston.h586 void *backend_data; /**< backend-specific private */ member