Searched refs:cleanup_wb_job (Results 1 – 3 of 3) sorted by relevance
143 void (*cleanup_wb_job)(struct dpu_encoder_phys *phys_enc, member
686 ops->cleanup_wb_job = dpu_encoder_phys_wb_cleanup_wb_job; in dpu_encoder_phys_wb_init_ops()
1011 if (phys->ops.cleanup_wb_job) in dpu_encoder_cleanup_wb_job()1012 phys->ops.cleanup_wb_job(phys, job); in dpu_encoder_cleanup_wb_job()