Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mmc/host/
Domap.c168 struct workqueue_struct *mmc_omap_wq; member
290 queue_work(host->mmc_omap_wq, &host->slot_release_work); in mmc_omap_release_slot()
468 queue_work(host->mmc_omap_wq, &host->send_stop_work); in mmc_omap_xfer_done()
638 queue_work(host->mmc_omap_wq, &host->cmd_abort_work); in mmc_omap_cmd_timer()
840 queue_work(host->mmc_omap_wq, &host->cmd_abort_work); in mmc_omap_irq()
1313 flush_workqueue(slot->host->mmc_omap_wq); in mmc_omap_remove_slot()
1424 host->mmc_omap_wq = alloc_workqueue("mmc_omap", 0, 0); in mmc_omap_probe()
1425 if (!host->mmc_omap_wq) { in mmc_omap_probe()
1443 destroy_workqueue(host->mmc_omap_wq); in mmc_omap_probe()
1485 destroy_workqueue(host->mmc_omap_wq); in mmc_omap_remove()