Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/qualcomm/
Dqca_debug.c260 if (qca->spi_thread) in qcaspi_set_ringparam()
261 kthread_park(qca->spi_thread); in qcaspi_set_ringparam()
266 if (qca->spi_thread) in qcaspi_set_ringparam()
267 kthread_unpark(qca->spi_thread); in qcaspi_set_ringparam()
Dqca_spi.c668 if (qca->spi_thread) in qcaspi_intr_handler()
669 wake_up_process(qca->spi_thread); in qcaspi_intr_handler()
696 qca->spi_thread = thread; in qcaspi_netdev_open()
715 if (qca->spi_thread) { in qcaspi_netdev_close()
716 kthread_stop(qca->spi_thread); in qcaspi_netdev_close()
717 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()
805 wake_up_process(qca->spi_thread); in qcaspi_netdev_tx_timeout()
[all …]
Dqca_spi.h72 struct task_struct *spi_thread; member
/linux-6.12.1/drivers/usb/host/
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()
1882 max3421_hcd->spi_thread = kthread_run(max3421_spi_thread, hcd, in max3421_probe()
1884 if (max3421_hcd->spi_thread == ERR_PTR(-ENOMEM)) { in max3421_probe()
[all …]
/linux-6.12.1/drivers/net/ethernet/
Doa_tc6.c123 struct task_struct *spi_thread; member
1308 tc6->spi_thread = kthread_run(oa_tc6_spi_thread_handler, tc6, in oa_tc6_init()
1310 if (IS_ERR(tc6->spi_thread)) { in oa_tc6_init()
1315 sched_set_fifo(tc6->spi_thread); in oa_tc6_init()
1338 kthread_stop(tc6->spi_thread); in oa_tc6_init()
1352 kthread_stop(tc6->spi_thread); in oa_tc6_exit()