Home
last modified time | relevance | path

Searched refs:vcc33 (Results 1 – 25 of 38) sorted by relevance

12

/linux-6.15/drivers/hid/i2c-hid/
H A Di2c-hid-of-elan.c31 struct regulator *vcc33; member
46 if (ihid_elan->vcc33) { in elan_i2c_hid_power_up()
47 ret = regulator_enable(ihid_elan->vcc33); in elan_i2c_hid_power_up()
66 if (ihid_elan->vcc33) in elan_i2c_hid_power_up()
67 regulator_disable(ihid_elan->vcc33); in elan_i2c_hid_power_up()
92 if (ihid_elan->vcc33) in elan_i2c_hid_power_down()
93 regulator_disable(ihid_elan->vcc33); in elan_i2c_hid_power_down()
126 ihid_elan->vcc33 = devm_regulator_get(&client->dev, in i2c_hid_of_elan_probe()
128 if (IS_ERR(ihid_elan->vcc33)) { in i2c_hid_of_elan_probe()
129 ret = PTR_ERR(ihid_elan->vcc33); in i2c_hid_of_elan_probe()
/linux-6.15/Documentation/devicetree/bindings/input/
H A Dilitek,ili2901.yaml35 vcc33-supply: true
43 - vcc33-supply
64 vcc33-supply = <&pp3300_ts>;
H A Delan,ekth6915.yaml47 vcc33-supply:
59 - vcc33-supply
80 vcc33-supply = <&pp3300_ts>;
/linux-6.15/arch/arm64/boot/dts/allwinner/
H A Dsun50i-h6-orangepi-3.dts67 reg_vcc33_wifi: vcc33-wifi {
70 regulator-name = "vcc33-wifi";
210 regulator-name = "vcc33-audio-tv-ephy-mac";
218 regulator-name = "vcc33-io-pd-emmc-sd-usb-uart-1";
247 regulator-name = "vcc33-io-pd-emmc-sd-usb-uart-2";
H A Dsun50i-h616-bigtreetech-cb1.dtsi39 reg_vcc33_wifi: vcc33-wifi {
41 regulator-name = "vcc33-wifi";
/linux-6.15/arch/arm/boot/dts/rockchip/
H A Drk3288-veyron-brain.dts17 vcc33_sys: regulator-vcc33-sys {
21 vcc33_io: regulator-vcc33-io {
H A Drk3288-veyron-tiger.dts49 vcc33-supply = <&vcc33_io>;
H A Drk3288-veyron-chromebook.dtsi53 vcc33_sys: regulator-vcc33-sys {
H A Drk3288-veyron-minnie.dts68 vcc33-supply = <&vcc33_touch>;
/linux-6.15/arch/arm64/boot/dts/mediatek/
H A Dmt8186-corsola-voltorb-sku589825.dts23 vcc33-supply = <&pp3300_s3>;
H A Dmt8183-kukui-jacuzzi-fennel-sku6.dts22 vcc33-supply = <&pp3300_alw>;
H A Dmt8183-kukui-jacuzzi-fennel-sku7.dts22 vcc33-supply = <&pp3300_alw>;
H A Dmt8183-kukui-jacuzzi-damu.dts22 vcc33-supply = <&pp3300_alw>;
H A Dmt8186-corsola-chinchou-sku16.dts27 vcc33-supply = <&pp3300_z2>;
H A Dmt8183-kukui-jacuzzi-fennel-sku1.dts35 vcc33-supply = <&pp3300_alw>;
H A Dmt8186-corsola-chinchou-sku1.dts33 vcc33-supply = <&pp3300_z2>;
/linux-6.15/arch/arm64/boot/dts/qcom/
H A Dsc7180-trogdor-lazor-limozeen-r10.dts33 vcc33-supply = <&pp3300_ts>;
H A Dsc7180-trogdor-lazor-limozeen-r9.dts33 vcc33-supply = <&pp3300_ts>;
H A Dsc7180-trogdor-lazor-limozeen-r4.dts36 vcc33-supply = <&pp3300_ts>;
H A Dsc7180-trogdor-pazquel360.dtsi25 vcc33-supply = <&pp3300_ts>;
H A Dsc7180-trogdor-r1.dts37 vcc33-supply = <&pp3300_ts>;
H A Dsc7180-trogdor-kingoftown.dts38 vcc33-supply = <&pp3300_ts>;
H A Dsc7280-herobrine-villager.dtsi57 vcc33-supply = <&ts_avdd>;
/linux-6.15/drivers/input/touchscreen/
H A Delants_i2c.c155 struct regulator *vcc33; member
1329 error = regulator_enable(ts->vcc33); in elants_i2c_power_on()
1342 regulator_disable(ts->vcc33); in elants_i2c_power_on()
1370 regulator_disable(ts->vcc33); in elants_i2c_power_off()
1437 ts->vcc33 = devm_regulator_get(&client->dev, "vcc33"); in elants_i2c_probe()
1438 if (IS_ERR(ts->vcc33)) in elants_i2c_probe()
1439 return dev_err_probe(&client->dev, PTR_ERR(ts->vcc33), in elants_i2c_probe()
/linux-6.15/Documentation/devicetree/bindings/input/touchscreen/
H A Delan,elants_i2c.yaml39 vcc33-supply:

12