Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c649 if (hdmi->plat_data->set_ddc_io) in dw_hdmi_i2c_read()
650 hdmi->plat_data->set_ddc_io(data, false); in dw_hdmi_i2c_read()
732 if (hdmi->plat_data->set_ddc_io) in dw_hdmi_i2c_write()
733 hdmi->plat_data->set_ddc_io(data, false); in dw_hdmi_i2c_write()
803 if (hdmi->plat_data->set_ddc_io) in dw_hdmi_i2c_xfer()
804 hdmi->plat_data->set_ddc_io(data, true); in dw_hdmi_i2c_xfer()
4009 if (hdmi->plat_data->set_ddc_io) in dw_hdmi_bridge_atomic_disable()
4010 hdmi->plat_data->set_ddc_io(data, false); in dw_hdmi_bridge_atomic_disable()
4881 if (hdmi->plat_data->set_ddc_io) in dw_hdmi_probe()
4882 hdmi->plat_data->set_ddc_io(hdmi->plat_data->phy_data, true); in dw_hdmi_probe()
[all …]
/OK3568_Linux_fs/kernel/include/drm/bridge/
H A Ddw_hdmi.h258 void (*set_ddc_io)(void *data, bool enable); member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Ddw_hdmi-rockchip.c3460 plat_data->set_ddc_io = in dw_hdmi_rockchip_bind()