Lines Matching refs:spi_thread
126 struct task_struct *spi_thread; member
1142 if (max3421_hcd->spi_thread) in max3421_irq_handler()
1143 wake_up_process(max3421_hcd->spi_thread); in max3421_irq_handler()
1463 wake_up_process(max3421_hcd->spi_thread); in max3421_reset_port()
1476 wake_up_process(max3421_hcd->spi_thread); in max3421_reset()
1545 wake_up_process(max3421_hcd->spi_thread); in max3421_urb_enqueue()
1569 wake_up_process(max3421_hcd->spi_thread); in max3421_urb_dequeue()
1670 wake_up_process(max3421_hcd->spi_thread); in max3421_gpout_set_value()
1891 max3421_hcd->spi_thread = kthread_run(max3421_spi_thread, hcd, in max3421_probe()
1893 if (max3421_hcd->spi_thread == ERR_PTR(-ENOMEM)) { in max3421_probe()
1922 if (max3421_hcd->spi_thread) in max3421_probe()
1923 kthread_stop(max3421_hcd->spi_thread); in max3421_probe()
1943 kthread_stop(max3421_hcd->spi_thread); in max3421_remove()