Searched defs:power_supply (Results 1 – 9 of 9) sorted by relevance
148 struct power_supply { struct150 enum power_supply_type type; argument151 enum power_supply_property *properties; argument157 int (*get_property)(struct power_supply *psy, argument160 int (*set_property)(struct power_supply *psy, argument163 int (*property_is_writeable)(struct power_supply *psy, argument165 void (*external_power_changed)(struct power_supply *psy); argument166 void (*set_charged)(struct power_supply *psy); argument169 int use_for_apm;172 struct device *dev;[all …]
248 static struct platform_device power_supply = { variable
565 static struct platform_device power_supply = { variable
651 static struct platform_device power_supply = { variable
181 static irqreturn_t power_changed_isr(int irq, void *power_supply) in power_changed_isr()
143 struct power_supply power_supply; member
164 static struct platform_device power_supply = { variable
265 static struct platform_device power_supply = { variable
48 unsigned power_supply:1; member