Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mmc/host/
H A Domap.c171 struct workqueue_struct *mmc_omap_wq; member
298 queue_work(host->mmc_omap_wq, &host->slot_release_work); in mmc_omap_release_slot()
479 queue_work(host->mmc_omap_wq, &host->send_stop_work); in mmc_omap_xfer_done()
649 queue_work(host->mmc_omap_wq, &host->cmd_abort_work); in mmc_omap_cmd_timer()
851 queue_work(host->mmc_omap_wq, &host->cmd_abort_work); in mmc_omap_irq()
1366 flush_workqueue(slot->host->mmc_omap_wq); in mmc_omap_remove_slot()
1483 host->mmc_omap_wq = alloc_workqueue("mmc_omap", 0, 0); in mmc_omap_probe()
1484 if (!host->mmc_omap_wq) { in mmc_omap_probe()
1502 destroy_workqueue(host->mmc_omap_wq); in mmc_omap_probe()
1548 destroy_workqueue(host->mmc_omap_wq); in mmc_omap_remove()