Home
last modified time | relevance | path

Searched refs:regulator_get (Results 1 – 25 of 52) sorted by relevance

123

/OK3568_Linux_fs/kernel/Documentation/power/regulator/
H A Dconsumer.rst14 regulator = regulator_get(dev, "Vcc");
28 digital = regulator_get(dev, "Vcc"); /* digital core */
29 analog = regulator_get(dev, "Avdd"); /* analog */
31 The regulator access functions regulator_get() and regulator_put() will
/OK3568_Linux_fs/kernel/arch/arm/mach-u300/
H A Dregulator.c77 main_power_15 = regulator_get(&pdev->dev, "vana15"); in __u300_init_boardpower()
/OK3568_Linux_fs/kernel/include/linux/regulator/
H A Dconsumer.h180 struct regulator *__must_check regulator_get(struct device *dev,
308 static inline struct regulator *__must_check regulator_get(struct device *dev, in regulator_get() function
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Datomisp_gmin_platform.c649 gs->v1p8_reg = regulator_get(dev, "V1P8SX"); in gmin_subdev_add()
650 gs->v2p8_reg = regulator_get(dev, "V2P8SX"); in gmin_subdev_add()
652 gs->v1p2_reg = regulator_get(dev, "V1P2A"); in gmin_subdev_add()
653 gs->v2p8_vcm_reg = regulator_get(dev, "VPROG4B"); in gmin_subdev_add()
/OK3568_Linux_fs/kernel/drivers/cpufreq/
H A Dimx6q-cpufreq.c370 arm_reg = regulator_get(cpu_dev, "arm"); in imx6q_cpufreq_probe()
372 soc_reg = regulator_get(cpu_dev, "soc"); in imx6q_cpufreq_probe()
H A Ds5pv210-cpufreq.c605 arm_regulator = regulator_get(NULL, "vddarm"); in s5pv210_cpufreq_probe()
610 int_regulator = regulator_get(NULL, "vddint"); in s5pv210_cpufreq_probe()
H A Ds3c64xx-cpufreq.c158 vddarm = regulator_get(NULL, "vddarm"); in s3c64xx_cpufreq_driver_init()
H A Domap-cpufreq.c165 mpu_reg = regulator_get(mpu_dev, "vcc"); in omap_cpufreq_probe()
H A Dpxa2xx-cpufreq.c134 vcc_core = regulator_get(NULL, "vcc_core"); in pxa_cpufreq_init_voltages()
H A Ds3c2416-cpufreq.c422 s3c_freq->vddarm = regulator_get(NULL, "vddarm"); in s3c2416_cpufreq_driver_init()
/OK3568_Linux_fs/kernel/sound/soc/ti/
H A Domap3pandora.c271 omap3pandora_dac_reg = regulator_get(&omap3pandora_snd_device->dev, "vcc"); in omap3pandora_soc_init()
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dcx20442.c360 cx20442->por = regulator_get(component->dev, "POR"); in cx20442_component_probe()
/OK3568_Linux_fs/kernel/drivers/input/misc/
H A Dmax8997_haptic.c310 chip->regulator = regulator_get(&pdev->dev, "inmotor"); in max8997_haptic_probe()
/OK3568_Linux_fs/kernel/drivers/usb/phy/
H A Dphy-twl6030-usb.c155 twl->usb3v3 = regulator_get(twl->dev, "usb"); in twl6030_usb_ldo_init()
/OK3568_Linux_fs/kernel/drivers/power/supply/
H A Dpda_power.c283 ac_draw = regulator_get(dev, "ac_draw"); in pda_power_probe()
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dmadera-core.c528 madera->dcvdd = regulator_get(madera->dev, "DCVDD"); in madera_dev_init()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch/
H A Dfocaltech_core.c319 data->vdd = regulator_get(&data->client->dev, "power"); in fts_power_source_init()
334 data->vcc_i2c = regulator_get(&data->client->dev, "vcc_i2c"); in fts_power_source_init()
/OK3568_Linux_fs/kernel/drivers/phy/tegra/
H A Dxusb.c744 usb2->supply = regulator_get(&port->dev, "vbus"); in tegra_xusb_usb2_port_parse_dt()
950 usb3->supply = regulator_get(&port->dev, "vbus"); in tegra_xusb_usb3_port_parse_dt()
/OK3568_Linux_fs/kernel/arch/arm/mach-omap1/
H A Dboard-ams-delta.c865 modem_priv.regulator = regulator_get(&ams_delta_modem_device.dev, in late_init()
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dlibahci_platform.c356 target_pwr = regulator_get(dev, "target"); in ahci_platform_get_regulator()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/focaltech_touch_ft5436/
H A Dfocaltech_core.c978 ts_data->vdd = regulator_get(ts_data->dev, "vdd"); in fts_power_source_init()
995 ts_data->vcc_i2c = regulator_get(ts_data->dev, "vcc_i2c"); in fts_power_source_init()
/OK3568_Linux_fs/external/rkwifibt/drivers/infineon/
H A Ddhd_linux_platdev.c350 wifi_regulator = regulator_get(&pdev->dev, "wlreg_on"); in wifi_plat_dev_drv_probe()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/
H A Ddhd_linux_platdev.c345 wifi_regulator = regulator_get(&pdev->dev, "wlreg_on"); in wifi_plat_dev_drv_probe()
/OK3568_Linux_fs/kernel/arch/arm/mach-davinci/
H A Dda850.c469 cvdd = regulator_get(NULL, "cvdd"); in da850_regulator_init()
/OK3568_Linux_fs/kernel/net/rfkill/
H A Drfkill-wlan.c262 ldo = regulator_get(NULL, ldostr); in rockchip_wifi_power()

123