Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/accel/qaic/
Dqaic_debugfs.c240 qdev->bootlog_wq = alloc_ordered_workqueue("qaic_bootlog", 0); in qaic_bootlog_mhi_probe()
241 if (!qdev->bootlog_wq) { in qaic_bootlog_mhi_probe()
276 flush_workqueue(qdev->bootlog_wq); in qaic_bootlog_mhi_probe()
277 destroy_workqueue(qdev->bootlog_wq); in qaic_bootlog_mhi_probe()
289 flush_workqueue(qdev->bootlog_wq); in qaic_bootlog_mhi_remove()
290 destroy_workqueue(qdev->bootlog_wq); in qaic_bootlog_mhi_remove()
311 queue_work(qdev->bootlog_wq, &msg->work); in qaic_bootlog_mhi_dl_xfer_cb()
Dqaic.h161 struct workqueue_struct *bootlog_wq; member