Lines Matching refs:connector
179 * Describes the connector status.
181 * DRM_MODE_CONNECTED means that the connector has a sink plugged in.
372 * Retrieve all information about the connector connectorId. This will do a
373 * forced probe on the connector to retrieve remote information such as EDIDs
381 * about the connector connectorId. This will not do any probing on the
382 * connector or remote device, and only reports what is currently known.
383 * For the complete set of modes and encoders associated with the connector
391 * Get a bitmask of CRTCs a connector is compatible with.
394 * connector, the n-th bit will be set. The indices are taken from the array
401 const drmModeConnector *connector);
404 * Attaches the given mode to an connector.
409 * Detaches a mode from the connector
499 * Get a string describing a connector type.
501 * NULL is returned if the connector type is unsupported. Callers should handle