Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_drv.h121 void (*oob_hotplug_event)(struct drm_connector *connector); member
H A Drockchip_drm_drv.c176 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()
H A Dcdn-dp-core.c1022 dp->sub_dev.oob_hotplug_event = cdn_dp_oob_hotplug_event; in cdn_dp_bind()