| /linux/drivers/regulator/ |
| H A D | wm831x-dcdc.c | 62 struct wm831x_dcdc *dcdc = rdev_get_drvdata(rdev); in wm831x_dcdc_get_mode() local 63 struct wm831x *wm831x = dcdc->wm831x; in wm831x_dcdc_get_mode() 64 u16 reg = dcdc->base + WM831X_DCDC_ON_CONFIG; in wm831x_dcdc_get_mode() 116 struct wm831x_dcdc *dcdc = rdev_get_drvdata(rdev); in wm831x_dcdc_set_mode() local 117 struct wm831x *wm831x = dcdc->wm831x; in wm831x_dcdc_set_mode() 118 u16 reg = dcdc->base + WM831X_DCDC_ON_CONFIG; in wm831x_dcdc_set_mode() 126 struct wm831x_dcdc *dcdc = rdev_get_drvdata(rdev); in wm831x_dcdc_set_suspend_mode() local 127 struct wm831x *wm831x = dcdc->wm831x; in wm831x_dcdc_set_suspend_mode() 128 u16 reg = dcdc->base + WM831X_DCDC_SLEEP_CONTROL; in wm831x_dcdc_set_suspend_mode() 135 struct wm831x_dcdc *dcdc = rdev_get_drvdata(rdev); in wm831x_dcdc_get_status() local [all …]
|
| H A D | ltc3676.c | 77 int dcdc = rdev_get_id(rdev); in ltc3676_set_suspend_voltage() local 80 dev_dbg(dev, "%s id=%d uV=%d\n", __func__, dcdc, uV); in ltc3676_set_suspend_voltage() 96 int dcdc = rdev_get_id(rdev); in ltc3676_set_suspend_mode() local 98 dev_dbg(dev, "%s id=%d mode=%d\n", __func__, dcdc, mode); in ltc3676_set_suspend_mode() 122 int ret, dcdc = rdev_get_id(rdev); in ltc3676_set_voltage_sel() local 124 dev_dbg(dev, "%s id=%d selector=%d\n", __func__, dcdc, selector); in ltc3676_set_voltage_sel()
|
| /linux/drivers/leds/ |
| H A D | leds-wm8350.c | 101 ret = regulator_enable(led->dcdc); in wm8350_led_enable() 120 ret = regulator_disable(led->dcdc); in wm8350_led_disable() 129 ret = regulator_enable(led->dcdc); in wm8350_led_disable() 188 struct regulator *isink, *dcdc; in wm8350_led_probe() local 210 dcdc = devm_regulator_get(&pdev->dev, "led_vcc"); in wm8350_led_probe() 211 if (IS_ERR(dcdc)) { in wm8350_led_probe() 213 return PTR_ERR(dcdc); in wm8350_led_probe() 226 led->dcdc = dcdc; in wm8350_led_probe()
|
| /linux/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3588-armsom-lm7.dtsi | 189 vdd_gpu_s0: vdd_gpu_mem_s0: dcdc-reg1 { 202 vdd_cpu_lit_s0: vdd_cpu_lit_mem_s0: dcdc-reg2 { 215 vdd_log_s0: dcdc-reg3 { 229 vdd_vdenc_s0: vdd_vdenc_mem_s0: dcdc-reg4 { 242 vdd_ddr_s0: dcdc-reg5 { 256 vdd2_ddr_s3: dcdc-reg6 { 266 vcc_2v0_pldo_s3: dcdc-reg7 { 280 vcc_3v3_s3: dcdc-reg8 { 293 vddq_ddr_s0: dcdc-reg9 { 303 vcc_1v8_s3: dcdc-reg10 {
|
| H A D | rk3588-edgeble-neu6a-common.dtsi | 206 vdd_gpu_s0: vdd_gpu_mem_s0: dcdc-reg1 { 219 vdd_cpu_lit_s0: vdd_cpu_lit_mem_s0: dcdc-reg2 { 232 vdd_log_s0: dcdc-reg3 { 246 vdd_vdenc_s0: vdd_vdenc_mem_s0: dcdc-reg4 { 259 vdd_ddr_s0: dcdc-reg5 { 273 vdd2_ddr_s3: dcdc-reg6 { 283 vcc_2v0_pldo_s3: dcdc-reg7 { 297 vcc_3v3_s3: dcdc-reg8 { 310 vddq_ddr_s0: dcdc-reg9 { 320 vcc_1v8_s3: dcdc-reg10 {
|
| H A D | rk3582-radxa-e52c.dts | 441 vdd_gpu_s0: dcdc-reg1 { 454 vdd_cpu_lit_s0: dcdc-reg2 { 467 vdd_logic_s0: dcdc-reg3 { 481 vdd_vdenc_s0: dcdc-reg4 { 494 vdd_ddr_s0: dcdc-reg5 { 508 vdd2_ddr_s3: dcdc-reg6 { 518 vcc_2v0_pldo_s3: dcdc-reg7 { 531 vcc_3v3_s3: vcc_3v3_pmu: dcdc-reg8 { 544 vddq_ddr_s0: dcdc-reg9 { 554 vcc_1v8_s3: dcdc-reg10 {
|
| /linux/include/linux/mfd/wm8350/ |
| H A D | pmic.h | 723 struct regulator *dcdc; member 752 int wm8350_register_led(struct wm8350 *wm8350, int lednum, int dcdc, int isink, 758 int wm8350_dcdc_set_slot(struct wm8350 *wm8350, int dcdc, u16 start, 760 int wm8350_dcdc25_set_mode(struct wm8350 *wm8350, int dcdc, u16 mode,
|
| /linux/Documentation/devicetree/bindings/regulator/ |
| H A D | tps65090.txt | 11 dcdc[1-3], fet[1-7] and ldo[1-2] respectively. 19 - dcdc-ext-control-gpios: This is applicable for DCDC1, DCDC2 and DCDC3. 57 dcdc-ext-control-gpios = <&gpio 10 0>;
|
| H A D | tps65218.txt | 8 after their hardware counterparts: dcdc[1-6] and ldo1
|
| /linux/arch/mips/lantiq/xway/ |
| H A D | Makefile | 2 obj-y := prom.o sysctrl.o clk.o dma.o gptu.o dcdc.o
|
| /linux/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx6ull-seeed-npi.dtsi | 13 reg_dcdc_3v3: regulator-dcdc-3v3 { 39 reg_dcdc_1v8: regulator-dcdc-1v8 {
|
| H A D | imx6ull-tarragon-common.dtsi | 33 reg_dcdc_3v3: regulator-dcdc-3v3 { 35 regulator-name = "dcdc-3v3";
|
| /linux/include/linux/mfd/ |
| H A D | menelaus.h | 25 extern int menelaus_set_vdcdc(int dcdc, unsigned int mV);
|
| /linux/include/linux/mfd/wm831x/ |
| H A D | pdata.h | 134 struct regulator_init_data *dcdc[WM831X_MAX_DCDC]; member
|
| /linux/Documentation/devicetree/bindings/mfd/ |
| H A D | tps65912.txt | 18 after their hardware counterparts: dcdc[1-4] and
|
| /linux/drivers/mfd/ |
| H A D | menelaus.c | 643 int menelaus_set_vdcdc(int dcdc, unsigned int mV) in menelaus_set_vdcdc() argument 648 if (dcdc != 2 && dcdc != 3) in menelaus_set_vdcdc() 650 if (dcdc == 2) in menelaus_set_vdcdc()
|
| /linux/arch/arm64/boot/dts/allwinner/ |
| H A D | axp803.dtsi | 38 x-powers,dcdc-freq = <3000>;
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | msm8998-sony-xperia-yoshino-maple.dts | 63 four_k_disp_dcdc_en: 4k-disp-dcdc-en-state {
|
| /linux/arch/arm/boot/dts/allwinner/ |
| H A D | axp81x.dtsi | 74 x-powers,dcdc-freq = <3000>;
|
| H A D | axp209.dtsi | 86 x-powers,dcdc-freq = <1500>;
|
| H A D | axp22x.dtsi | 78 x-powers,dcdc-freq = <3000>;
|
| /linux/arch/riscv/boot/dts/allwinner/ |
| H A D | sun20i-d1-clockworkpi-v3.14.dts | 87 x-powers,dcdc-freq = <3000>;
|
| /linux/arch/arm/boot/dts/qcom/ |
| H A D | qcom-apq8064-asus-nexus7-flo.dts | 96 dcdc-en-gpios = <&pm8921_gpio 23 GPIO_ACTIVE_HIGH>;
|