Searched refs:get_line_count (Results 1 – 5 of 5) sorted by relevance
68 u32 (*get_line_count)(struct dpu_hw_pingpong *pp); member
93 u32 (*get_line_count)(struct dpu_hw_intf *intf); member
704 if (!phys_enc->hw_intf || !phys_enc->hw_intf->ops.get_line_count) in dpu_encoder_phys_vid_get_line_count()707 return phys_enc->hw_intf->ops.get_line_count(phys_enc->hw_intf); in dpu_encoder_phys_vid_get_line_count()751 ops->get_line_count = dpu_encoder_phys_vid_get_line_count; in dpu_encoder_phys_vid_init_ops()
114 int (*get_line_count)(struct dpu_encoder_phys *phys); member
556 if (phys && phys->ops.get_line_count) in dpu_encoder_get_linecount()557 linecount = phys->ops.get_line_count(phys); in dpu_encoder_get_linecount()1881 if (!dpu_enc->cur_master->ops.get_line_count) { in _dpu_encoder_calculate_linetime()1941 cur_line = dpu_enc->cur_master->ops.get_line_count(dpu_enc->cur_master); in dpu_encoder_vsync_time()