Lines Matching defs:ops
127 * @ops: the operations of the engine
133 const struct sunxi_engine_ops *ops;
151 if (engine->ops && engine->ops->commit)
152 engine->ops->commit(engine);
163 if (engine->ops && engine->ops->layers_init)
164 return engine->ops->layers_init(drm, engine);
180 if (engine->ops && engine->ops->apply_color_correction)
181 engine->ops->apply_color_correction(engine);
193 if (engine->ops && engine->ops->disable_color_correction)
194 engine->ops->disable_color_correction(engine);
208 if (engine->ops && engine->ops->mode_set)
209 engine->ops->mode_set(engine, mode);