zynqmp_dpsub_drm
struct zynqmp_dpsub_drm;
struct zynqmp_dpsub_drm *drm;
return container_of(crtc, struct zynqmp_dpsub_drm, crtc)->dpsub;
struct zynqmp_dpsub_drm *dpdrm = res;
struct zynqmp_dpsub_drm *dpdrm;
return container_of(drm, struct zynqmp_dpsub_drm, dev)->dpsub;
struct zynqmp_dpsub_drm, dev);