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.c143 struct qaic_drm_device *qddev = to_qaic_drm_device(dev); in qaic_open() local
196 struct qaic_drm_device *qddev; in qaic_postclose() local
258 struct qaic_drm_device *qddev = qdev->qddev; in qaic_create_drm_device() local
288 struct qaic_drm_device *qddev = qdev->qddev; in qaic_destroy_drm_device() local
403 struct qaic_drm_device *qddev; in create_qdev() local
H A Dqaic_debugfs.h18 static inline void qaic_debugfs_init(struct qaic_drm_device *qddev) {} in qaic_debugfs_init()
H A Dqaic.h32 #define to_drm(qddev) (&(qddev)->drm) argument
33 #define to_accel_kdev(qddev) (to_drm(qddev)->accel->kdev) /* Return Linux device of accel node */ argument
74 struct qaic_drm_device *qddev; member
174 struct qaic_drm_device *qddev; member
H A Dqaic_debugfs.c98 void qaic_debugfs_init(struct qaic_drm_device *qddev) in qaic_debugfs_init()