Searched refs:destroy_properties (Results 1 – 4 of 4) sorted by relevance
173 void (*destroy_properties)(struct drm_connector *connector, member
2346 if (ops && ops->destroy_properties) in dw_hdmi_destroy_properties()2347 return ops->destroy_properties(&hdmi->connector, in dw_hdmi_destroy_properties()
3571 if (ops && ops->destroy_properties) in dw_hdmi_destroy_properties()3572 return ops->destroy_properties(&hdmi->connector, in dw_hdmi_destroy_properties()
2985 .destroy_properties = dw_hdmi_rockchip_destroy_properties,