Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/greybus/
Dsdio.c28 struct workqueue_struct *mrq_workqueue; member
575 queue_work(host->mrq_workqueue, &host->mrqwork); in gb_mmc_request()
807 host->mrq_workqueue = alloc_workqueue("mmc-%s", 0, 1, in gb_sdio_probe()
809 if (!host->mrq_workqueue) { in gb_sdio_probe()
831 destroy_workqueue(host->mrq_workqueue); in gb_sdio_probe()
859 flush_workqueue(host->mrq_workqueue); in gb_sdio_remove()
860 destroy_workqueue(host->mrq_workqueue); in gb_sdio_remove()