Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/regulator/
Dqcom_spmi-regulator.c366 int ocp_irq; member
557 if (vreg->ocp_irq) { in spmi_regulator_vs_enable()
1779 vreg->ocp_irq = 0; in spmi_regulator_of_parse()
1781 if (vreg->ocp_irq) { in spmi_regulator_of_parse()
1782 ret = devm_request_irq(dev, vreg->ocp_irq, in spmi_regulator_of_parse()
1787 vreg->ocp_irq, ret); in spmi_regulator_of_parse()
2013 vreg->ocp_irq = platform_get_irq_byname(pdev, reg->ocp); in qcom_spmi_regulator_probe()
2014 if (vreg->ocp_irq < 0) { in qcom_spmi_regulator_probe()
2015 ret = vreg->ocp_irq; in qcom_spmi_regulator_probe()
2072 if (vreg->ocp_irq) in qcom_spmi_regulator_probe()
[all …]