| /linux-6.15/drivers/hid/i2c-hid/ |
| H A D | i2c-hid-of-elan.c | 32 struct regulator *vccio; member 52 ret = regulator_enable(ihid_elan->vccio); in elan_i2c_hid_power_up() 91 regulator_disable(ihid_elan->vccio); in elan_i2c_hid_power_down() 117 ihid_elan->vccio = devm_regulator_get(&client->dev, "vccio"); in i2c_hid_of_elan_probe() 118 if (IS_ERR(ihid_elan->vccio)) { in i2c_hid_of_elan_probe() 119 ret = PTR_ERR(ihid_elan->vccio); in i2c_hid_of_elan_probe()
|
| /linux-6.15/Documentation/devicetree/bindings/display/panel/ |
| H A D | ilitek,ili9806e.yaml | 27 vccio-supply: true 33 - vccio-supply 52 vccio-supply = <®_vccio_panel>;
|
| H A D | jadard,jd9365da-h3.yaml | 32 vccio-supply: 45 - vccio-supply 63 vccio-supply = <&vcca_1v8>;
|
| H A D | samsung,s6d27a1.yaml | 39 vccio-supply: 58 - vccio-supply 86 vccio-supply = <&lcd_1v8_reg>;
|
| H A D | samsung,lms397kf04.yaml | 32 vccio-supply: 78 vccio-supply = <&lcd_1v8_reg>;
|
| H A D | samsung,lms380kf01.yaml | 40 vccio-supply: 86 vccio-supply = <&lcd_1v8_reg>;
|
| /linux-6.15/Documentation/devicetree/bindings/input/ |
| H A D | ilitek,ili9882t.yaml | 35 vccio-supply: 43 - vccio-supply 65 vccio-supply = <&mt6366_vio18_reg>;
|
| H A D | raydium_i2c_ts.txt | 10 - vccio-supply: IO Power source
|
| H A D | ilitek,ili2901.yaml | 37 vccio-supply: true
|
| /linux-6.15/Documentation/devicetree/bindings/display/bridge/ |
| H A D | lontium,lt9211.yaml | 31 vccio-supply: 71 - vccio-supply 92 vccio-supply = <<9211_1v8>;
|
| H A D | ti,sn65dsi86.yaml | 37 vccio-supply: 152 - vccio-supply 180 vccio-supply = <&src_pp1800_s4a>; 242 vccio-supply = <&pm8916_l17>;
|
| /linux-6.15/drivers/gpu/drm/bridge/ |
| H A D | lontium-lt9211.c | 50 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-6.15/arch/arm64/boot/dts/mediatek/ |
| H A D | mt8186-corsola-starmie-sku0.dts | 29 vccio-supply = <&mt6366_vio18_reg>;
|
| H A D | mt8183-kukui-jacuzzi-damu.dts | 23 vccio-supply = <&pp1800_alw>;
|
| H A D | mt8186-corsola-chinchou-sku16.dts | 26 vccio-supply = <&pp1800_tchscr_report_disable>;
|
| H A D | mt8186-corsola-chinchou-sku1.dts | 32 vccio-supply = <&pp1800_tchscr_report_disable>;
|
| H A D | mt8395-radxa-nio-12l-8-hd-panel.dtso | 33 vccio-supply = <&mt6360_ldo2>;
|
| /linux-6.15/Documentation/devicetree/bindings/mfd/ |
| H A D | tps65910.txt | 42 vccio-supply: VIO input. 51 vccio-supply: VIO input. 102 vccio-supply = <...>;
|
| /linux-6.15/drivers/input/touchscreen/ |
| H A D | raydium_i2c_ts.c | 123 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()
|
| /linux-6.15/arch/arm/boot/dts/rockchip/ |
| H A D | rk3229-evb.dts | 70 vccio_1v8: regulator-vccio-1v8 { 79 vccio_3v3: regulator-vccio-3v3 {
|
| H A D | rk3229-xms6.dts | 87 vccio_1v8: regulator-vccio-1v8 { 96 vccio_3v3: regulator-vccio-3v3 {
|
| /linux-6.15/Documentation/devicetree/bindings/input/touchscreen/ |
| H A D | elan,elants_i2c.yaml | 42 vccio-supply:
|
| /linux-6.15/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3566-orangepi-3b-v2.1.dts | 11 vccio_phy1: regulator-1v8-vccio-phy {
|
| /linux-6.15/drivers/gpu/drm/panel/ |
| H A D | panel-jadard-jd9365da-h3.c | 44 struct regulator *vccio; member 92 ret = regulator_enable(jadard->vccio); in jadard_prepare() 142 regulator_disable(jadard->vccio); in jadard_unprepare() 1145 jadard->vccio = devm_regulator_get(dev, "vccio"); in jadard_dsi_probe() 1146 if (IS_ERR(jadard->vccio)) { in jadard_dsi_probe() 1148 return PTR_ERR(jadard->vccio); in jadard_dsi_probe()
|
| /linux-6.15/arch/arm64/boot/dts/qcom/ |
| H A D | sc7180-trogdor-pazquel360.dtsi | 26 vccio-supply = <&pp1800_l10a>;
|