Home
last modified time | relevance | path

Searched refs:destroy_properties (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/drm/bridge/
H A Ddw_hdmi.h173 void (*destroy_properties)(struct drm_connector *connector, member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-qp.c2346 if (ops && ops->destroy_properties) in dw_hdmi_destroy_properties()
2347 return ops->destroy_properties(&hdmi->connector, in dw_hdmi_destroy_properties()
H A Ddw-hdmi.c3571 if (ops && ops->destroy_properties) in dw_hdmi_destroy_properties()
3572 return ops->destroy_properties(&hdmi->connector, in dw_hdmi_destroy_properties()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Ddw_hdmi-rockchip.c2985 .destroy_properties = dw_hdmi_rockchip_destroy_properties,