Lines Matching refs:spi_thread
126 struct task_struct *spi_thread; member
1172 if (max3421_hcd->spi_thread && in max3421_irq_handler()
1173 max3421_hcd->spi_thread->state != TASK_RUNNING) in max3421_irq_handler()
1174 wake_up_process(max3421_hcd->spi_thread); in max3421_irq_handler()
1484 wake_up_process(max3421_hcd->spi_thread); in max3421_reset_port()
1497 wake_up_process(max3421_hcd->spi_thread); in max3421_reset()
1565 wake_up_process(max3421_hcd->spi_thread); in max3421_urb_enqueue()
1589 wake_up_process(max3421_hcd->spi_thread); in max3421_urb_dequeue()
1690 wake_up_process(max3421_hcd->spi_thread); in max3421_gpout_set_value()
1911 max3421_hcd->spi_thread = kthread_run(max3421_spi_thread, hcd, in max3421_probe()
1913 if (max3421_hcd->spi_thread == ERR_PTR(-ENOMEM)) { in max3421_probe()
1942 if (max3421_hcd->spi_thread) in max3421_probe()
1943 kthread_stop(max3421_hcd->spi_thread); in max3421_probe()
1972 kthread_stop(max3421_hcd->spi_thread); in max3421_remove()