Home
last modified time | relevance | path

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

12

/Linux-v4.19/Documentation/devicetree/bindings/input/
Draydium_i2c_ts.txt10 - vccio-supply: IO Power source
Delants_i2c.txt16 - vccio-supply: a phandle for the regulator supplying IO power.
/Linux-v4.19/Documentation/devicetree/bindings/mfd/
Dtps65910.txt42 vccio-supply: VIO input.
51 vccio-supply: VIO input.
102 vccio-supply = <...>;
/Linux-v4.19/drivers/input/touchscreen/
Draydium_i2c_ts.c129 struct regulator *vccio; member
972 error = regulator_enable(ts->vccio); in raydium_i2c_power_on()
999 regulator_disable(ts->vccio); in raydium_i2c_power_off()
1035 ts->vccio = devm_regulator_get(&client->dev, "vccio"); in raydium_i2c_probe()
1036 if (IS_ERR(ts->vccio)) { in raydium_i2c_probe()
1037 error = PTR_ERR(ts->vccio); in raydium_i2c_probe()
Delants_i2c.c127 struct regulator *vccio; member
1094 error = regulator_enable(ts->vccio); in elants_i2c_power_on()
1129 regulator_disable(ts->vccio); in elants_i2c_power_off()
1168 ts->vccio = devm_regulator_get(&client->dev, "vccio"); in elants_i2c_probe()
1169 if (IS_ERR(ts->vccio)) { in elants_i2c_probe()
1170 error = PTR_ERR(ts->vccio); in elants_i2c_probe()
/Linux-v4.19/arch/arm/boot/dts/
Drk3229-evb.dts66 vccio_1v8: vccio-1v8-regulator {
75 vccio_3v3: vccio-3v3-regulator {
Dam3517-craneboard.dts101 vccio-supply = <&vbat>;
Drk3066a-marsboard.dts70 vccio-supply = <&vsys>;
Drk3288-veyron-minnie.dts138 vccio-supply = <&vcc33_touch>;
Dam335x-igep0033.dtsi257 vccio-supply = <&vbat>;
Dam335x-phycore-som.dtsi228 vccio-supply = <&vcc5v>;
Dam335x-lxm.dts189 vccio-supply = <&vbat>;
Drk3066a-rayeager.dts200 vccio-supply = <&vsys>;
Dam335x-baltos.dtsi286 vccio-supply = <&vbat>;
Dam335x-moxa-uc-8100-me-t.dts336 vccio-supply = <&vbat>;
Dam335x-icev2.dts363 vccio-supply = <&vbat>;
Dtegra30-colibri.dtsi258 vccio-supply = <&sys_3v3_reg>;
Dam335x-pdu001.dts441 vccio-supply = <&vbat>;
Dtegra30-cardhu.dtsi256 vccio-supply = <&vdd_ac_bat_reg>;
Dtegra30-apalis.dtsi485 vccio-supply = <&sys_3v3_reg>;
Dam335x-evmsk.dts560 vccio-supply = <&vbat>;
Dam335x-evm.dts642 vccio-supply = <&vbat>;
/Linux-v4.19/arch/arm64/boot/dts/rockchip/
Drk3368-orion-r68-meta.dts140 vccio_wl: vccio-wl-regulator {
Drk3368-r88.dts128 vccio_wl: vccio-wl-regulator {
/Linux-v4.19/Documentation/devicetree/bindings/power/
Drockchip-io-domain.txt63 - vccio-oscgpi-supply: The supply connected to VCCIO_OSCGPI.

12