Searched refs:attach_properties (Results 1 – 4 of 4) sorted by relevance
170 void (*attach_properties)(struct drm_connector *connector, member
2336 if (ops && ops->attach_properties) in dw_hdmi_attach_properties()2337 return ops->attach_properties(&hdmi->connector, color, 0, in dw_hdmi_attach_properties()
3560 if (ops && ops->attach_properties) in dw_hdmi_attach_properties()3561 return ops->attach_properties(&hdmi->connector, in dw_hdmi_attach_properties()
2984 .attach_properties = dw_hdmi_rockchip_attach_properties,