Searched refs:usb3v1 (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/adc/ |
H A D | twl4030-madc.c | 156 * @usb3v1: Pointer to bias regulator for madc 165 struct regulator *usb3v1; member 872 madc->usb3v1 = devm_regulator_get(madc->dev, "vusb3v1"); in twl4030_madc_probe() 873 if (IS_ERR(madc->usb3v1)) { in twl4030_madc_probe() 878 ret = regulator_enable(madc->usb3v1); in twl4030_madc_probe() 893 regulator_disable(madc->usb3v1); in twl4030_madc_probe() 911 regulator_disable(madc->usb3v1); in twl4030_madc_remove()
|
/kernel/linux/linux-6.6/drivers/iio/adc/ |
H A D | twl4030-madc.c | 157 * @usb3v1: Pointer to bias regulator for madc 166 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()
|
/kernel/linux/linux-5.10/drivers/phy/ti/ |
H A D | phy-twl4030-usb.c | 152 struct regulator *usb3v1; member 423 regulator_disable(twl->usb3v1); in twl4030_usb_runtime_suspend() 435 res = regulator_enable(twl->usb3v1); in twl4030_usb_runtime_resume() 437 dev_err(twl->dev, "Failed to enable usb3v1\n"); in twl4030_usb_runtime_resume() 444 * Disabling usb3v1 regulator (= writing 0 to VUSB3V1_DEV_GRP in twl4030_usb_runtime_resume() 446 * enables VUSB3V1_SLEEP bit that remaps usb3v1 ACTIVE state to in twl4030_usb_runtime_resume() 516 twl->usb3v1 = devm_regulator_get(twl->dev, "usb3v1"); in twl4030_usb_ldo_init() 517 if (IS_ERR(twl->usb3v1)) in twl4030_usb_ldo_init()
|
/kernel/linux/linux-6.6/drivers/phy/ti/ |
H A D | phy-twl4030-usb.c | 153 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() 453 dev_err(twl->dev, "Failed to enable usb3v1\n"); in twl4030_usb_runtime_resume() 460 * Disabling usb3v1 regulator (= writing 0 to VUSB3V1_DEV_GRP in twl4030_usb_runtime_resume() 462 * enables VUSB3V1_SLEEP bit that remaps usb3v1 ACTIVE state to 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()
|
/kernel/linux/linux-5.10/drivers/mfd/ |
H A D | twl-core.c | 775 static struct regulator_consumer_supply usb3v1 = { in add_children() local 776 .supply = "usb3v1", in add_children() 804 &usb_fixed, &usb3v1, 1, in add_children() 824 usb3v1.dev_name = dev_name(child); in add_children()
|
Completed in 7 milliseconds