Home
last modified time | relevance | path

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

12

/Linux-v5.10/Documentation/devicetree/bindings/input/
Draydium_i2c_ts.txt10 - vccio-supply: IO Power source
/Linux-v5.10/Documentation/devicetree/bindings/mfd/
Dtps65910.txt42 vccio-supply: VIO input.
51 vccio-supply: VIO input.
102 vccio-supply = <...>;
/Linux-v5.10/drivers/input/touchscreen/
Draydium_i2c_ts.c121 struct regulator *vccio; member
998 error = regulator_enable(ts->vccio); in raydium_i2c_power_on()
1025 regulator_disable(ts->vccio); in raydium_i2c_power_off()
1061 ts->vccio = devm_regulator_get(&client->dev, "vccio"); in raydium_i2c_probe()
1062 if (IS_ERR(ts->vccio)) { in raydium_i2c_probe()
1063 error = PTR_ERR(ts->vccio); in raydium_i2c_probe()
Delants_i2c.c128 struct regulator *vccio; member
1187 error = regulator_enable(ts->vccio); in elants_i2c_power_on()
1222 regulator_disable(ts->vccio); in elants_i2c_power_off()
1261 ts->vccio = devm_regulator_get(&client->dev, "vccio"); in elants_i2c_probe()
1262 if (IS_ERR(ts->vccio)) { in elants_i2c_probe()
1263 error = PTR_ERR(ts->vccio); in elants_i2c_probe()
/Linux-v5.10/arch/arm/boot/dts/
Drk3229-evb.dts66 vccio_1v8: vccio-1v8-regulator {
75 vccio_3v3: vccio-3v3-regulator {
Drk3229-xms6.dts81 vccio_1v8: vccio-1v8-regulator {
90 vccio_3v3: vccio-3v3-regulator {
Drk3288-veyron-tiger.dts50 vccio-supply = <&vcc33_io>;
Dam3517-craneboard.dts98 vccio-supply = <&vbat>;
Dtegra30-asus-nexus7-grouper-ti-pmic.dtsi31 vccio-supply = <&vdd_5v0_sys>;
Drk3066a-marsboard.dts74 vccio-supply = <&vsys>;
Drk3288-veyron-minnie.dts69 vccio-supply = <&vcc33_touch>;
Dam335x-igep0033.dtsi234 vccio-supply = <&vbat>;
Drk3288-vmarc-som.dtsi14 vccio_flash: vccio-flash-regulator {
Dam335x-phycore-som.dtsi244 vccio-supply = <&vcc5v>;
Dam335x-lxm.dts190 vccio-supply = <&vbat>;
Drk3066a-rayeager.dts203 vccio-supply = <&vsys>;
Dam335x-moxa-uc-8100-common.dtsi245 vccio-supply = <&vbat>;
Domap3-echo.dts381 vccio-supply = <&vcc5v>;
Dam335x-baltos.dtsi271 vccio-supply = <&vbat>;
Dam335x-icev2.dts373 vccio-supply = <&vbat>;
/Linux-v5.10/arch/arm64/boot/dts/rockchip/
Drk3318-a95x-z2.dts74 vccio_1v8: vccio-1v8-regulator {
82 vccio_3v3: vccio-3v3-regulator {
Drk3308-evb.dts136 vccio_flash: vccio-flash {
Drk3368-orion-r68-meta.dts140 vccio_wl: vccio-wl-regulator {
Drk3368-r88.dts128 vccio_wl: vccio-wl-regulator {
/Linux-v5.10/Documentation/devicetree/bindings/power/
Drockchip-io-domain.txt63 - vccio-oscgpi-supply: The supply connected to VCCIO_OSCGPI.

12