get_pending_flush 1450 drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c 	if (ctl->ops.get_pending_flush)
get_pending_flush 1451 drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c 		ret = ctl->ops.get_pending_flush(ctl);
get_pending_flush 1587 drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c 		else if (ctl->ops.get_pending_flush)
get_pending_flush 1588 drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c 			pending_flush |= ctl->ops.get_pending_flush(ctl);
get_pending_flush  320 drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_vid.c 	if (!(flush_register & hw_ctl->ops.get_pending_flush(hw_ctl)))
get_pending_flush  460 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_ctl.c 	ops->get_pending_flush = dpu_hw_ctl_get_pending_flush;
get_pending_flush   82 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_ctl.h 	u32 (*get_pending_flush)(struct dpu_hw_ctl *ctx);