get_line_count   1649 drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c 	if (!dpu_enc->cur_master->ops.get_line_count) {
get_line_count   1704 drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c 	cur_line = dpu_enc->cur_master->ops.get_line_count(dpu_enc->cur_master);
get_line_count    145 drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys.h 	int (*get_line_count)(struct dpu_encoder_phys *phys);
get_line_count    540 drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_cmd.c 	if (!hw_pp->ops.get_line_count)
get_line_count    543 drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_cmd.c 	return hw_pp->ops.get_line_count(hw_pp);
get_line_count    760 drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_cmd.c 	ops->get_line_count = dpu_encoder_phys_cmd_get_line_count;
get_line_count    674 drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_vid.c 	if (!phys_enc->hw_intf || !phys_enc->hw_intf->ops.get_line_count)
get_line_count    677 drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_vid.c 	return phys_enc->hw_intf->ops.get_line_count(phys_enc->hw_intf);
get_line_count    697 drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_vid.c 	ops->get_line_count = dpu_encoder_phys_vid_get_line_count;
get_line_count    256 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_intf.c 	ops->get_line_count = dpu_hw_intf_get_line_count;
get_line_count     70 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_intf.h 	u32 (*get_line_count)(struct dpu_hw_intf *intf);
get_line_count    191 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_pingpong.c 	ops->get_line_count = dpu_hw_pp_get_line_count;
get_line_count     84 drivers/gpu/drm/msm/disp/dpu1/dpu_hw_pingpong.h 	u32 (*get_line_count)(struct dpu_hw_pingpong *pp);