Lines Matching defs:power_supply
148 struct power_supply { struct
150 enum power_supply_type type; argument
151 enum power_supply_property *properties; argument
157 int (*get_property)(struct power_supply *psy, argument
160 int (*set_property)(struct power_supply *psy, argument
163 int (*property_is_writeable)(struct power_supply *psy, argument
165 void (*external_power_changed)(struct power_supply *psy); argument
166 void (*set_charged)(struct power_supply *psy); argument
169 int use_for_apm;
172 struct device *dev;
196 struct power_supply_info { argument
208 extern struct power_supply *power_supply_get_by_name(char *name); argument