Home
last modified time | relevance | path

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

/linux/drivers/accel/qaic/
H A Dqaic_debugfs.h14 void qaic_debugfs_init(struct qaic_drm_device *qddev);
18 static inline void qaic_debugfs_init(struct qaic_drm_device *qddev) {} in qaic_debugfs_init() function
H A Dqaic_debugfs.c98 void qaic_debugfs_init(struct qaic_drm_device *qddev) in qaic_debugfs_init() function
H A Dqaic_drv.c273 qaic_debugfs_init(qddev); in qaic_create_drm_device()