Linux Kernel
3.7.1
|
Data Fields | |
struct power_supply * | main |
struct power_supply * | bat |
struct power_supply * | max_charge_bat |
struct power_supply * | max_energy_bat |
union power_supply_propval | full |
int | max_charge |
int | max_energy |
Definition at line 35 of file apm_power.c.
struct power_supply* bat |
Definition at line 37 of file apm_power.c.
union power_supply_propval full |
Definition at line 40 of file apm_power.c.
struct power_supply* main |
Definition at line 36 of file apm_power.c.
int max_charge |
Definition at line 41 of file apm_power.c.
struct power_supply* max_charge_bat |
Definition at line 38 of file apm_power.c.
int max_energy |
Definition at line 42 of file apm_power.c.
struct power_supply* max_energy_bat |
Definition at line 39 of file apm_power.c.