Searched refs:tps65185_i2c_read (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/video/rk_eink/ |
| H A D | tps65185.c | 140 int tps65185_i2c_read(struct tps65185_priv_data *priv_data, u8 reg, u8 *val) in tps65185_i2c_read() function 176 tps65185_i2c_read(priv_data, i, ®); in tps65185_dump_registers() 192 ret = tps65185_i2c_read(priv_data, REG_VCOM1_ADJUST, &vcom_reg); in tps65185_read_vcom_value() 198 ret = tps65185_i2c_read(priv_data, REG_VCOM2_ADJUST, &vcom_reg); in tps65185_read_vcom_value() 240 ret = tps65185_i2c_read(priv_data, REG_INT_STATUS1, &int_stat); in tps65185_set_vcom_value() 265 ret = tps65185_i2c_read(priv_data, REG_PG_STATUS, &pg_status); in tps65185_hw_power_ack() 334 ret = tps65185_i2c_read(priv_data, REG_TMST1, &read_val); in tps65185_temp_get() 347 ret = tps65185_i2c_read(priv_data, REG_TMST_VALUE, &read_val); in tps65185_temp_get() 369 ret = tps65185_i2c_read(priv_data, REG_REVID, &rev_id); in tps65185_hw_init()
|