Lines Matching defs:mmc_omap_wq
171 struct workqueue_struct *mmc_omap_wq;
298 queue_work(host->mmc_omap_wq, &host->slot_release_work);
479 queue_work(host->mmc_omap_wq, &host->send_stop_work);
649 queue_work(host->mmc_omap_wq, &host->cmd_abort_work);
851 queue_work(host->mmc_omap_wq, &host->cmd_abort_work);
1351 flush_workqueue(slot->host->mmc_omap_wq);
1469 host->mmc_omap_wq = alloc_workqueue("mmc_omap", 0, 0);
1470 if (!host->mmc_omap_wq) {
1488 destroy_workqueue(host->mmc_omap_wq);
1534 destroy_workqueue(host->mmc_omap_wq);