Searched refs:rotation_thread (Results 1 – 2 of 2) sorted by relevance
218 sd->rotation_thread = NULL; in s5k83a_probe()331 sd->rotation_thread = NULL; in rotation_thread_function()342 sd->rotation_thread = kthread_run(rotation_thread_function, in s5k83a_start()344 if (IS_ERR(sd->rotation_thread)) { in s5k83a_start()345 err = PTR_ERR(sd->rotation_thread); in s5k83a_start()346 sd->rotation_thread = NULL; in s5k83a_start()368 if (sd->rotation_thread) in s5k83a_stop()369 kthread_stop(sd->rotation_thread); in s5k83a_stop()
127 struct task_struct *rotation_thread; member