Lines Matching refs:tosa_bat
23 struct tosa_bat {
30 bool (*is_present)(struct tosa_bat *bat);
47 static struct tosa_bat tosa_bat_main;
48 static struct tosa_bat tosa_bat_jacket;
50 static unsigned long tosa_read_bat(struct tosa_bat *bat)
70 static unsigned long tosa_read_temp(struct tosa_bat *bat)
95 struct tosa_bat *bat = power_supply_get_drvdata(psy);
137 static bool tosa_jacket_bat_is_present(struct tosa_bat *bat)
154 static void tosa_bat_update(struct tosa_bat *bat)
249 static struct tosa_bat tosa_bat_main = {
270 static struct tosa_bat tosa_bat_jacket = {
292 static struct tosa_bat tosa_bat_bu = {