Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/power/
Dtosa_battery.c27 struct tosa_bat { struct
34 bool (*is_present)(struct tosa_bat *bat); argument
51 static struct tosa_bat tosa_bat_main; argument
52 static struct tosa_bat tosa_bat_jacket;
54 static unsigned long tosa_read_bat(struct tosa_bat *bat) in tosa_read_bat()
74 static unsigned long tosa_read_temp(struct tosa_bat *bat) in tosa_read_temp()
99 struct tosa_bat *bat = power_supply_get_drvdata(psy); in tosa_bat_get_property()
141 static bool tosa_jacket_bat_is_present(struct tosa_bat *bat) in tosa_jacket_bat_is_present()
158 static void tosa_bat_update(struct tosa_bat *bat) in tosa_bat_update()
253 static struct tosa_bat tosa_bat_main = {
[all …]