Lines Matching refs:spi_thread
122 struct task_struct *spi_thread; member
1171 if (max3421_hcd->spi_thread && in max3421_irq_handler()
1172 max3421_hcd->spi_thread->state != TASK_RUNNING) in max3421_irq_handler()
1173 wake_up_process(max3421_hcd->spi_thread); in max3421_irq_handler()
1486 wake_up_process(max3421_hcd->spi_thread); in max3421_reset_port()
1499 wake_up_process(max3421_hcd->spi_thread); in max3421_reset()
1567 wake_up_process(max3421_hcd->spi_thread); in max3421_urb_enqueue()
1591 wake_up_process(max3421_hcd->spi_thread); in max3421_urb_dequeue()
1692 wake_up_process(max3421_hcd->spi_thread); in max3421_gpout_set_value()
1875 max3421_hcd->spi_thread = kthread_run(max3421_spi_thread, hcd, in max3421_probe()
1877 if (max3421_hcd->spi_thread == ERR_PTR(-ENOMEM)) { in max3421_probe()
1901 if (max3421_hcd->spi_thread) in max3421_probe()
1902 kthread_stop(max3421_hcd->spi_thread); in max3421_probe()
1931 kthread_stop(max3421_hcd->spi_thread); in max3421_remove()