spi_thread        656 drivers/net/ethernet/qualcomm/qca_spi.c 	if (qca->spi_thread &&
spi_thread        657 drivers/net/ethernet/qualcomm/qca_spi.c 	    qca->spi_thread->state != TASK_RUNNING)
spi_thread        658 drivers/net/ethernet/qualcomm/qca_spi.c 		wake_up_process(qca->spi_thread);
spi_thread        677 drivers/net/ethernet/qualcomm/qca_spi.c 	qca->spi_thread = kthread_run((void *)qcaspi_spi_thread,
spi_thread        680 drivers/net/ethernet/qualcomm/qca_spi.c 	if (IS_ERR(qca->spi_thread)) {
spi_thread        683 drivers/net/ethernet/qualcomm/qca_spi.c 		return PTR_ERR(qca->spi_thread);
spi_thread        691 drivers/net/ethernet/qualcomm/qca_spi.c 		kthread_stop(qca->spi_thread);
spi_thread        710 drivers/net/ethernet/qualcomm/qca_spi.c 	kthread_stop(qca->spi_thread);
spi_thread        711 drivers/net/ethernet/qualcomm/qca_spi.c 	qca->spi_thread = NULL;
spi_thread        780 drivers/net/ethernet/qualcomm/qca_spi.c 	if (qca->spi_thread &&
spi_thread        781 drivers/net/ethernet/qualcomm/qca_spi.c 	    qca->spi_thread->state != TASK_RUNNING)
spi_thread        782 drivers/net/ethernet/qualcomm/qca_spi.c 		wake_up_process(qca->spi_thread);
spi_thread        798 drivers/net/ethernet/qualcomm/qca_spi.c 	if (qca->spi_thread)
spi_thread        799 drivers/net/ethernet/qualcomm/qca_spi.c 		wake_up_process(qca->spi_thread);
spi_thread        811 drivers/net/ethernet/qualcomm/qca_spi.c 	qca->spi_thread = NULL;
spi_thread         83 drivers/net/ethernet/qualcomm/qca_spi.h 	struct task_struct *spi_thread;
spi_thread        126 drivers/usb/host/max3421-hcd.c 	struct task_struct *spi_thread;
spi_thread       1172 drivers/usb/host/max3421-hcd.c 	if (max3421_hcd->spi_thread &&
spi_thread       1173 drivers/usb/host/max3421-hcd.c 	    max3421_hcd->spi_thread->state != TASK_RUNNING)
spi_thread       1174 drivers/usb/host/max3421-hcd.c 		wake_up_process(max3421_hcd->spi_thread);
spi_thread       1484 drivers/usb/host/max3421-hcd.c 	wake_up_process(max3421_hcd->spi_thread);
spi_thread       1497 drivers/usb/host/max3421-hcd.c 	wake_up_process(max3421_hcd->spi_thread);
spi_thread       1565 drivers/usb/host/max3421-hcd.c 		wake_up_process(max3421_hcd->spi_thread);
spi_thread       1589 drivers/usb/host/max3421-hcd.c 		wake_up_process(max3421_hcd->spi_thread);
spi_thread       1690 drivers/usb/host/max3421-hcd.c 	wake_up_process(max3421_hcd->spi_thread);
spi_thread       1911 drivers/usb/host/max3421-hcd.c 	max3421_hcd->spi_thread = kthread_run(max3421_spi_thread, hcd,
spi_thread       1913 drivers/usb/host/max3421-hcd.c 	if (max3421_hcd->spi_thread == ERR_PTR(-ENOMEM)) {
spi_thread       1942 drivers/usb/host/max3421-hcd.c 		if (max3421_hcd->spi_thread)
spi_thread       1943 drivers/usb/host/max3421-hcd.c 			kthread_stop(max3421_hcd->spi_thread);
spi_thread       1972 drivers/usb/host/max3421-hcd.c 	kthread_stop(max3421_hcd->spi_thread);