Searched refs:to_qaic_drm_device (Results 1 – 2 of 2) sorted by relevance
30 #define to_qaic_drm_device(dev) container_of(dev, struct qaic_drm_device, drm) macro33 #define to_qaic_device(dev) (to_qaic_drm_device((dev))->qdev)
107 struct qaic_drm_device *qddev = to_qaic_drm_device(dev); in qaic_open()