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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 132 milliseconds