Searched refs:handle_post_kickoff (Results 1 – 4 of 4) sorted by relevance
139 void (*handle_post_kickoff)(struct dpu_encoder_phys *phys_enc); member
690 ops->handle_post_kickoff = dpu_encoder_phys_vid_handle_post_kickoff; in dpu_encoder_phys_vid_init_ops()
750 ops->handle_post_kickoff = dpu_encoder_phys_cmd_handle_post_kickoff; in dpu_encoder_phys_cmd_init_ops()
1845 if (phys->ops.handle_post_kickoff) in dpu_encoder_kickoff()1846 phys->ops.handle_post_kickoff(phys); in dpu_encoder_kickoff()