Home
last modified time | relevance | path

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

/linux-6.1.9/include/drm/
Ddrm_connector.h1172 void (*oob_hotplug_event)(struct drm_connector *connector); member
/linux-6.1.9/drivers/gpu/drm/
Ddrm_connector.c2853 if (connector->funcs->oob_hotplug_event) in drm_connector_oob_hotplug_event()
2854 connector->funcs->oob_hotplug_event(connector); in drm_connector_oob_hotplug_event()
/linux-6.1.9/drivers/gpu/drm/i915/display/
Dintel_dp.c5002 .oob_hotplug_event = intel_dp_oob_hotplug_event,