Lines Matching defs:connector

163 					    struct intel_connector *connector);
201 /* Read out the current hw state of this connector, returning true if
285 int (*setup)(struct intel_connector *connector, enum pipe pipe);
286 u32 (*get)(struct intel_connector *connector, enum pipe pipe);
291 u32 (*hz_to_pwm)(struct intel_connector *connector, u32 hz);
488 int (*stream_encryption)(struct intel_connector *connector,
493 struct intel_connector *connector);
523 int (*stream_2_2_encryption)(struct intel_connector *connector,
528 struct intel_connector *connector);
533 /* Mutex for hdcp state of the connector */
543 /* Flag indicates whether this connector supports HDCP2.2 or not. */
584 * Transcoder attached to the connector could be changed at modeset.
595 * The fixed encoder this connector is connected to.
602 /* Reads out the current hw, returning true if the connector is enabled
616 state of connector->polled in case hotplug storm detection changes it */
1753 /* connector directly attached - won't be use for modeset in mst world */
1756 /* mst connector list */
1878 struct intel_connector *connector;
1882 intel_attached_encoder(struct intel_connector *connector)
1884 return connector->encoder;
1927 intel_attached_dig_port(struct intel_connector *connector)
1929 return enc_to_dig_port(intel_attached_encoder(connector));
1939 intel_attached_hdmi(struct intel_connector *connector)
1941 return enc_to_intel_hdmi(intel_attached_encoder(connector));
1949 static inline struct intel_dp *intel_attached_dp(struct intel_connector *connector)
1951 return enc_to_intel_dp(intel_attached_encoder(connector));
2052 struct intel_connector *connector)
2056 &connector->base));
2061 struct intel_connector *connector)
2065 &connector->base));