Lines Matching refs:tosa_bat
23 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 = {
270 static struct tosa_bat tosa_bat_jacket = {
292 static struct tosa_bat tosa_bat_bu = {