Searched refs:cw221x (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/u-boot/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 …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/ |
| H A D | cw221x_battery.txt | 5 * "cw221x" 14 cw221x@64 {
|
| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A D | Kconfig | 146 Say Y hereto enable support for the cellwise cw221x
|