Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/regulator/
Dqcom-labibb-regulator.c96 int ocp_irq; member
208 enable_irq(vreg->ocp_irq); in qcom_labibb_ocp_recovery_worker()
227 enable_irq(vreg->ocp_irq); in qcom_labibb_ocp_recovery_worker()
326 if (vreg->ocp_irq <= 0) in qcom_labibb_set_ocp()
372 return devm_request_threaded_irq(vreg->dev, vreg->ocp_irq, NULL, in qcom_labibb_set_ocp()
832 vreg->ocp_irq = irq; in qcom_labibb_regulator_probe()
843 if (vreg->ocp_irq > 0) in qcom_labibb_regulator_probe()
Dqcom_spmi-regulator.c379 int ocp_irq; member
590 if (vreg->ocp_irq) { in spmi_regulator_vs_enable()
1840 vreg->ocp_irq = 0; in spmi_regulator_of_parse()
1842 if (vreg->ocp_irq) { in spmi_regulator_of_parse()
1843 ret = devm_request_irq(dev, vreg->ocp_irq, in spmi_regulator_of_parse()
1848 vreg->ocp_irq, ret); in spmi_regulator_of_parse()
2208 vreg->ocp_irq = platform_get_irq_byname(pdev, reg->ocp); in qcom_spmi_regulator_probe()
2209 if (vreg->ocp_irq < 0) in qcom_spmi_regulator_probe()
2210 return vreg->ocp_irq; in qcom_spmi_regulator_probe()