Symbol: spwr_battery_device
drivers/power/supply/surface_battery.c
155
static bool spwr_battery_present(struct spwr_battery_device *bat)
drivers/power/supply/surface_battery.c
162
static int spwr_battery_load_sta(struct spwr_battery_device *bat)
drivers/power/supply/surface_battery.c
169
static int spwr_battery_load_bix(struct spwr_battery_device *bat)
drivers/power/supply/surface_battery.c
189
static int spwr_battery_load_bst(struct spwr_battery_device *bat)
drivers/power/supply/surface_battery.c
199
static int spwr_battery_set_alarm_unlocked(struct spwr_battery_device *bat, u32 value)
drivers/power/supply/surface_battery.c
209
static int spwr_battery_update_bst_unlocked(struct spwr_battery_device *bat, bool cached)
drivers/power/supply/surface_battery.c
231
static int spwr_battery_update_bst(struct spwr_battery_device *bat, bool cached)
drivers/power/supply/surface_battery.c
242
static int spwr_battery_update_bix_unlocked(struct spwr_battery_device *bat)
drivers/power/supply/surface_battery.c
267
static u32 sprw_battery_get_full_cap_safe(struct spwr_battery_device *bat)
drivers/power/supply/surface_battery.c
279
static bool spwr_battery_is_full(struct spwr_battery_device *bat)
drivers/power/supply/surface_battery.c
293
static int spwr_battery_recheck_full(struct spwr_battery_device *bat)
drivers/power/supply/surface_battery.c
332
static int spwr_battery_recheck_status(struct spwr_battery_device *bat)
drivers/power/supply/surface_battery.c
345
struct spwr_battery_device *bat = container_of(nf, struct spwr_battery_device, notif);
drivers/power/supply/surface_battery.c
395
struct spwr_battery_device *bat;
drivers/power/supply/surface_battery.c
398
bat = container_of(dwork, struct spwr_battery_device, update_work);
drivers/power/supply/surface_battery.c
411
struct spwr_battery_device *bat = power_supply_get_drvdata(psy);
drivers/power/supply/surface_battery.c
464
static int spwr_battery_prop_status(struct spwr_battery_device *bat)
drivers/power/supply/surface_battery.c
486
static int spwr_battery_prop_technology(struct spwr_battery_device *bat)
drivers/power/supply/surface_battery.c
508
static int spwr_battery_prop_capacity(struct spwr_battery_device *bat)
drivers/power/supply/surface_battery.c
524
static int spwr_battery_prop_capacity_level(struct spwr_battery_device *bat)
drivers/power/supply/surface_battery.c
546
struct spwr_battery_device *bat = power_supply_get_drvdata(psy);
drivers/power/supply/surface_battery.c
671
struct spwr_battery_device *bat = power_supply_get_drvdata(psy);
drivers/power/supply/surface_battery.c
685
struct spwr_battery_device *bat = power_supply_get_drvdata(psy);
drivers/power/supply/surface_battery.c
721
static void spwr_battery_init(struct spwr_battery_device *bat, struct ssam_device *sdev,
drivers/power/supply/surface_battery.c
744
static int spwr_battery_register(struct spwr_battery_device *bat)
drivers/power/supply/surface_battery.c
820
struct spwr_battery_device *bat;
drivers/power/supply/surface_battery.c
838
struct spwr_battery_device *bat = ssam_device_get_drvdata(sdev);