Home
last modified time | relevance | path

Searched refs:rk818_battery (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Drk818_battery.c158 struct rk818_battery { struct
331 static int rk818_bat_read(struct rk818_battery *di, u8 reg) in rk818_bat_read()
342 static int rk818_bat_write(struct rk818_battery *di, u8 reg, u8 buf) in rk818_bat_write()
353 static int rk818_bat_set_bits(struct rk818_battery *di, u8 reg, u8 mask, u8 buf) in rk818_bat_set_bits()
364 static int rk818_bat_clear_bits(struct rk818_battery *di, u8 reg, u8 mask) in rk818_bat_clear_bits()
375 static void rk818_bat_dump_regs(struct rk818_battery *di, u8 start, u8 end) in rk818_bat_dump_regs()
387 static bool rk818_bat_chrg_online(struct rk818_battery *di) in rk818_bat_chrg_online()
396 static int rk818_bat_get_coulomb_cap(struct rk818_battery *di) in rk818_bat_get_coulomb_cap()
408 static int rk818_bat_get_rsoc(struct rk818_battery *di) in rk818_bat_get_rsoc()
420 struct rk818_battery *di = dev_get_drvdata(dev); in bat_info_store()
[all …]
H A DMakefile110 obj-$(CONFIG_BATTERY_RK818) += rk818_battery.o