Searched refs:ocp_irq (Results 1 – 1 of 1) sorted by relevance
318 int ocp_irq; member517 if (vreg->ocp_irq) { in spmi_regulator_vs_enable()1421 vreg->ocp_irq = 0; in spmi_regulator_of_parse()1423 if (vreg->ocp_irq) { in spmi_regulator_of_parse()1424 ret = devm_request_irq(dev, vreg->ocp_irq, in spmi_regulator_of_parse()1429 vreg->ocp_irq, ret); in spmi_regulator_of_parse()1558 vreg->ocp_irq = platform_get_irq_byname(pdev, reg->ocp); in qcom_spmi_regulator_probe()1559 if (vreg->ocp_irq < 0) { in qcom_spmi_regulator_probe()1560 ret = vreg->ocp_irq; in qcom_spmi_regulator_probe()1595 if (vreg->ocp_irq) in qcom_spmi_regulator_probe()[all …]