Searched refs:hdmi_regmap (Results 1 – 1 of 1) sorted by relevance
192 struct regmap *hdmi_regmap; member409 ret = regmap_write(it->hdmi_regmap, HDMI_REG_LVDS_PORT, in it6263_lvds_set_i2c_addr()498 regmap_write(it->hdmi_regmap, HDMI_REG_INPUT_MODE, IN_RGB); in it6263_hdmi_config()507 regmap_read(it->hdmi_regmap, HDMI_REG_SYS_STATUS, &val); in it6263_detect()517 struct regmap *regmap = it->hdmi_regmap; in it6263_read_edid()579 regmap_write(it->hdmi_regmap, HDMI_REG_AFE_DRV_CTRL, in it6263_bridge_atomic_disable()588 struct regmap *regmap = it->hdmi_regmap; in it6263_bridge_atomic_enable()769 struct regmap *regmap = it->hdmi_regmap; in it6263_hdmi_write_infoframe()825 it->hdmi_regmap = devm_regmap_init_i2c(client, in it6263_probe()827 if (IS_ERR(it->hdmi_regmap)) in it6263_probe()[all …]