Home
last modified time | relevance | path

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

/linux/drivers/regulator/
H A Dqcom_spmi-regulator.c415 int ocp_irq; member
649 if (vreg->ocp_irq) { in spmi_regulator_vs_enable()
1998 vreg->ocp_irq = 0; in spmi_regulator_of_parse()
2000 if (vreg->ocp_irq) { in spmi_regulator_of_parse()
2001 ret = devm_request_irq(dev, vreg->ocp_irq, in spmi_regulator_of_parse()
2006 vreg->ocp_irq, ret); in spmi_regulator_of_parse()
2553 vreg->ocp_irq = platform_get_irq_byname(pdev, reg->ocp); in qcom_spmi_regulator_probe()
2554 if (vreg->ocp_irq < 0) in qcom_spmi_regulator_probe()
2555 return vreg->ocp_irq; in qcom_spmi_regulator_probe()