Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/greybus/
Des2.c128 struct arpc { struct
882 static struct arpc *arpc_alloc(void *payload, u16 size, u8 type) in arpc_alloc()
884 struct arpc *rpc; in arpc_alloc()
918 static void arpc_free(struct arpc *rpc) in arpc_free()
925 static struct arpc *arpc_find(struct es2_ap_dev *es2, __le16 id) in arpc_find()
927 struct arpc *rpc; in arpc_find()
937 static void arpc_add(struct es2_ap_dev *es2, struct arpc *rpc) in arpc_add()
944 static void arpc_del(struct es2_ap_dev *es2, struct arpc *rpc) in arpc_del()
952 static int arpc_send(struct es2_ap_dev *es2, struct arpc *rpc, int timeout) in arpc_send()
979 struct arpc *rpc; in arpc_sync()
[all …]