Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/i915/
H A Dintel_lvds.c521 struct intel_lvds_connector *lvds_connector =
579 struct intel_lvds_connector *lvds_connector = in intel_lvds_destroy() local
588 kfree(lvds_connector->base.edid); in intel_lvds_destroy()
590 intel_panel_fini(&lvds_connector->base.panel); in intel_lvds_destroy()
939 struct intel_lvds_connector *lvds_connector; in intel_lvds_init() local
988 lvds_connector = kzalloc(sizeof(*lvds_connector), GFP_KERNEL); in intel_lvds_init()
989 if (!lvds_connector) { in intel_lvds_init()
995 kfree(lvds_connector); in intel_lvds_init()
1004 intel_connector = &lvds_connector->base; in intel_lvds_init()
1087 lvds_connector->base.edid = edid; in intel_lvds_init()
[all …]