Searched refs:touch_cap_active (Results 1 – 2 of 2) sorted by relevance
19 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()
503 struct list_head touch_cap_active; member