Home
last modified time | relevance | path

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

/linux/drivers/accel/qaic/
H A Dqaic_debugfs.c197 if (mhi_queue_buf(qdev->bootlog_ch, DMA_FROM_DEVICE, msg, BOOTLOG_MSG_SIZE, MHI_EOT)) in bootlog_log()
222 qdev->bootlog_ch = mhi_dev; in qaic_bootlog_mhi_probe()
255 mhi_unprepare_from_transfer(qdev->bootlog_ch); in qaic_bootlog_mhi_remove()
257 qdev->bootlog_ch = NULL; in qaic_bootlog_mhi_remove()
H A Dqaic.h188 struct mhi_device *bootlog_ch; member