Home
last modified time | relevance | path

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

12

/Linux-v6.1/drivers/hid/i2c-hid/
Di2c-hid-of-elan.c30 struct regulator *vccio; member
45 ret = regulator_enable(ihid_elan->vccio); in elan_i2c_hid_power_up()
67 regulator_disable(ihid_elan->vccio); in elan_i2c_hid_power_down()
89 ihid_elan->vccio = devm_regulator_get(&client->dev, "vccio"); in i2c_hid_of_elan_probe()
90 if (IS_ERR(ihid_elan->vccio)) in i2c_hid_of_elan_probe()
91 return PTR_ERR(ihid_elan->vccio); in i2c_hid_of_elan_probe()
/Linux-v6.1/drivers/gpu/drm/bridge/
Dlontium-lt9211.c51 struct regulator *vccio; member
473 ret = regulator_enable(ctx->vccio); in lt9211_atomic_enable()
569 ret = regulator_disable(ctx->vccio); in lt9211_atomic_disable()
636 ctx->vccio = devm_regulator_get(dev, "vccio"); in lt9211_parse_dt()
637 if (IS_ERR(ctx->vccio)) in lt9211_parse_dt()
638 return dev_err_probe(dev, PTR_ERR(ctx->vccio), in lt9211_parse_dt()
/Linux-v6.1/Documentation/devicetree/bindings/input/
Draydium_i2c_ts.txt10 - vccio-supply: IO Power source
/Linux-v6.1/Documentation/devicetree/bindings/mfd/
Dtps65910.txt42 vccio-supply: VIO input.
51 vccio-supply: VIO input.
102 vccio-supply = <...>;
/Linux-v6.1/arch/arm/boot/dts/
Drk3229-evb.dts70 vccio_1v8: vccio-1v8-regulator {
79 vccio_3v3: vccio-3v3-regulator {
Drk3229-xms6.dts87 vccio_1v8: vccio-1v8-regulator {
96 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.dtsi32 vccio-supply = <&vdd_5v0_sys>;
Drk3066a-marsboard.dts78 vccio-supply = <&vsys>;
Dam335x-igep0033.dtsi234 vccio-supply = <&vbat>;
Drk3288-veyron-minnie.dts69 vccio-supply = <&vcc33_touch>;
Dam335x-phycore-som.dtsi246 vccio-supply = <&vcc5v>;
Dam335x-lxm.dts190 vccio-supply = <&vbat>;
Drk3288-vmarc-som.dtsi14 vccio_flash: vccio-flash-regulator {
Dam335x-moxa-uc-8100-common.dtsi245 vccio-supply = <&vbat>;
/Linux-v6.1/drivers/input/touchscreen/
Draydium_i2c_ts.c122 struct regulator *vccio; member
1037 error = regulator_enable(ts->vccio); in raydium_i2c_power_on()
1064 regulator_disable(ts->vccio); in raydium_i2c_power_off()
1100 ts->vccio = devm_regulator_get(&client->dev, "vccio"); in raydium_i2c_probe()
1101 if (IS_ERR(ts->vccio)) { in raydium_i2c_probe()
1102 error = PTR_ERR(ts->vccio); in raydium_i2c_probe()
Delants_i2c.c155 struct regulator *vccio; member
1342 error = regulator_enable(ts->vccio); in elants_i2c_power_on()
1377 regulator_disable(ts->vccio); in elants_i2c_power_off()
1455 ts->vccio = devm_regulator_get(&client->dev, "vccio"); in elants_i2c_probe()
1456 if (IS_ERR(ts->vccio)) { in elants_i2c_probe()
1457 error = PTR_ERR(ts->vccio); in elants_i2c_probe()
/Linux-v6.1/arch/arm64/boot/dts/qcom/
Dsc7180-trogdor-ti-sn65dsi86.dtsi32 vccio-supply = <&pp1800_brij_vccio>;
/Linux-v6.1/arch/arm64/boot/dts/rockchip/
Drk3318-a95x-z2.dts80 vccio_1v8: vccio-1v8-regulator {
88 vccio_3v3: vccio-3v3-regulator {
Drk3308-evb.dts136 vccio_flash: vccio-flash {
Drk3368-orion-r68-meta.dts145 vccio_wl: vccio-wl-regulator {
Drk3368-r88.dts133 vccio_wl: vccio-wl-regulator {
/Linux-v6.1/arch/arm64/boot/dts/renesas/
Dr8a779a0-falcon-cpu.dtsi214 vccio-supply = <&reg_1p8v>;
/Linux-v6.1/arch/arm64/boot/dts/freescale/
Dimx8mq-mnt-reform2.dts146 vccio-supply = <&reg_main_1v8>;

12