Home
last modified time | relevance | path

Searched refs:spi_thread (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/qualcomm/
A Dqca_spi.c664 if (qca->spi_thread) in qcaspi_intr_handler()
665 wake_up_process(qca->spi_thread); in qcaspi_intr_handler()
687 if (IS_ERR(qca->spi_thread)) { in qcaspi_netdev_open()
690 return PTR_ERR(qca->spi_thread); in qcaspi_netdev_open()
698 kthread_stop(qca->spi_thread); in qcaspi_netdev_open()
717 kthread_stop(qca->spi_thread); in qcaspi_netdev_close()
718 qca->spi_thread = NULL; in qcaspi_netdev_close()
787 if (qca->spi_thread) in qcaspi_netdev_xmit()
788 wake_up_process(qca->spi_thread); in qcaspi_netdev_xmit()
804 if (qca->spi_thread) in qcaspi_netdev_tx_timeout()
[all …]
A Dqca_spi.h84 struct task_struct *spi_thread; member
/linux-6.3-rc2/drivers/usb/host/
A Dmax3421-hcd.c120 struct task_struct *spi_thread; member
1133 if (max3421_hcd->spi_thread) in max3421_irq_handler()
1134 wake_up_process(max3421_hcd->spi_thread); in max3421_irq_handler()
1454 wake_up_process(max3421_hcd->spi_thread); in max3421_reset_port()
1467 wake_up_process(max3421_hcd->spi_thread); in max3421_reset()
1536 wake_up_process(max3421_hcd->spi_thread); in max3421_urb_enqueue()
1560 wake_up_process(max3421_hcd->spi_thread); in max3421_urb_dequeue()
1661 wake_up_process(max3421_hcd->spi_thread); in max3421_gpout_set_value()
1913 if (max3421_hcd->spi_thread) in max3421_probe()
1914 kthread_stop(max3421_hcd->spi_thread); in max3421_probe()
[all …]

Completed in 14 milliseconds