Lines Matching refs:tosa_bat
27 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 = {
274 static struct tosa_bat tosa_bat_jacket = {
296 static struct tosa_bat tosa_bat_bu = {