Home
last modified time | relevance | path

Searched refs:fastrpc_invoke_buf (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/misc/
H A Dfastrpc.c116 struct fastrpc_invoke_buf { struct
874 sizeof(struct fastrpc_invoke_buf) + in fastrpc_get_meta_size()
925 static struct fastrpc_invoke_buf *fastrpc_invoke_buf_start(union fastrpc_remote_arg *pra, int len) in fastrpc_invoke_buf_start()
927 return (struct fastrpc_invoke_buf *)(&pra[len]); in fastrpc_invoke_buf_start()
930 static struct fastrpc_phy_page *fastrpc_phy_page_start(struct fastrpc_invoke_buf *buf, int len) in fastrpc_phy_page_start()
939 struct fastrpc_invoke_buf *list; in fastrpc_get_args()
1070 struct fastrpc_invoke_buf *list; in fastrpc_put_args()