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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/spi/
H A Domap_spi_100k.c109 static struct workqueue_struct *omap1_spi100k_wq; variable in typeref:struct:workqueue_struct
480 queue_work(omap1_spi100k_wq, &spi100k->work);
615 omap1_spi100k_wq = create_singlethread_workqueue(
618 if (omap1_spi100k_wq == NULL)
628 destroy_workqueue(omap1_spi100k_wq);

Completed in 111 milliseconds