Lines Matching defs:funcs
127 if (crtc->funcs->late_register)
128 ret = crtc->funcs->late_register(crtc);
141 if (crtc->funcs->early_unregister)
142 crtc->funcs->early_unregister(crtc);
241 * @funcs: callbacks for the new CRTC
256 const struct drm_crtc_funcs *funcs,
270 (!funcs->atomic_destroy_state ||
271 !funcs->atomic_duplicate_state));
274 crtc->funcs = funcs;
363 WARN_ON(crtc->state && !crtc->funcs->atomic_destroy_state);
364 if (crtc->state && crtc->funcs->atomic_destroy_state)
365 crtc->funcs->atomic_destroy_state(crtc, crtc->state);
468 ret = crtc->funcs->set_config(set, ctx);
736 ret = crtc->funcs->set_config(&set, &ctx);
770 if (crtc->funcs->set_property)
771 ret = crtc->funcs->set_property(crtc, property, value);