Lines Matching defs:psy

67 	struct power_supply *psy = data;  in __power_supply_changed_work()  local
81 struct power_supply *psy = container_of(work, struct power_supply, in power_supply_changed_work() local
116 void power_supply_changed(struct power_supply *psy) in power_supply_changed()
142 struct power_supply *psy = container_of(work, struct power_supply, in power_supply_deferred_register_work() local
163 struct power_supply *psy = data; in __power_supply_populate_supplied_from() local
187 static int power_supply_populate_supplied_from(struct power_supply *psy) in power_supply_populate_supplied_from()
232 static int power_supply_check_supplies(struct power_supply *psy) in power_supply_check_supplies()
280 static int power_supply_check_supplies(struct power_supply *psy) in power_supply_check_supplies()
308 struct power_supply *psy; member
328 int power_supply_am_i_supplied(struct power_supply *psy) in power_supply_am_i_supplied()
348 struct power_supply *psy = dev_get_drvdata(dev); in __power_supply_is_system_supplied() local
384 struct power_supply *psy; member
401 int power_supply_get_property_from_supplier(struct power_supply *psy, in power_supply_get_property_from_supplier()
427 int power_supply_set_battery_charged(struct power_supply *psy) in power_supply_set_battery_charged()
443 struct power_supply *psy = dev_get_drvdata(dev); in power_supply_match_device_by_name() local
461 struct power_supply *psy = NULL; in power_supply_get_by_name() local
481 void power_supply_put(struct power_supply *psy) in power_supply_put()
512 struct power_supply *psy = NULL; in power_supply_get_by_phandle() local
535 struct power_supply **psy = res; in devm_power_supply_put() local
552 struct power_supply **ptr, *psy; in devm_power_supply_get_by_phandle() local
573 int power_supply_get_battery_info(struct power_supply *psy, in power_supply_get_battery_info()
825 void power_supply_put_battery_info(struct power_supply *psy, in power_supply_put_battery_info()
1199 int power_supply_get_property(struct power_supply *psy, in power_supply_get_property()
1218 int power_supply_set_property(struct power_supply *psy, in power_supply_set_property()
1229 int power_supply_property_is_writeable(struct power_supply *psy, in power_supply_property_is_writeable()
1240 void power_supply_external_power_changed(struct power_supply *psy) in power_supply_external_power_changed()
1250 int power_supply_powers(struct power_supply *psy, struct device *dev) in power_supply_powers()
1258 struct power_supply *psy = to_power_supply(dev); in power_supply_dev_release() local
1279 struct power_supply *psy; in power_supply_read_temp() local
1299 static int psy_register_thermal(struct power_supply *psy) in psy_register_thermal()
1325 static void psy_unregister_thermal(struct power_supply *psy) in psy_unregister_thermal()
1333 static int psy_register_thermal(struct power_supply *psy) in psy_register_thermal()
1338 static void psy_unregister_thermal(struct power_supply *psy) in psy_unregister_thermal()
1350 struct power_supply *psy; in __power_supply_register() local
1512 struct power_supply **psy = res; in devm_power_supply_release() local
1536 struct power_supply **ptr, *psy; in devm_power_supply_register() local
1572 struct power_supply **ptr, *psy; in devm_power_supply_register_no_ws() local
1596 void power_supply_unregister(struct power_supply *psy) in power_supply_unregister()
1611 void *power_supply_get_drvdata(struct power_supply *psy) in power_supply_get_drvdata()