Searched refs:get_line_count (Results 1 – 8 of 8) sorted by relevance
73 u32 (*get_line_count)(struct dpu_hw_intf *intf); member
120 u32 (*get_line_count)(struct dpu_hw_pingpong *pp); member
644 if (!phys_enc->hw_intf || !phys_enc->hw_intf->ops.get_line_count) in dpu_encoder_phys_vid_get_line_count()647 return phys_enc->hw_intf->ops.get_line_count(phys_enc->hw_intf); in dpu_encoder_phys_vid_get_line_count()692 ops->get_line_count = dpu_encoder_phys_vid_get_line_count; in dpu_encoder_phys_vid_init_ops()
500 if (!hw_pp->ops.get_line_count) in dpu_encoder_phys_cmd_get_line_count()503 return hw_pp->ops.get_line_count(hw_pp); in dpu_encoder_phys_cmd_get_line_count()751 ops->get_line_count = dpu_encoder_phys_cmd_get_line_count; in dpu_encoder_phys_cmd_init_ops()
145 int (*get_line_count)(struct dpu_encoder_phys *phys); member
258 c->ops.get_line_count = dpu_hw_pp_get_line_count; in _setup_pingpong_ops()
297 ops->get_line_count = dpu_hw_intf_get_line_count; in _setup_intf_ops()
417 if (phys && phys->ops.get_line_count) in dpu_encoder_get_linecount()418 linecount = phys->ops.get_line_count(phys); in dpu_encoder_get_linecount()1652 if (!dpu_enc->cur_master->ops.get_line_count) { in _dpu_encoder_calculate_linetime()1707 cur_line = dpu_enc->cur_master->ops.get_line_count(dpu_enc->cur_master); in dpu_encoder_vsync_time()
Completed in 19 milliseconds