handle_post_kickoff 1839 drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c 		if (phys && phys->ops.handle_post_kickoff)
handle_post_kickoff 1840 drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c 			phys->ops.handle_post_kickoff(phys);
handle_post_kickoff  139 drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys.h 	void (*handle_post_kickoff)(struct dpu_encoder_phys *phys_enc);
handle_post_kickoff  759 drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_cmd.c 	ops->handle_post_kickoff = dpu_encoder_phys_cmd_handle_post_kickoff;
handle_post_kickoff  695 drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_vid.c 	ops->handle_post_kickoff = dpu_encoder_phys_vid_handle_post_kickoff;