Home
last modified time | relevance | path

Searched defs:fastrpc_invoke (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/misc/
H A Dfastrpc.h77 struct fastrpc_invoke { struct
78 __u32 handle;
79 __u32 sc;
80 __u64 args;
/linux/drivers/misc/
H A Dfastrpc.c1663 static int fastrpc_invoke(struct fastrpc_user *fl, char __user *argp) in fastrpc_invoke() function