Searched refs:batt_ps (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/power/
H A Dz2_battery.c27 struct power_supply batt_ps; member in struct:z2_charger
43 static int z2_batt_get_property(struct power_supply *batt_ps, argument
47 struct z2_charger *charger = container_of(batt_ps, struct z2_charger,
48 batt_ps);
86 static void z2_batt_ext_power_changed(struct power_supply *batt_ps) argument
88 struct z2_charger *charger = container_of(batt_ps, struct z2_charger,
89 batt_ps);
109 pr_debug("%s: %i -> %i\n", charger->batt_ps.name, old_status,
111 power_supply_changed(&charger->batt_ps);
167 charger->batt_ps
[all...]

Completed in 61 milliseconds