Lines Matching refs:spi_thread
120 struct task_struct *spi_thread;
131 * The following are owned by spi_thread (may be accessed by
1133 if (max3421_hcd->spi_thread)
1134 wake_up_process(max3421_hcd->spi_thread);
1454 wake_up_process(max3421_hcd->spi_thread);
1467 wake_up_process(max3421_hcd->spi_thread);
1536 wake_up_process(max3421_hcd->spi_thread);
1560 wake_up_process(max3421_hcd->spi_thread);
1661 wake_up_process(max3421_hcd->spi_thread);
1882 max3421_hcd->spi_thread = kthread_run(max3421_spi_thread, hcd,
1884 if (max3421_hcd->spi_thread == ERR_PTR(-ENOMEM)) {
1913 if (max3421_hcd->spi_thread)
1914 kthread_stop(max3421_hcd->spi_thread);
1934 kthread_stop(max3421_hcd->spi_thread);