Home
last modified time | relevance | path

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

/openbmc/linux/drivers/misc/
H A Dfastrpc.c115 struct fastrpc_invoke_buf { struct
873 sizeof(struct fastrpc_invoke_buf) + in fastrpc_get_meta_size()
924 static struct fastrpc_invoke_buf *fastrpc_invoke_buf_start(union fastrpc_remote_arg *pra, int len) in fastrpc_invoke_buf_start()
926 return (struct fastrpc_invoke_buf *)(&pra[len]); in fastrpc_invoke_buf_start()
929 static struct fastrpc_phy_page *fastrpc_phy_page_start(struct fastrpc_invoke_buf *buf, int len) in fastrpc_phy_page_start()
938 struct fastrpc_invoke_buf *list; in fastrpc_get_args()
1066 struct fastrpc_invoke_buf *list; in fastrpc_put_args()