Lines Matching full:ipi
17 * scp_ipi_register() - register an ipi function
20 * @id: IPI ID
21 * @handler: IPI handler
22 * @priv: private data for IPI handler
24 * Register an ipi function to receive ipi interrupt from SCP.
26 * Return: 0 if ipi registers successfully, -error on error.
49 * scp_ipi_unregister() - unregister an ipi function
52 * @id: IPI ID
54 * Unregister an ipi function to receive ipi interrupt from SCP.
108 * scp_ipi_lock() - Lock before operations of an IPI ID
111 * @id: IPI ID
124 * scp_ipi_lock() - Unlock after operations of an IPI ID
127 * @id: IPI ID
143 * @id: IPI ID
150 * When the processing completes, IPI handler registered
179 dev_err(scp->dev, "%s: IPI timeout!\n", __func__); in scp_ipi_send()
202 if (WARN(!ret, "scp ipi %d ack time out !", id)) in scp_ipi_send()
218 MODULE_DESCRIPTION("MediaTek scp IPI interface");