#include <linux/slab.h>
#include <linux/io.h>
#include <linux/module.h>
#include <linux/mutex.h>
#include <linux/errno.h>
#include <linux/err.h>
#include <asm/cacheflush.h>
#include "scm.h"
Go to the source code of this file.
Definition at line 30 of file scm.c.
#define SCM_EINVAL_ADDR -3 |
Definition at line 34 of file scm.c.
#define SCM_EINVAL_ARG -2 |
Definition at line 35 of file scm.c.
Definition at line 32 of file scm.c.
#define SCM_EOPNOTSUPP -4 |
Definition at line 33 of file scm.c.
Definition at line 36 of file scm.c.
#define SCM_INTERRUPTED 1 |
Definition at line 37 of file scm.c.
scm_call() - Send an SCM command : service identifier : command identifier : command buffer : length of the command buffer : response buffer : length of the response buffer
Sends a command to the SCM and waits for the command to finish processing.
Definition at line 224 of file scm.c.