Searched refs:rotation_thread (Results 1 – 2 of 2) sorted by relevance
222 sd->rotation_thread = NULL; in s5k83a_probe()335 sd->rotation_thread = NULL; in rotation_thread_function()346 sd->rotation_thread = kthread_create(rotation_thread_function, in s5k83a_start()348 if (IS_ERR(sd->rotation_thread)) { in s5k83a_start()349 err = PTR_ERR(sd->rotation_thread); in s5k83a_start()350 sd->rotation_thread = NULL; in s5k83a_start()353 wake_up_process(sd->rotation_thread); in s5k83a_start()373 if (sd->rotation_thread) in s5k83a_stop()374 kthread_stop(sd->rotation_thread); in s5k83a_stop()
131 struct task_struct *rotation_thread; member