Searched refs:set_ddc_io (Results 1 – 3 of 3) sorted by relevance
649 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 …]
258 void (*set_ddc_io)(void *data, bool enable); member
3460 plat_data->set_ddc_io = in dw_hdmi_rockchip_bind()