/linux/drivers/usb/typec/mux/ |
H A D | ps883x.c | 265 retimer->vdd_supply = devm_regulator_get(dev, "vdd"); in ps883x_get_vregs() 270 retimer->vdd33_supply = devm_regulator_get(dev, "vdd33"); in ps883x_get_vregs() 275 retimer->vdd33_cap_supply = devm_regulator_get(dev, "vdd33-cap"); in ps883x_get_vregs() 280 retimer->vddat_supply = devm_regulator_get(dev, "vddat"); in ps883x_get_vregs() 285 retimer->vddar_supply = devm_regulator_get(dev, "vddar"); in ps883x_get_vregs() 290 retimer->vddio_supply = devm_regulator_get(dev, "vddio"); in ps883x_get_vregs()
|
/linux/drivers/gpu/drm/panel/ |
H A D | panel-sharp-ls060t1sx01.c | 202 ctx->vddi_supply = devm_regulator_get(dev, "vddi"); in sharp_ls060_probe() 206 ctx->vddh_supply = devm_regulator_get(dev, "vddh"); in sharp_ls060_probe() 210 ctx->avdd_supply = devm_regulator_get(dev, "avdd"); in sharp_ls060_probe() 214 ctx->avee_supply = devm_regulator_get(dev, "avee"); in sharp_ls060_probe()
|
H A D | panel-mantix-mlaf057we51.c | 264 ctx->avdd = devm_regulator_get(dev, "avdd"); in mantix_probe() 268 ctx->avee = devm_regulator_get(dev, "avee"); in mantix_probe() 272 ctx->vddi = devm_regulator_get(dev, "vddi"); in mantix_probe()
|
H A D | panel-feiyang-fy07024di26a30d.c | 200 ctx->dvdd = devm_regulator_get(&dsi->dev, "dvdd"); in feiyang_dsi_probe() 205 ctx->avdd = devm_regulator_get(&dsi->dev, "avdd"); in feiyang_dsi_probe()
|
H A D | panel-renesas-r69328.c | 211 priv->vdd_supply = devm_regulator_get(dev, "vdd"); in renesas_r69328_probe() 216 priv->vddio_supply = devm_regulator_get(dev, "vddio"); in renesas_r69328_probe()
|
H A D | panel-renesas-r61307.c | 246 priv->vcc_supply = devm_regulator_get(dev, "vcc"); in renesas_r61307_probe() 251 priv->iovcc_supply = devm_regulator_get(dev, "iovcc"); in renesas_r61307_probe()
|
H A D | panel-seiko-43wvf1g.c | 215 panel->dvdd = devm_regulator_get(dev, "dvdd"); in seiko_panel_probe() 219 panel->avdd = devm_regulator_get(dev, "avdd"); in seiko_panel_probe()
|
H A D | panel-leadtek-ltk500hd1829.c | 623 ctx->vcc = devm_regulator_get(dev, "vcc"); in ltk500hd1829_probe() 631 ctx->iovcc = devm_regulator_get(dev, "iovcc"); in ltk500hd1829_probe()
|
H A D | panel-elida-kd35t133.c | 220 ctx->vdd = devm_regulator_get(dev, "vdd"); in kd35t133_probe() 228 ctx->iovcc = devm_regulator_get(dev, "iovcc"); in kd35t133_probe()
|
H A D | panel-ilitek-ili9882t.c | 592 ili->avdd = devm_regulator_get(dev, "avdd"); in ili9882t_add() 596 ili->avee = devm_regulator_get(dev, "avee"); in ili9882t_add() 600 ili->pp3300 = devm_regulator_get(dev, "pp3300"); in ili9882t_add() 604 ili->pp1800 = devm_regulator_get(dev, "pp1800"); in ili9882t_add()
|
H A D | panel-synaptics-r63353.c | 250 panel->dvdd = devm_regulator_get(dev, "dvdd"); in r63353_panel_probe() 253 panel->avdd = devm_regulator_get(dev, "avdd"); in r63353_panel_probe()
|
H A D | panel-leadtek-ltk050h3146w.c | 565 ctx->vci = devm_regulator_get(dev, "vci"); in ltk050h3146w_probe() 569 ctx->iovcc = devm_regulator_get(dev, "iovcc"); in ltk050h3146w_probe()
|
/linux/drivers/hid/i2c-hid/ |
H A D | i2c-hid-of-goodix.c | 97 ihid_goodix->vdd = devm_regulator_get(&client->dev, "vdd"); in i2c_hid_of_goodix_probe() 101 ihid_goodix->vddio = devm_regulator_get(&client->dev, "mainboard-vddio"); in i2c_hid_of_goodix_probe()
|
H A D | i2c-hid-of-elan.c | 117 ihid_elan->vccio = devm_regulator_get(&client->dev, "vccio"); in i2c_hid_of_elan_probe() 126 ihid_elan->vcc33 = devm_regulator_get(&client->dev, in i2c_hid_of_elan_probe()
|
/linux/drivers/gpu/drm/bridge/ |
H A D | ti-tdp158.c | 80 tdp158->vcc = devm_regulator_get(dev, "vcc"); in tdp158_probe() 84 tdp158->vdd = devm_regulator_get(dev, "vdd"); in tdp158_probe()
|
H A D | ti-dlpc3433.c | 275 dlpc->vcc_intf = devm_regulator_get(dlpc->dev, "vcc_intf"); in dlpc3433_parse_dt() 280 dlpc->vcc_flsh = devm_regulator_get(dlpc->dev, "vcc_flsh"); in dlpc3433_parse_dt()
|
/linux/drivers/power/reset/ |
H A D | regulator-poweroff.c | 40 cpu_regulator = devm_regulator_get(&pdev->dev, "cpu"); in regulator_poweroff_probe()
|
/linux/drivers/usb/dwc3/ |
H A D | dwc3-exynos.c | 81 exynos->vdd33 = devm_regulator_get(dev, "vdd33"); in dwc3_exynos_probe() 92 exynos->vdd10 = devm_regulator_get(dev, "vdd10"); in dwc3_exynos_probe()
|
/linux/drivers/video/backlight/ |
H A D | l4f00242t03.c | 196 priv->io_reg = devm_regulator_get(&spi->dev, "vdd"); in l4f00242t03_probe() 202 priv->core_reg = devm_regulator_get(&spi->dev, "vcore"); in l4f00242t03_probe()
|
/linux/drivers/hwmon/ |
H A D | sy7636a-hwmon.c | 76 regulator = devm_regulator_get(&pdev->dev, "vcom"); in sy7636a_sensor_probe()
|
/linux/drivers/iio/adc/ |
H A D | max11100.c | 129 state->vref_reg = devm_regulator_get(&spi->dev, "vref"); in max11100_probe()
|
H A D | ad7476.c | 317 reg = devm_regulator_get(&spi->dev, "vcc"); in ad7476_probe() 341 reg = devm_regulator_get(&spi->dev, "vref"); in ad7476_probe()
|
/linux/drivers/gnss/ |
H A D | mtk.c | 84 data->vcc = devm_regulator_get(&serdev->dev, "vcc"); in mtk_probe()
|
/linux/drivers/gpu/drm/mcde/ |
H A D | mcde_drv.c | 287 mcde->epod = devm_regulator_get(dev, "epod"); in mcde_probe() 298 mcde->vana = devm_regulator_get(dev, "vana"); in mcde_probe()
|
/linux/drivers/gpu/drm/tiny/ |
H A D | panel-mipi-dbi.c | 340 dbidev->regulator = devm_regulator_get(dev, "power"); in panel_mipi_dbi_spi_probe() 345 dbidev->io_regulator = devm_regulator_get(dev, "io"); in panel_mipi_dbi_spi_probe()
|