Home
last modified time | relevance | path

Searched refs:spi_thread (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/qualcomm/
H A Dqca_spi.c673 if (qca->spi_thread && in qcaspi_intr_handler()
674 qca->spi_thread->state != TASK_RUNNING) in qcaspi_intr_handler()
675 wake_up_process(qca->spi_thread); in qcaspi_intr_handler()
694 qca->spi_thread = kthread_run((void *)qcaspi_spi_thread, in qcaspi_netdev_open()
697 if (IS_ERR(qca->spi_thread)) { in qcaspi_netdev_open()
700 return PTR_ERR(qca->spi_thread); in qcaspi_netdev_open()
708 kthread_stop(qca->spi_thread); in qcaspi_netdev_open()
727 kthread_stop(qca->spi_thread); in qcaspi_netdev_close()
728 qca->spi_thread = NULL; in qcaspi_netdev_close()
797 if (qca->spi_thread in qcaspi_netdev_xmit()
[all...]
H A Dqca_debug.c270 if (qca->spi_thread) in qcaspi_set_ringparam()
271 kthread_park(qca->spi_thread); in qcaspi_set_ringparam()
276 if (qca->spi_thread) in qcaspi_set_ringparam()
277 kthread_unpark(qca->spi_thread); in qcaspi_set_ringparam()
H A Dqca_spi.h83 struct task_struct *spi_thread; member
/kernel/linux/linux-6.6/drivers/net/ethernet/qualcomm/
H A Dqca_spi.c680 if (qca->spi_thread) in qcaspi_intr_handler()
681 wake_up_process(qca->spi_thread); in qcaspi_intr_handler()
700 qca->spi_thread = kthread_run((void *)qcaspi_spi_thread, in qcaspi_netdev_open()
703 if (IS_ERR(qca->spi_thread)) { in qcaspi_netdev_open()
706 return PTR_ERR(qca->spi_thread); in qcaspi_netdev_open()
714 kthread_stop(qca->spi_thread); in qcaspi_netdev_open()
733 kthread_stop(qca->spi_thread); in qcaspi_netdev_close()
734 qca->spi_thread = NULL; in qcaspi_netdev_close()
803 if (qca->spi_thread) in qcaspi_netdev_xmit()
804 wake_up_process(qca->spi_thread); in qcaspi_netdev_xmit()
[all...]
H A Dqca_debug.c275 if (qca->spi_thread) in qcaspi_set_ringparam()
276 kthread_park(qca->spi_thread); in qcaspi_set_ringparam()
281 if (qca->spi_thread) in qcaspi_set_ringparam()
282 kthread_unpark(qca->spi_thread); in qcaspi_set_ringparam()
H A Dqca_spi.h84 struct task_struct *spi_thread; member
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dmax3421-hcd.c126 struct task_struct *spi_thread; member
137 * The following are owned by spi_thread (may be accessed by
1142 if (max3421_hcd->spi_thread && in max3421_irq_handler()
1143 max3421_hcd->spi_thread->state != TASK_RUNNING) in max3421_irq_handler()
1144 wake_up_process(max3421_hcd->spi_thread); in max3421_irq_handler()
1464 wake_up_process(max3421_hcd->spi_thread); in max3421_reset_port()
1477 wake_up_process(max3421_hcd->spi_thread); in max3421_reset()
1545 wake_up_process(max3421_hcd->spi_thread); in max3421_urb_enqueue()
1569 wake_up_process(max3421_hcd->spi_thread); in max3421_urb_dequeue()
1670 wake_up_process(max3421_hcd->spi_thread); in max3421_gpout_set_value()
[all...]
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dmax3421-hcd.c120 struct task_struct *spi_thread; member
131 * The following are owned by spi_thread (may be accessed by
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 in max3421_probe()
[all...]

Completed in 9 milliseconds