Home
last modified time | relevance | path

Searched refs:usb3v1 (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/iio/adc/
Dtwl4030-madc.c166 struct regulator *usb3v1; member
866 madc->usb3v1 = devm_regulator_get(madc->dev, "vusb3v1"); in twl4030_madc_probe()
867 if (IS_ERR(madc->usb3v1)) { in twl4030_madc_probe()
872 ret = regulator_enable(madc->usb3v1); in twl4030_madc_probe()
887 regulator_disable(madc->usb3v1); in twl4030_madc_probe()
905 regulator_disable(madc->usb3v1); in twl4030_madc_remove()
/Linux-v6.6/drivers/phy/ti/
Dphy-twl4030-usb.c153 struct regulator *usb3v1; member
437 regulator_disable(twl->usb3v1); in twl4030_usb_runtime_suspend()
451 res = regulator_enable(twl->usb3v1); in twl4030_usb_runtime_resume()
532 twl->usb3v1 = devm_regulator_get(twl->dev, "usb3v1"); in twl4030_usb_ldo_init()
533 if (IS_ERR(twl->usb3v1)) in twl4030_usb_ldo_init()
/Linux-v6.6/Documentation/devicetree/bindings/usb/
Dtwlxxxx-usb.txt41 usb3v1-supply = <&vusb3v1>;
/Linux-v6.6/arch/arm/boot/dts/ti/omap/
Dtwl4030.dtsi128 usb3v1-supply = <&vusb3v1>;