Lines Matching defs:psy
46 static int test_power_get_ac_property(struct power_supply *psy, in test_power_get_ac_property()
60 static int test_power_get_usb_property(struct power_supply *psy, in test_power_get_usb_property()
74 static int test_power_get_battery_property(struct power_supply *psy, in test_power_get_battery_property()
145 static int test_power_battery_property_is_writeable(struct power_supply *psy, in test_power_battery_property_is_writeable()
151 static int test_power_set_battery_property(struct power_supply *psy, in test_power_set_battery_property()
267 static int test_power_battery_extget_property(struct power_supply *psy, in test_power_battery_extget_property()
289 static int test_power_battery_extset_property(struct power_supply *psy, in test_power_battery_extset_property()
308 static int test_power_battery_extproperty_is_writeable(struct power_supply *psy, in test_power_battery_extproperty_is_writeable()
327 struct power_supply *psy; in test_power_configure_battery_extension() local
480 static inline void signal_power_supply_changed(struct power_supply *psy) in signal_power_supply_changed()