Home
last modified time | relevance | path

Searched refs:devm_power_supply_get_by_phandle (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/include/linux/
Dpower_supply.h389 extern struct power_supply *devm_power_supply_get_by_phandle(
396 devm_power_supply_get_by_phandle(struct device *dev, const char *property) in devm_power_supply_get_by_phandle() function
/Linux-v5.10/drivers/power/supply/
Dpower_supply_core.c541 struct power_supply *devm_power_supply_get_by_phandle(struct device *dev, in devm_power_supply_get_by_phandle() function
562 EXPORT_SYMBOL_GPL(devm_power_supply_get_by_phandle);
/Linux-v5.10/drivers/phy/allwinner/
Dphy-sun4i-usb.c723 data->vbus_power_supply = devm_power_supply_get_by_phandle(dev, in sun4i_usb_phy_probe()