Searched refs:regulator_get_optional (Results 1 – 11 of 11) sorted by relevance
| /Linux-v6.6/include/linux/regulator/ |
| D | consumer.h | 206 struct regulator *__must_check regulator_get_optional(struct device *dev, 378 regulator_get_optional(struct device *dev, const char *id) in regulator_get_optional() function
|
| /Linux-v6.6/drivers/cpufreq/ |
| D | mediatek-cpufreq.c | 424 info->proc_reg = regulator_get_optional(cpu_dev, "proc"); in mtk_cpu_dvfs_info_init() 439 info->sram_reg = regulator_get_optional(cpu_dev, "sram"); in mtk_cpu_dvfs_info_init()
|
| D | imx6q-cpufreq.c | 373 pu_reg = regulator_get_optional(cpu_dev, "pu"); in imx6q_cpufreq_probe()
|
| /Linux-v6.6/drivers/platform/x86/intel/ |
| D | chtwc_int33fe.c | 333 regulator = regulator_get_optional(dev, "cht_wc_usb_typec_vbus"); in cht_int33fe_typec_probe()
|
| /Linux-v6.6/drivers/usb/musb/ |
| D | da8xx.c | 436 vbus_supply = regulator_get_optional(dev, "vbus"); in get_vbus_power()
|
| /Linux-v6.6/drivers/gpu/drm/tiny/ |
| D | simpledrm.c | 428 regulator = regulator_get_optional(&pdev->dev, name); in simpledrm_device_init_regulators()
|
| /Linux-v6.6/drivers/phy/ |
| D | phy-core.c | 983 phy->pwr = regulator_get_optional(&phy->dev, "phy"); in phy_create()
|
| /Linux-v6.6/sound/soc/codecs/ |
| D | sgtl5000.c | 1430 vddd = regulator_get_optional(&client->dev, "VDDD"); in sgtl5000_enable_regulators()
|
| /Linux-v6.6/drivers/opp/ |
| D | core.c | 2187 reg = regulator_get_optional(dev, names[i]); in _opp_set_regulators()
|
| /Linux-v6.6/drivers/regulator/ |
| D | core.c | 2354 struct regulator *regulator_get_optional(struct device *dev, const char *id) in regulator_get_optional() function 2358 EXPORT_SYMBOL_GPL(regulator_get_optional);
|
| /Linux-v6.6/ |
| D | MAINTAINERS | 23098 K: regulator_get_optional
|