Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/omapdrm/
Domap_connector.c42 if (dssdev->ops && dssdev->ops->hdmi.lost_hotplug) in omap_connector_hpd_notify()
43 dssdev->ops->hdmi.lost_hotplug(dssdev); in omap_connector_hpd_notify()
/Linux-v5.4/drivers/gpu/drm/omapdrm/dss/
Domapdss.h289 void (*lost_hotplug)(struct omap_dss_device *dssdev); member
Dhdmi4.c472 .lost_hotplug = hdmi_lost_hotplug,