Searched refs:mmc_omap_wq (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/mmc/host/ |
H A D | omap.c | 166 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() 1317 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() 1489 destroy_workqueue(host->mmc_omap_wq); in mmc_omap_remove() [all...] |
/kernel/linux/linux-6.6/drivers/mmc/host/ |
H A D | omap.c | 171 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() 1351 flush_workqueue(slot->host->mmc_omap_wq); in mmc_omap_remove_slot() 1469 host->mmc_omap_wq = alloc_workqueue("mmc_omap", 0, 0); in mmc_omap_probe() 1470 if (!host->mmc_omap_wq) { in mmc_omap_probe() 1488 destroy_workqueue(host->mmc_omap_wq); in mmc_omap_probe() 1534 destroy_workqueue(host->mmc_omap_wq); in mmc_omap_remove() [all...] |
Completed in 5 milliseconds