Home
last modified time | relevance | path

Searched refs:mmc_omap_wq (Results 1 – 1 of 1) sorted by relevance

/drivers/mmc/host/
Domap.c170 struct workqueue_struct *mmc_omap_wq; member
292 queue_work(host->mmc_omap_wq, &host->slot_release_work); in mmc_omap_release_slot()
470 queue_work(host->mmc_omap_wq, &host->send_stop_work); in mmc_omap_xfer_done()
640 queue_work(host->mmc_omap_wq, &host->cmd_abort_work); in mmc_omap_cmd_timer()
842 queue_work(host->mmc_omap_wq, &host->cmd_abort_work); in mmc_omap_irq()
1320 flush_workqueue(slot->host->mmc_omap_wq); in mmc_omap_remove_slot()
1429 host->mmc_omap_wq = alloc_workqueue("mmc_omap", 0, 0); in mmc_omap_probe()
1430 if (!host->mmc_omap_wq) { in mmc_omap_probe()
1448 destroy_workqueue(host->mmc_omap_wq); in mmc_omap_probe()
1490 destroy_workqueue(host->mmc_omap_wq); in mmc_omap_remove()