Lines Matching refs:handover
44 * Return: 0 on success, 1 if handover hasn't yet been called
129 if (q6v5->handover)
130 q6v5->handover(q6v5);
193 * @handover: function to be called when proxy resources should be released
199 void (*handover)(struct qcom_q6v5 *q6v5))
206 q6v5->handover = handover;
250 q6v5->handover_irq = platform_get_irq_byname(pdev, "handover");
257 "q6v5 handover", q6v5);
259 dev_err(&pdev->dev, "failed to acquire handover IRQ\n");