Searched refs:iovcc (Results 1 – 5 of 5) sorted by relevance
29 struct regulator *iovcc; member290 regulator_disable(ctx->iovcc); in ltk500hd1829_unprepare()313 ret = regulator_enable(ctx->iovcc); in ltk500hd1829_prepare()356 regulator_disable(ctx->iovcc); in ltk500hd1829_prepare()430 ctx->iovcc = devm_regulator_get(dev, "iovcc"); in ltk500hd1829_probe()431 if (IS_ERR(ctx->iovcc)) { in ltk500hd1829_probe()432 ret = PTR_ERR(ctx->iovcc); in ltk500hd1829_probe()
54 struct regulator *iovcc; member160 regulator_disable(ctx->iovcc); in xpp055c272_unprepare()183 ret = regulator_enable(ctx->iovcc); in xpp055c272_prepare()225 regulator_disable(ctx->iovcc); in xpp055c272_prepare()299 ctx->iovcc = devm_regulator_get(dev, "iovcc"); in xpp055c272_probe()300 if (IS_ERR(ctx->iovcc)) { in xpp055c272_probe()301 ret = PTR_ERR(ctx->iovcc); in xpp055c272_probe()
44 struct regulator *iovcc; member116 regulator_disable(ctx->iovcc); in kd35t133_unprepare()140 ret = regulator_enable(ctx->iovcc); in kd35t133_prepare()181 regulator_disable(ctx->iovcc); in kd35t133_prepare()255 ctx->iovcc = devm_regulator_get(dev, "iovcc"); in kd35t133_probe()256 if (IS_ERR(ctx->iovcc)) { in kd35t133_probe()257 ret = PTR_ERR(ctx->iovcc); in kd35t133_probe()
37 struct regulator *iovcc; member459 regulator_disable(ctx->iovcc); in ltk050h3146w_unprepare()482 ret = regulator_enable(ctx->iovcc); in ltk050h3146w_prepare()521 regulator_disable(ctx->iovcc); in ltk050h3146w_prepare()581 ctx->iovcc = devm_regulator_get(dev, "iovcc"); in ltk050h3146w_probe()582 if (IS_ERR(ctx->iovcc)) { in ltk050h3146w_probe()583 ret = PTR_ERR(ctx->iovcc); in ltk050h3146w_probe()
56 struct regulator *iovcc; member415 regulator_disable(ctx->iovcc); in st7703_unprepare()433 ret = regulator_enable(ctx->iovcc); in st7703_prepare()442 regulator_disable(ctx->iovcc); in st7703_prepare()555 ctx->iovcc = devm_regulator_get(dev, "iovcc"); in st7703_probe()556 if (IS_ERR(ctx->iovcc)) { in st7703_probe()557 ret = PTR_ERR(ctx->iovcc); in st7703_probe()