Home
last modified time | relevance | path

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

/lvgl-latest/src/drivers/libinput/
Dlv_libinput.c122 size_t num_found = 0; in lv_libinput_find_devs() local
124 for(size_t i = 0; i < num_devices && num_found < count; ++i) { in lv_libinput_find_devs()
126 found[num_found] = devices[i].path; in lv_libinput_find_devs()
127 num_found++; in lv_libinput_find_devs()
131 return num_found; in lv_libinput_find_devs()