Searched full:cw201x (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/power/fuel_gauge/ |
| H A D | fg_cw201x.c | 22 #define COMPAT_ROCKCHIP_CW201X "cw201x" 64 static u8 cw201x_read(struct cw201x_info *cw201x, u8 reg) in cw201x_read() argument 69 ret = dm_i2c_read(cw201x->dev, reg, &val, 1); in cw201x_read() 72 cw201x->dev, reg); in cw201x_read() 79 static int cw201x_write(struct cw201x_info *cw201x, u8 reg, u8 val) in cw201x_write() argument 83 ret = dm_i2c_write(cw201x->dev, reg, &val, 1); in cw201x_write() 86 cw201x->dev, reg); in cw201x_write() 93 static u16 cw201x_read_half_word(struct cw201x_info *cw201x, int reg) in cw201x_read_half_word() argument 98 valh = cw201x_read(cw201x, reg); in cw201x_read_half_word() 99 vall = cw201x_read(cw201x, reg + 1); in cw201x_read_half_word() [all …]
|
| H A D | Kconfig | 14 bool "CW201X Fuel gauge support" 17 This adds support for CW201X fuel gauge support. 26 bool "CW201X Fuel gauge support" 29 This adds support for CW201X fuel gauge support.
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/ |
| H A D | cw2015_battery.txt | 1 Binding for CW201X Battery 5 * "cw201x" 19 compatible = "cw201x";
|
| H A D | cw2017_battery.txt | 1 Binding for CW201X Battery
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | rk3229-gva.dts | 229 cw201x: cw2015@62 { label 230 compatible = "cw201x";
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/supply/ |
| H A D | cw2015_battery.yaml | 64 compatible = "cellwise,cw201x";
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | rk3229-at-som.dtsi | 110 compatible = "cw201x";
|
| H A D | rk3229-gva-sdk.dts | 341 compatible = "cw201x";
|
| H A D | rv1126-bat-ipc-v10.dts | 206 compatible = "cw201x";
|
| H A D | rk3288-evb-rk808-linux.dts | 359 compatible = "cw201x";
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3399-sapphire-excavator-edp.dtsi | 312 compatible = "cw201x";
|
| H A D | rk3399-tve1030g.dtsi | 696 compatible = "cw201x";
|
| H A D | rk3399-evb-ind.dtsi | 952 compatible = "cw201x";
|