Home
last modified time | relevance | path

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

/linux/drivers/power/supply/
H A Dcollie_battery.c28 struct collie_bat { struct
35 bool (*is_present)(struct collie_bat *bat); argument
52 static struct collie_bat collie_bat_main; argument
54 static unsigned long collie_read_bat(struct collie_bat *bat) in collie_read_bat()
73 static unsigned long collie_read_temp(struct collie_bat *bat) in collie_read_temp()
98 struct collie_bat *bat = power_supply_get_drvdata(psy); in collie_bat_get_property()
152 static void collie_bat_update(struct collie_bat *bat) in collie_bat_update()
230 static struct collie_bat collie_bat_main = {
260 static struct collie_bat collie_bat_bu = {