Home
last modified time | relevance | path

Searched refs:intel_lvds_connector (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/drm/i915/
H A Dintel_lvds.c46 struct intel_lvds_connector { struct
76 struct intel_lvds_connector *attached_connector;
84 static struct intel_lvds_connector *to_lvds_connector(struct drm_connector *connector) in to_lvds_connector()
86 return container_of(connector, struct intel_lvds_connector, base.base); in to_lvds_connector()
471 struct intel_lvds_connector *lvds_connector = to_lvds_connector(connector); in intel_lvds_get_modes()
521 struct intel_lvds_connector *lvds_connector =
522 container_of(nb, struct intel_lvds_connector, lid_notifier);
579 struct intel_lvds_connector *lvds_connector = in intel_lvds_destroy()
939 struct intel_lvds_connector *lvds_connector; in intel_lvds_init()