Lines Matching refs:spi_thread
126 struct task_struct *spi_thread;
137 * The following are owned by spi_thread (may be accessed by
1142 if (max3421_hcd->spi_thread &&
1143 max3421_hcd->spi_thread->state != TASK_RUNNING)
1144 wake_up_process(max3421_hcd->spi_thread);
1464 wake_up_process(max3421_hcd->spi_thread);
1477 wake_up_process(max3421_hcd->spi_thread);
1545 wake_up_process(max3421_hcd->spi_thread);
1569 wake_up_process(max3421_hcd->spi_thread);
1670 wake_up_process(max3421_hcd->spi_thread);
1891 max3421_hcd->spi_thread = kthread_run(max3421_spi_thread, hcd,
1893 if (max3421_hcd->spi_thread == ERR_PTR(-ENOMEM)) {
1922 if (max3421_hcd->spi_thread)
1923 kthread_stop(max3421_hcd->spi_thread);
1943 kthread_stop(max3421_hcd->spi_thread);