Lines Matching full:ipc
3 * Driver for the Intel P-Unit Mailbox IPC mechanism
23 /* IPC Mailbox registers */
111 dev_err(ipcdev->dev, "IPC timed out\n"); in intel_punit_ipc_check_status()
118 dev_err(ipcdev->dev, "IPC timed out\n"); in intel_punit_ipc_check_status()
126 dev_err(ipcdev->dev, "IPC failed: %s, IPC_STS=0x%x\n", in intel_punit_ipc_check_status()
135 * intel_punit_ipc_simple_command() - Simple IPC command
136 * @cmd: IPC command code.
140 * Send a IPC command to P-Unit when there is no data transaction
142 * Return: IPC error code or 0 on success.
168 * intel_punit_ipc_command() - IPC command with data and pointers
169 * @cmd: IPC command code.
175 * Send a IPC command to P-Unit with data transaction
177 * Return: IPC error code or 0 on success.
336 MODULE_DESCRIPTION("Intel P-Unit IPC driver");