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