st95hf_supply     225 drivers/nfc/st95hf/core.c 	struct regulator *st95hf_supply;
st95hf_supply    1091 drivers/nfc/st95hf/core.c 		st95context->st95hf_supply =
st95hf_supply    1094 drivers/nfc/st95hf/core.c 		if (IS_ERR(st95context->st95hf_supply)) {
st95hf_supply    1096 drivers/nfc/st95hf/core.c 			return PTR_ERR(st95context->st95hf_supply);
st95hf_supply    1099 drivers/nfc/st95hf/core.c 		ret = regulator_enable(st95context->st95hf_supply);
st95hf_supply    1199 drivers/nfc/st95hf/core.c 	if (st95context->st95hf_supply)
st95hf_supply    1200 drivers/nfc/st95hf/core.c 		regulator_disable(st95context->st95hf_supply);
st95hf_supply    1243 drivers/nfc/st95hf/core.c 	if (stcontext->st95hf_supply)
st95hf_supply    1244 drivers/nfc/st95hf/core.c 		regulator_disable(stcontext->st95hf_supply);