Home
last modified time | relevance | path

Searched full:cw201x (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/power/fuel_gauge/
H A Dfg_cw201x.c22 #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 DKconfig14 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 Dcw2015_battery.txt1 Binding for CW201X Battery
5 * "cw201x"
19 compatible = "cw201x";
H A Dcw2017_battery.txt1 Binding for CW201X Battery
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Drk3229-gva.dts229 cw201x: cw2015@62 { label
230 compatible = "cw201x";
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/supply/
H A Dcw2015_battery.yaml64 compatible = "cellwise,cw201x";
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Drk3229-at-som.dtsi110 compatible = "cw201x";
H A Drk3229-gva-sdk.dts341 compatible = "cw201x";
H A Drv1126-bat-ipc-v10.dts206 compatible = "cw201x";
H A Drk3288-evb-rk808-linux.dts359 compatible = "cw201x";
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/
H A Drk3399-sapphire-excavator-edp.dtsi312 compatible = "cw201x";
H A Drk3399-tve1030g.dtsi696 compatible = "cw201x";
H A Drk3399-evb-ind.dtsi952 compatible = "cw201x";