Searched refs:oob_hotplug_event (Results 1 – 3 of 3) sorted by relevance
121 void (*oob_hotplug_event)(struct drm_connector *connector); member
176 if (sub_dev && sub_dev->connector && sub_dev->oob_hotplug_event) in drm_connector_oob_hotplug_event()177 sub_dev->oob_hotplug_event(sub_dev->connector); in drm_connector_oob_hotplug_event()
1022 dp->sub_dev.oob_hotplug_event = cdn_dp_oob_hotplug_event; in cdn_dp_bind()