Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/omapdrm/displays/
Dencoder-tpd12s015.c177 if (!connected && in->ops.hdmi->lost_hotplug) in tpd_detect()
178 in->ops.hdmi->lost_hotplug(in); in tpd_detect()
Dconnector-hdmi.c186 if (!connected && in->ops.hdmi->lost_hotplug) in hdmic_detect()
187 in->ops.hdmi->lost_hotplug(in); in hdmic_detect()
/Linux-v4.19/drivers/gpu/drm/omapdrm/dss/
Domapdss.h387 void (*lost_hotplug)(struct omap_dss_device *dssdev); member
Dhdmi4.c563 .lost_hotplug = hdmi_lost_hotplug,