Lines Matching refs:mmc_omap_wq
166 struct workqueue_struct *mmc_omap_wq;
288 queue_work(host->mmc_omap_wq, &host->slot_release_work);
466 queue_work(host->mmc_omap_wq, &host->send_stop_work);
636 queue_work(host->mmc_omap_wq, &host->cmd_abort_work);
838 queue_work(host->mmc_omap_wq, &host->cmd_abort_work);
1317 flush_workqueue(slot->host->mmc_omap_wq);
1428 host->mmc_omap_wq = alloc_workqueue("mmc_omap", 0, 0);
1429 if (!host->mmc_omap_wq) {
1447 destroy_workqueue(host->mmc_omap_wq);
1489 destroy_workqueue(host->mmc_omap_wq);