Searched refs:spi_thread (Results 1 – 4 of 4) sorted by relevance
674 if (qca->spi_thread) in qcaspi_intr_handler()675 wake_up_process(qca->spi_thread); in qcaspi_intr_handler()702 qca->spi_thread = thread; in qcaspi_netdev_open()721 if (qca->spi_thread) { in qcaspi_netdev_close()722 kthread_stop(qca->spi_thread); in qcaspi_netdev_close()723 qca->spi_thread = NULL; in qcaspi_netdev_close()793 if (qca->spi_thread) in qcaspi_netdev_xmit()794 wake_up_process(qca->spi_thread); in qcaspi_netdev_xmit()810 if (qca->spi_thread) in qcaspi_netdev_tx_timeout()811 wake_up_process(qca->spi_thread); in qcaspi_netdev_tx_timeout()[all …]
72 struct task_struct *spi_thread; member
120 struct task_struct *spi_thread; member1139 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()[all …]
124 struct task_struct *spi_thread; member1315 tc6->spi_thread = kthread_run(oa_tc6_spi_thread_handler, tc6, in oa_tc6_init()1317 if (IS_ERR(tc6->spi_thread)) { in oa_tc6_init()1322 sched_set_fifo(tc6->spi_thread); in oa_tc6_init()1345 kthread_stop(tc6->spi_thread); in oa_tc6_init()1359 kthread_stop(tc6->spi_thread); in oa_tc6_exit()