Lines Matching defs:funcs
505 * @funcs: helper vtable to set for @crtc
508 const struct drm_crtc_helper_funcs *funcs)
510 crtc->helper_private = funcs;
854 * @funcs: helper vtable to set for @encoder
857 const struct drm_encoder_helper_funcs *funcs)
859 encoder->helper_private = funcs;
1156 * @funcs: helper vtable to set for @connector
1159 const struct drm_connector_helper_funcs *funcs)
1161 connector->helper_private = funcs;
1359 * @funcs: helper vtable to set for @plane
1362 const struct drm_plane_helper_funcs *funcs)
1364 plane->helper_private = funcs;