Lines Matching refs:handover
77 * Return: 0 on success, 1 if handover hasn't yet been called
84 /* Disable interconnect vote, in case handover never happened */
170 if (q6v5->handover)
171 q6v5->handover(q6v5);
242 * @handover: function to be called when proxy resources should be released
248 void (*handover)(struct qcom_q6v5 *q6v5))
255 q6v5->handover = handover;
299 q6v5->handover_irq = platform_get_irq_byname(pdev, "handover");
306 "q6v5 handover", q6v5);
308 dev_err(&pdev->dev, "failed to acquire handover IRQ\n");