Home
last modified time | relevance | path

Searched refs:st95hf_supply (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/nfc/st95hf/
Dcore.c236 struct regulator *st95hf_supply; member
1100 st95context->st95hf_supply = in st95hf_probe()
1103 if (IS_ERR(st95context->st95hf_supply)) { in st95hf_probe()
1105 return PTR_ERR(st95context->st95hf_supply); in st95hf_probe()
1108 ret = regulator_enable(st95context->st95hf_supply); in st95hf_probe()
1208 if (st95context->st95hf_supply) in st95hf_probe()
1209 regulator_disable(st95context->st95hf_supply); in st95hf_probe()
1252 if (stcontext->st95hf_supply) in st95hf_remove()
1253 regulator_disable(stcontext->st95hf_supply); in st95hf_remove()