Home
last modified time | relevance | path

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

/lvgl-latest/src/drivers/libinput/
Dlv_libinput.c51 static bool _rescan_devices(void);
118 if((!devices || force_rescan) && !_rescan_devices()) { in lv_libinput_find_devs()
202 static bool _rescan_devices(void) in _rescan_devices() function