Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dpower_supply.h339 extern struct power_supply *devm_power_supply_get_by_phandle(
346 devm_power_supply_get_by_phandle(struct device *dev, const char *property) in devm_power_supply_get_by_phandle() function
/Linux-v4.19/drivers/power/supply/
Dpower_supply_core.c544 struct power_supply *devm_power_supply_get_by_phandle(struct device *dev, in devm_power_supply_get_by_phandle() function
565 EXPORT_SYMBOL_GPL(devm_power_supply_get_by_phandle);
/Linux-v4.19/drivers/phy/allwinner/
Dphy-sun4i-usb.c715 data->vbus_power_supply = devm_power_supply_get_by_phandle(dev, in sun4i_usb_phy_probe()