Lines Matching defs:funcs
233 const struct drm_connector_helper_funcs *funcs =
236 if (funcs && funcs->disable_hpd)
237 funcs->disable_hpd(connector);
250 const struct drm_connector_helper_funcs *funcs =
253 if (funcs && funcs->enable_hpd)
254 funcs->enable_hpd(connector);
345 const struct drm_connector_helper_funcs *funcs = connector->helper_private;
347 if (funcs->detect_ctx)
348 return funcs->detect_ctx(connector, ctx, force);
349 else if (connector->funcs->detect)
350 return connector->funcs->detect(connector, force);
594 if (connector->funcs->force)
595 connector->funcs->force(connector);