Linux Kernel
3.7.1
|
struct smb347_charger - smb347 charger instance : protects concurrent access to online variables : pointer to device : pointer to driver regmap : power_supply instance for AC/DC power : power_supply instance for USB power : power_supply instance for battery : is AC/DC input connected : is USB input connected : is charging enabled : pointer to platform data
Definition at line 138 of file smb347-charger.c.
struct power_supply battery |
Definition at line 144 of file smb347-charger.c.
bool charging_enabled |
Definition at line 147 of file smb347-charger.c.
Definition at line 140 of file smb347-charger.c.
Definition at line 139 of file smb347-charger.c.
struct power_supply mains |
Definition at line 142 of file smb347-charger.c.
bool mains_online |
Definition at line 145 of file smb347-charger.c.
Definition at line 148 of file smb347-charger.c.
Definition at line 141 of file smb347-charger.c.
struct power_supply usb |
Definition at line 143 of file smb347-charger.c.
bool usb_online |
Definition at line 146 of file smb347-charger.c.