Searched refs:cw221x (Results 1 – 1 of 1) sorted by relevance
| /rk3399_rockchip-uboot/drivers/power/fuel_gauge/ |
| H A D | fg_cw221x.c | 124 static u8 cw221x_read(struct cw221x_info *cw221x, u8 reg, u8 *buffer) in cw221x_read() argument 129 ret = dm_i2c_read(cw221x->dev, reg, &val, 1); in cw221x_read() 139 static int cw221x_write(struct cw221x_info *cw221x, u8 reg, u8 val) in cw221x_write() argument 143 ret = dm_i2c_write(cw221x->dev, reg, &val, 1); in cw221x_write() 150 static int cw221x_read_half_word(struct cw221x_info *cw221x, in cw221x_read_half_word() argument 157 ret = cw221x_read(cw221x, reg, &valh); in cw221x_read_half_word() 161 ret = cw221x_read(cw221x, reg + 1, &vall); in cw221x_read_half_word() 172 struct cw221x_info *cw221x = dev_get_priv(dev); in cw221x_ofdata_to_platdata() local 178 cw221x->bat_profile = config_profile_info; in cw221x_ofdata_to_platdata() 183 size = sizeof(*cw221x->bat_profile) * len; in cw221x_ofdata_to_platdata() [all …]
|