Searched refs:st95hf_supply (Results 1 – 1 of 1) sorted by relevance
225 struct regulator *st95hf_supply; member1091 st95context->st95hf_supply = in st95hf_probe()1094 if (IS_ERR(st95context->st95hf_supply)) { in st95hf_probe()1096 return PTR_ERR(st95context->st95hf_supply); in st95hf_probe()1099 ret = regulator_enable(st95context->st95hf_supply); in st95hf_probe()1199 if (st95context->st95hf_supply) in st95hf_probe()1200 regulator_disable(st95context->st95hf_supply); in st95hf_probe()1243 if (stcontext->st95hf_supply) in st95hf_remove()1244 regulator_disable(stcontext->st95hf_supply); in st95hf_remove()