Home
last modified time | relevance | path

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

/linux/drivers/media/test-drivers/vivid/
H A Dvivid-kthread-touch.c19 if (!list_empty(&dev->touch_cap_active)) { in vivid_thread_tch_cap_tick()
20 tch_cap_buf = list_entry(dev->touch_cap_active.next, in vivid_thread_tch_cap_tick()
176 while (!list_empty(&dev->touch_cap_active)) { in vivid_stop_generating_touch_cap()
179 buf = list_entry(dev->touch_cap_active.next, in vivid_stop_generating_touch_cap()
H A Dvivid-core.h503 struct list_head touch_cap_active; member