Lines Matching refs:spi_thread
120 struct task_struct *spi_thread; member
1139 if (max3421_hcd->spi_thread) in max3421_irq_handler()
1140 wake_up_process(max3421_hcd->spi_thread); in max3421_irq_handler()
1460 wake_up_process(max3421_hcd->spi_thread); in max3421_reset_port()
1473 wake_up_process(max3421_hcd->spi_thread); in max3421_reset()
1542 wake_up_process(max3421_hcd->spi_thread); in max3421_urb_enqueue()
1566 wake_up_process(max3421_hcd->spi_thread); in max3421_urb_dequeue()
1667 wake_up_process(max3421_hcd->spi_thread); in max3421_gpout_set_value()
1888 max3421_hcd->spi_thread = kthread_run(max3421_spi_thread, hcd, in max3421_probe()
1890 if (max3421_hcd->spi_thread == ERR_PTR(-ENOMEM)) { in max3421_probe()
1919 if (max3421_hcd->spi_thread) in max3421_probe()
1920 kthread_stop(max3421_hcd->spi_thread); in max3421_probe()
1940 kthread_stop(max3421_hcd->spi_thread); in max3421_remove()