Lines Matching defs:funcs
497 * @funcs: helper vtable to set for @crtc
500 const struct drm_crtc_helper_funcs *funcs)
502 crtc->helper_private = funcs;
846 * @funcs: helper vtable to set for @encoder
849 const struct drm_encoder_helper_funcs *funcs)
851 encoder->helper_private = funcs;
1175 * @funcs: helper vtable to set for @connector
1178 const struct drm_connector_helper_funcs *funcs)
1180 connector->helper_private = funcs;
1440 * @funcs: helper vtable to set for @plane
1443 const struct drm_plane_helper_funcs *funcs)
1445 plane->helper_private = funcs;