Searched refs:arpc (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/greybus/ |
H A D | es2.c | 17 #include "arpc.h" 128 struct arpc { struct 281 "failed to submit arpc in-urb: %d\n", ret); in es2_arpc_in_enable() 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 *rp [all...] |
/kernel/linux/linux-6.6/drivers/greybus/ |
H A D | es2.c | 17 #include "arpc.h" 128 struct arpc { struct 281 "failed to submit arpc in-urb: %d\n", ret); in es2_arpc_in_enable() 879 static struct arpc *arpc_alloc(void *payload, u16 size, u8 type) in arpc_alloc() 881 struct arpc *rpc; in arpc_alloc() 915 static void arpc_free(struct arpc *rpc) in arpc_free() 922 static struct arpc *arpc_find(struct es2_ap_dev *es2, __le16 id) in arpc_find() 924 struct arpc *rpc; in arpc_find() 934 static void arpc_add(struct es2_ap_dev *es2, struct arpc *rpc) in arpc_add() 941 static void arpc_del(struct es2_ap_dev *es2, struct arpc *rp [all...] |
Completed in 4 milliseconds