Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/power/supply/
Dcollie_battery.c30 struct collie_bat { struct
37 bool (*is_present)(struct collie_bat *bat); argument
54 static struct collie_bat collie_bat_main; argument
56 static unsigned long collie_read_bat(struct collie_bat *bat) in collie_read_bat()
75 static unsigned long collie_read_temp(struct collie_bat *bat) in collie_read_temp()
100 struct collie_bat *bat = power_supply_get_drvdata(psy); in collie_bat_get_property()
154 static void collie_bat_update(struct collie_bat *bat) in collie_bat_update()
232 static struct collie_bat collie_bat_main = {
262 static struct collie_bat collie_bat_bu = {