Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/misc/
Dfastrpc.c99 struct fastrpc_invoke_buf { struct
807 sizeof(struct fastrpc_invoke_buf) + in fastrpc_get_meta_size()
858 static struct fastrpc_invoke_buf *fastrpc_invoke_buf_start(union fastrpc_remote_arg *pra, int len) in fastrpc_invoke_buf_start()
860 return (struct fastrpc_invoke_buf *)(&pra[len]); in fastrpc_invoke_buf_start()
863 static struct fastrpc_phy_page *fastrpc_phy_page_start(struct fastrpc_invoke_buf *buf, int len) in fastrpc_phy_page_start()
872 struct fastrpc_invoke_buf *list; in fastrpc_get_args()
999 struct fastrpc_invoke_buf *list; in fastrpc_put_args()