Home
last modified time | relevance | path

Searched refs:capabilities (Results 1 – 5 of 5) sorted by relevance

/lvgl-latest/src/drivers/libinput/
Dlv_libinput.h64 char * lv_libinput_find_dev(lv_libinput_capability capabilities, bool force_rescan);
75 size_t lv_libinput_find_devs(lv_libinput_capability capabilities, char ** found, size_t count, bool…
Dlv_libinput.c43 lv_libinput_capability capabilities; member
52 static bool _add_scanned_device(char * path, lv_libinput_capability capabilities);
109 char * lv_libinput_find_dev(lv_libinput_capability capabilities, bool force_rescan) in lv_libinput_find_dev() argument
112 lv_libinput_find_devs(capabilities, &path, 1, force_rescan); in lv_libinput_find_dev()
116 size_t lv_libinput_find_devs(lv_libinput_capability capabilities, char ** found, size_t count, bool… in lv_libinput_find_devs() argument
125 if(devices[i].capabilities & capabilities) { in lv_libinput_find_devs()
242 lv_libinput_capability capabilities = lv_libinput_query_capability(device); in _rescan_devices() local
246 if(capabilities == LV_LIBINPUT_CAPABILITY_NONE) { in _rescan_devices()
251 if(!_add_scanned_device(path, capabilities)) { in _rescan_devices()
269 static bool _add_scanned_device(char * path, lv_libinput_capability capabilities) in _add_scanned_device() argument
[all …]
/lvgl-latest/docs/details/other-components/
Dxml.rst16 Note that, the UI editor is not required to utilize LVGL's XML loading capabilities.
/lvgl-latest/docs/details/main-components/
Dimage.rst314 * depending on the requirements and capabilities of the image decoder.
/lvgl-latest/src/drivers/wayland/
Dlv_wayland.c1099 .capabilities = seat_handle_capabilities,