Home
last modified time | relevance | path

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

/linux/drivers/accel/qaic/
H A Dqaic_debugfs.c207 qdev->bootlog_wq = alloc_ordered_workqueue("qaic_bootlog", 0); in qaic_bootlog_mhi_probe()
208 if (!qdev->bootlog_wq) { in qaic_bootlog_mhi_probe()
244 destroy_workqueue(qdev->bootlog_wq); in qaic_bootlog_mhi_probe()
256 destroy_workqueue(qdev->bootlog_wq); in qaic_bootlog_mhi_remove()
277 queue_work(qdev->bootlog_wq, &msg->work); in qaic_bootlog_mhi_dl_xfer_cb()
H A Dqaic.h190 struct workqueue_struct *bootlog_wq; member