Lines Matching defs:funcs
73 drm->mode_config.funcs = &drm_mode_config_funcs;
150 * @funcs: Callbacks for the new plane. Optional.
162 * @funcs will default to the default helpers implementations.
173 const struct drm_plane_funcs *funcs,
181 if (!funcs)
182 funcs = &default_plane_funcs;
198 funcs,
227 * @funcs: Callbacks for the new plane. Optional.
235 * @funcs will default to the default helpers implementations.
246 const struct drm_crtc_funcs *funcs,
252 if (!funcs)
253 funcs = &default_crtc_funcs;
264 funcs,