Searched refs:oob_hotplug_event (Results 1 – 3 of 3) sorted by relevance
1330 void (*oob_hotplug_event)(struct drm_connector *connector); member
3071 if (connector->funcs->oob_hotplug_event) in drm_connector_oob_hotplug_event()3072 connector->funcs->oob_hotplug_event(connector); in drm_connector_oob_hotplug_event()
5284 .oob_hotplug_event = intel_dp_oob_hotplug_event,