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.c113 struct fastrpc_invoke_buf { struct
921 sizeof(struct fastrpc_invoke_buf) + in fastrpc_get_meta_size()
976 static struct fastrpc_invoke_buf *fastrpc_invoke_buf_start(union fastrpc_remote_arg *pra, int len) in fastrpc_invoke_buf_start()
978 return (struct fastrpc_invoke_buf *)(&pra[len]); in fastrpc_invoke_buf_start()
981 static struct fastrpc_phy_page *fastrpc_phy_page_start(struct fastrpc_invoke_buf *buf, int len) in fastrpc_phy_page_start()
990 struct fastrpc_invoke_buf *list; in fastrpc_get_args()
1121 struct fastrpc_invoke_buf *list; in fastrpc_put_args()