Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/mmc/host/
Domap.c166 struct workqueue_struct *mmc_omap_wq; member
288 queue_work(host->mmc_omap_wq, &host->slot_release_work); in mmc_omap_release_slot()
466 queue_work(host->mmc_omap_wq, &host->send_stop_work); in mmc_omap_xfer_done()
636 queue_work(host->mmc_omap_wq, &host->cmd_abort_work); in mmc_omap_cmd_timer()
838 queue_work(host->mmc_omap_wq, &host->cmd_abort_work); in mmc_omap_irq()
1316 flush_workqueue(slot->host->mmc_omap_wq); in mmc_omap_remove_slot()
1428 host->mmc_omap_wq = alloc_workqueue("mmc_omap", 0, 0); in mmc_omap_probe()
1429 if (!host->mmc_omap_wq) { in mmc_omap_probe()
1447 destroy_workqueue(host->mmc_omap_wq); in mmc_omap_probe()
1493 destroy_workqueue(host->mmc_omap_wq); in mmc_omap_remove()