Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/power/supply/
Dtosa_battery.c23 struct tosa_bat { struct
30 bool (*is_present)(struct tosa_bat *bat); argument
47 static struct tosa_bat tosa_bat_main; argument
48 static struct tosa_bat tosa_bat_jacket;
50 static unsigned long tosa_read_bat(struct tosa_bat *bat) in tosa_read_bat()
70 static unsigned long tosa_read_temp(struct tosa_bat *bat) in tosa_read_temp()
95 struct tosa_bat *bat = power_supply_get_drvdata(psy); in tosa_bat_get_property()
137 static bool tosa_jacket_bat_is_present(struct tosa_bat *bat) in tosa_jacket_bat_is_present()
154 static void tosa_bat_update(struct tosa_bat *bat) in tosa_bat_update()
249 static struct tosa_bat tosa_bat_main = {
[all …]