Lines Matching full:power_supply
16 #include <linux/power_supply.h>
44 static int test_power_get_ac_property(struct power_supply *psy, in test_power_get_ac_property()
58 static int test_power_get_usb_property(struct power_supply *psy, in test_power_get_usb_property()
72 static int test_power_get_battery_property(struct power_supply *psy, in test_power_get_battery_property()
140 static int test_power_battery_property_is_writeable(struct power_supply *psy, in test_power_battery_property_is_writeable()
146 static int test_power_set_battery_property(struct power_supply *psy, in test_power_set_battery_property()
197 static struct power_supply *test_power_supplies[TEST_POWER_NUM];
249 static int test_power_battery_extget_property(struct power_supply *psy, in test_power_battery_extget_property()
268 static int test_power_battery_extset_property(struct power_supply *psy, in test_power_battery_extset_property()
287 static int test_power_battery_extproperty_is_writeable(struct power_supply *psy, in test_power_battery_extproperty_is_writeable()
306 struct power_supply *psy; in test_power_configure_battery_extension()
459 static inline void signal_power_supply_changed(struct power_supply *psy) in signal_power_supply_changed()