Home
last modified time | relevance | path

Searched refs:vccio (Results 1 – 25 of 55) sorted by relevance

123

/linux/drivers/gpu/drm/bridge/
H A Dlontium-lt9211.c50 struct regulator *vccio; member
471 ret = regulator_enable(ctx->vccio); in lt9211_atomic_enable()
567 ret = regulator_disable(ctx->vccio); in lt9211_atomic_disable()
634 ctx->vccio = devm_regulator_get(dev, "vccio"); in lt9211_parse_dt()
635 if (IS_ERR(ctx->vccio)) in lt9211_parse_dt()
636 return dev_err_probe(dev, PTR_ERR(ctx->vccio), in lt9211_parse_dt()
/linux/drivers/input/touchscreen/
H A Draydium_i2c_ts.c123 struct regulator *vccio; member
1033 error = regulator_enable(ts->vccio); in raydium_i2c_power_on()
1060 regulator_disable(ts->vccio); in raydium_i2c_power_off()
1091 ts->vccio = devm_regulator_get(&client->dev, "vccio"); in raydium_i2c_probe()
1092 if (IS_ERR(ts->vccio)) in raydium_i2c_probe()
1093 return dev_err_probe(&client->dev, PTR_ERR(ts->vccio), in raydium_i2c_probe()
H A Delants_i2c.c156 struct regulator *vccio; member
1337 error = regulator_enable(ts->vccio); in elants_i2c_power_on()
1369 regulator_disable(ts->vccio); in elants_i2c_power_off()
1442 ts->vccio = devm_regulator_get(&client->dev, "vccio"); in elants_i2c_probe()
1443 if (IS_ERR(ts->vccio)) in elants_i2c_probe()
1444 return dev_err_probe(&client->dev, PTR_ERR(ts->vccio), in elants_i2c_probe()
/linux/Documentation/devicetree/bindings/input/
H A Draydium_i2c_ts.txt10 - vccio-supply: IO Power source
/linux/arch/arm64/boot/dts/mediatek/
H A Dmt8183-kukui-jacuzzi-damu.dts23 vccio-supply = <&pp1800_alw>;
H A Dmt8395-radxa-nio-12l-8-hd-panel.dtso33 vccio-supply = <&mt6360_ldo2>;
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3566-orangepi-3b-v2.1.dts11 vccio_phy1: regulator-1v8-vccio-phy {
H A Drk3318-a95x-z2.dts81 vccio_1v8: regulator-vccio-1v8 {
89 vccio_3v3: regulator-vccio-3v3 {
H A Drk3528-radxa-e20c.dts137 vccio_sd: regulator-vccio-sd {
/linux/arch/arm64/boot/dts/qcom/
H A Dsc7180-trogdor-pazquel360.dtsi26 vccio-supply = <&pp1800_l10a>;
H A Dsc7180-trogdor-ti-sn65dsi86.dtsi48 vccio-supply = <&pp1800_brij_vccio>;
H A Dsc7280-herobrine-villager.dtsi58 vccio-supply = <&ts_avccio>;
/linux/arch/arm/boot/dts/rockchip/
H A Drk3288-veyron-tiger.dts50 vccio-supply = <&vcc33_io>;
H A Drk3066a-marsboard.dts118 vccio-supply = <&vsys>;
H A Drk3288-veyron-minnie.dts69 vccio-supply = <&vcc33_touch>;
/linux/arch/arm/boot/dts/ti/omap/
H A Dam3517-craneboard.dts98 vccio-supply = <&vbat>;
H A Dam335x-tqma335x.dtsi177 vccio-supply = <&vcc3v3in>;
H A Dam335x-igep0033.dtsi234 vccio-supply = <&vbat>;
H A Dam335x-phycore-som.dtsi246 vccio-supply = <&vcc5v>;
H A Dam335x-lxm.dts190 vccio-supply = <&vbat>;
H A Dam335x-moxa-uc-8100-common.dtsi245 vccio-supply = <&vbat>;
/linux/arch/arm/boot/dts/nvidia/
H A Dtegra30-asus-nexus7-grouper-ti-pmic.dtsi32 vccio-supply = <&vdd_5v0_sys>;
/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mq-mnt-reform2.dts146 vccio-supply = <&reg_main_1v8>;
/linux/arch/arm64/boot/dts/renesas/
H A Dr8a779a0-falcon-cpu.dtsi213 vccio-supply = <&reg_1p8v>;
H A Dwhite-hawk-cpu-common.dtsi255 vccio-supply = <&reg_1p8v>;

123