Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/regulator/
Dqcom_spmi-regulator.c378 int ocp_irq; member
589 if (vreg->ocp_irq) { in spmi_regulator_vs_enable()
1833 vreg->ocp_irq = 0; in spmi_regulator_of_parse()
1835 if (vreg->ocp_irq) { in spmi_regulator_of_parse()
1836 ret = devm_request_irq(dev, vreg->ocp_irq, in spmi_regulator_of_parse()
1841 vreg->ocp_irq, ret); in spmi_regulator_of_parse()
2159 vreg->ocp_irq = platform_get_irq_byname(pdev, reg->ocp); in qcom_spmi_regulator_probe()
2160 if (vreg->ocp_irq < 0) { in qcom_spmi_regulator_probe()
2161 ret = vreg->ocp_irq; in qcom_spmi_regulator_probe()
2218 if (vreg->ocp_irq) in qcom_spmi_regulator_probe()
[all …]