Searched refs:st95hf_supply (Results 1 – 1 of 1) sorted by relevance
223 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()1190 if (st95context->st95hf_supply) in st95hf_probe()1191 regulator_disable(st95context->st95hf_supply); in st95hf_probe()1232 if (stcontext->st95hf_supply) in st95hf_remove()1233 regulator_disable(stcontext->st95hf_supply); in st95hf_remove()