Home
last modified time | relevance | path

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

/Linux-v6.1/include/drm/
Ddrm_connector.h1166 void (*oob_hotplug_event)(struct drm_connector *connector); member
/Linux-v6.1/drivers/gpu/drm/
Ddrm_connector.c2850 if (connector->funcs->oob_hotplug_event) in drm_connector_oob_hotplug_event()
2851 connector->funcs->oob_hotplug_event(connector); in drm_connector_oob_hotplug_event()
/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_dp.c5061 .oob_hotplug_event = intel_dp_oob_hotplug_event,