Searched refs:st95hf_supply (Results 1 – 1 of 1) sorted by relevance
224 struct regulator *st95hf_supply; member1087 st95context->st95hf_supply = in st95hf_probe()1090 if (IS_ERR(st95context->st95hf_supply)) { in st95hf_probe()1092 return PTR_ERR(st95context->st95hf_supply); in st95hf_probe()1095 ret = regulator_enable(st95context->st95hf_supply); in st95hf_probe()1195 if (st95context->st95hf_supply) in st95hf_probe()1196 regulator_disable(st95context->st95hf_supply); in st95hf_probe()1237 if (stcontext->st95hf_supply) in st95hf_remove()1238 regulator_disable(stcontext->st95hf_supply); in st95hf_remove()