Home
last modified time | relevance | path

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

/linux/drivers/pinctrl/
H A Dpinctrl-aw9523.c83 struct regulator *vio_vreg; member
975 awi->vio_vreg = devm_regulator_get_optional(dev, "vio"); in aw9523_probe()
976 if (IS_ERR(awi->vio_vreg)) { in aw9523_probe()
977 if (PTR_ERR(awi->vio_vreg) == -EPROBE_DEFER) in aw9523_probe()
979 awi->vio_vreg = NULL; in aw9523_probe()
981 ret = regulator_enable(awi->vio_vreg); in aw9523_probe()
1030 if (awi->vio_vreg) in aw9523_probe()
1031 regulator_disable(awi->vio_vreg); in aw9523_probe()
1046 if (awi->vio_vreg) { in aw9523_remove()
1047 regulator_disable(awi->vio_vreg); in aw9523_remove()