Home
last modified time | relevance | path

Searched defs:qddev (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/accel/qaic/
H A Dqaic_drv.c142 struct qaic_drm_device *qddev = to_qaic_drm_device(dev); in qaic_open() local
195 struct qaic_drm_device *qddev; in qaic_postclose() local
257 struct qaic_drm_device *qddev = qdev->qddev; in qaic_create_drm_device() local
280 struct qaic_drm_device *qddev = qdev->qddev; in qaic_destroy_drm_device() local
393 struct qaic_drm_device *qddev; in create_qdev() local
H A Dqaic.h31 #define to_drm(qddev) (&(qddev)->drm) argument
32 #define to_accel_kdev(qddev) (to_drm(qddev)->accel->kdev) /* Return Linux device of accel node */ argument
57 struct qaic_drm_device *qddev; member
155 struct qaic_drm_device *qddev; member
H A Dqaic_debugfs.h18 static inline void qaic_debugfs_init(struct qaic_drm_device *qddev) {} in qaic_debugfs_init()
H A Dqaic_debugfs.c98 void qaic_debugfs_init(struct qaic_drm_device *qddev) in qaic_debugfs_init()