Searched refs:lv_libinput_find_devs (Results 1 – 3 of 3) sorted by relevance
/lvgl-latest/src/drivers/libinput/ |
D | lv_libinput.h | 75 size_t lv_libinput_find_devs(lv_libinput_capability capabilities, char ** found, size_t count, bool…
|
D | lv_libinput.c | 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() function
|
/lvgl-latest/docs/details/integration/driver/ |
D | libinput.rst | 76 all devices that have a specific capability, use ``lv_libinput_find_devs``.
|