Lines Matching defs:connector
72 * be unregistered for as long as the connector remains registered.
83 * the life time of the connector. At least, this is the theory since I do not
247 /* No transfer function was set, so not a DP connector */
302 struct drm_connector *connector = aux->cec.connector;
309 /* No transfer function was set, so not a DP connector */
354 aux, connector->name, cec_caps,
361 cec_fill_conn_info_from_drm(&conn_info, connector);
364 if (cec_register_adapter(aux->cec.adap, connector->dev->dev)) {
385 /* No transfer function was set, so not a DP connector */
418 * drm_dp_cec_register_connector() - register a new connector
420 * @connector: drm connector
422 * A new connector was registered with associated CEC adapter name and
424 * drm_dp_cec_set_edid() is called to check if the connector supports
428 struct drm_connector *connector)
433 aux->cec.connector = connector;