Searched refs:ocp_irq (Results 1 – 1 of 1) sorted by relevance
331 int ocp_irq; member512 if (vreg->ocp_irq) { in spmi_regulator_vs_enable()1583 vreg->ocp_irq = 0; in spmi_regulator_of_parse()1585 if (vreg->ocp_irq) { in spmi_regulator_of_parse()1586 ret = devm_request_irq(dev, vreg->ocp_irq, in spmi_regulator_of_parse()1591 vreg->ocp_irq, ret); in spmi_regulator_of_parse()1801 vreg->ocp_irq = platform_get_irq_byname(pdev, reg->ocp); in qcom_spmi_regulator_probe()1802 if (vreg->ocp_irq < 0) { in qcom_spmi_regulator_probe()1803 ret = vreg->ocp_irq; in qcom_spmi_regulator_probe()1854 if (vreg->ocp_irq) in qcom_spmi_regulator_probe()[all …]