Lines Matching refs:error
218 * IPC handlers may return positive value (firmware error code) what denotes
221 * Below macro converts returned value to linux kernel error code.
222 * All IPC callers MUST use it as soon as firmware error code is consumed.
228 const char *name, int error)
232 * -EPERM error code is expected and thus it's not an actual error.
236 if (error == -EPERM || error == AVS_IPC_NOT_SUPPORTED)
238 tx->glb.primary, tx->glb.ext.val, error);
241 tx->glb.primary, tx->glb.ext.val, error);