power_supply 496 include/linux/hid.h struct power_supply battery; power_supply 38 include/linux/mfd/abx500/ux500_chargalg.h struct power_supply psy; power_supply 126 include/linux/mfd/wm8350/supply.h struct power_supply battery; power_supply 127 include/linux/mfd/wm8350/supply.h struct power_supply usb; power_supply 128 include/linux/mfd/wm8350/supply.h struct power_supply ac; power_supply 267 include/linux/power/charger-manager.h struct power_supply charger_psy; power_supply 279 include/linux/power/charger-manager.h extern void cm_notify_event(struct power_supply *psy, power_supply 285 include/linux/power/charger-manager.h static inline void cm_notify_event(struct power_supply *psy, power_supply 192 include/linux/power_supply.h int (*get_property)(struct power_supply *psy, power_supply 195 include/linux/power_supply.h int (*set_property)(struct power_supply *psy, power_supply 198 include/linux/power_supply.h int (*property_is_writeable)(struct power_supply *psy, power_supply 200 include/linux/power_supply.h void (*external_power_changed)(struct power_supply *psy); power_supply 201 include/linux/power_supply.h void (*set_charged)(struct power_supply *psy); power_supply 258 include/linux/power_supply.h extern struct power_supply *power_supply_get_by_name(const char *name); power_supply 260 include/linux/power_supply.h extern struct power_supply *power_supply_get_by_phandle(struct device_node *np, power_supply 263 include/linux/power_supply.h static inline struct power_supply * power_supply 267 include/linux/power_supply.h extern void power_supply_changed(struct power_supply *psy); power_supply 268 include/linux/power_supply.h extern int power_supply_am_i_supplied(struct power_supply *psy); power_supply 269 include/linux/power_supply.h extern int power_supply_set_battery_charged(struct power_supply *psy); power_supply 278 include/linux/power_supply.h struct power_supply *psy); power_supply 280 include/linux/power_supply.h struct power_supply *psy); power_supply 281 include/linux/power_supply.h extern void power_supply_unregister(struct power_supply *psy); power_supply 282 include/linux/power_supply.h extern int power_supply_powers(struct power_supply *psy, struct device *dev);