Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/power/
Dcollie_battery.c31 struct collie_bat { struct
38 bool (*is_present)(struct collie_bat *bat); argument
55 static struct collie_bat collie_bat_main; argument
57 static unsigned long collie_read_bat(struct collie_bat *bat) in collie_read_bat()
76 static unsigned long collie_read_temp(struct collie_bat *bat) in collie_read_temp()
101 struct collie_bat *bat = power_supply_get_drvdata(psy); in collie_bat_get_property()
155 static void collie_bat_update(struct collie_bat *bat) in collie_bat_update()
233 static struct collie_bat collie_bat_main = {
263 static struct collie_bat collie_bat_bu = {