Searched refs:tps65185_i2c_write (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/video/rk_eink/ |
| H A D | tps65185.c | 117 int tps65185_i2c_write(struct tps65185_priv_data *priv_data, u8 reg, u8 val) in tps65185_i2c_write() function 233 tps65185_i2c_write(priv_data, REG_VCOM1_ADJUST, vcom1_val); in tps65185_set_vcom_value() 234 tps65185_i2c_write(priv_data, REG_VCOM2_ADJUST, vcom2_val); in tps65185_set_vcom_value() 236 tps65185_i2c_write(priv_data, REG_VCOM2_ADJUST, in tps65185_set_vcom_value() 292 tps65185_i2c_write(priv_data, REG_VADJ, priv_data->vadj); in tps65185_power_on() 293 tps65185_i2c_write(priv_data, REG_UPSEQ0, priv_data->upseq0); in tps65185_power_on() 294 tps65185_i2c_write(priv_data, REG_UPSEQ1, priv_data->upseq1); in tps65185_power_on() 295 tps65185_i2c_write(priv_data, REG_DWNSEQ0, priv_data->dwnseq0); in tps65185_power_on() 296 tps65185_i2c_write(priv_data, REG_DWNSEQ1, priv_data->dwnseq1); in tps65185_power_on() 299 tps65185_i2c_write(priv_data, REG_ENABLE, priv_data->shadow_en); in tps65185_power_on() [all …]
|