Lines Matching refs:spi_thread
126 struct task_struct *spi_thread; member
1146 if (max3421_hcd->spi_thread) in max3421_irq_handler()
1147 wake_up_process(max3421_hcd->spi_thread); in max3421_irq_handler()
1467 wake_up_process(max3421_hcd->spi_thread); in max3421_reset_port()
1480 wake_up_process(max3421_hcd->spi_thread); in max3421_reset()
1549 wake_up_process(max3421_hcd->spi_thread); in max3421_urb_enqueue()
1573 wake_up_process(max3421_hcd->spi_thread); in max3421_urb_dequeue()
1674 wake_up_process(max3421_hcd->spi_thread); in max3421_gpout_set_value()
1896 max3421_hcd->spi_thread = kthread_run(max3421_spi_thread, hcd, in max3421_probe()
1898 if (max3421_hcd->spi_thread == ERR_PTR(-ENOMEM)) { in max3421_probe()
1927 if (max3421_hcd->spi_thread) in max3421_probe()
1928 kthread_stop(max3421_hcd->spi_thread); in max3421_probe()
1957 kthread_stop(max3421_hcd->spi_thread); in max3421_remove()