Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/drm/bridge/
H A Ddw_hdmi.h170 void (*attach_properties)(struct drm_connector *connector, member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-qp.c2336 if (ops && ops->attach_properties) in dw_hdmi_attach_properties()
2337 return ops->attach_properties(&hdmi->connector, color, 0, in dw_hdmi_attach_properties()
H A Ddw-hdmi.c3560 if (ops && ops->attach_properties) in dw_hdmi_attach_properties()
3561 return ops->attach_properties(&hdmi->connector, in dw_hdmi_attach_properties()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Ddw_hdmi-rockchip.c2984 .attach_properties = dw_hdmi_rockchip_attach_properties,