Searched refs:regulator_get_optional (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.4/include/linux/regulator/ |
| D | consumer.h | 186 struct regulator *__must_check regulator_get_optional(struct device *dev, 323 regulator_get_optional(struct device *dev, const char *id) in regulator_get_optional() function
|
| /Linux-v5.4/drivers/cpufreq/ |
| D | cpufreq-dt.c | 129 cpu_reg = regulator_get_optional(cpu_dev, name); in resources_available()
|
| D | imx6q-cpufreq.c | 360 pu_reg = regulator_get_optional(cpu_dev, "pu"); in imx6q_cpufreq_probe()
|
| D | mediatek-cpufreq.c | 341 proc_reg = regulator_get_optional(cpu_dev, "proc"); in mtk_cpu_dvfs_info_init()
|
| /Linux-v5.4/drivers/platform/x86/ |
| D | intel_cht_int33fe.c | 305 regulator = regulator_get_optional(dev, "cht_wc_usb_typec_vbus"); in cht_int33fe_probe()
|
| /Linux-v5.4/drivers/usb/musb/ |
| D | da8xx.c | 434 vbus_supply = regulator_get_optional(dev, "vbus"); in get_vbus_power()
|
| /Linux-v5.4/drivers/phy/ |
| D | phy-core.c | 869 phy->pwr = regulator_get_optional(&phy->dev, "phy"); in phy_create()
|
| /Linux-v5.4/sound/soc/codecs/ |
| D | sgtl5000.c | 1428 vddd = regulator_get_optional(&client->dev, "VDDD"); in sgtl5000_enable_regulators()
|
| /Linux-v5.4/drivers/opp/ |
| D | core.c | 1620 reg = regulator_get_optional(dev, names[i]); in dev_pm_opp_set_regulators()
|
| /Linux-v5.4/drivers/regulator/ |
| D | core.c | 2025 struct regulator *regulator_get_optional(struct device *dev, const char *id) in regulator_get_optional() function 2029 EXPORT_SYMBOL_GPL(regulator_get_optional);
|
| /Linux-v5.4/ |
| D | MAINTAINERS | 17440 K: regulator_get_optional
|