Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/usb/gspca/m5602/
Dm5602_s5k83a.c98 sd->rotation_thread = NULL; in s5k83a_probe()
211 sd->rotation_thread = NULL; in rotation_thread_function()
222 sd->rotation_thread = kthread_create(rotation_thread_function, in s5k83a_start()
224 wake_up_process(sd->rotation_thread); in s5k83a_start()
244 if (sd->rotation_thread) in s5k83a_stop()
245 kthread_stop(sd->rotation_thread); in s5k83a_stop()
Dm5602_bridge.h146 struct task_struct *rotation_thread; member