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

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

Completed in 61 milliseconds