Lines Matching refs:arpc
17 #include "arpc.h"
128 struct arpc {
281 "failed to submit arpc in-urb: %d\n", ret);
882 static struct arpc *arpc_alloc(void *payload, u16 size, u8 type)
884 struct arpc *rpc;
918 static void arpc_free(struct arpc *rpc)
925 static struct arpc *arpc_find(struct es2_ap_dev *es2, __le16 id)
927 struct arpc *rpc;
937 static void arpc_add(struct es2_ap_dev *es2, struct arpc *rpc)
944 static void arpc_del(struct es2_ap_dev *es2, struct arpc *rpc)
952 static int arpc_send(struct es2_ap_dev *es2, struct arpc *rpc, int timeout)
979 struct arpc *rpc;
1034 struct arpc *rpc;
1047 dev_err(dev, "arpc in-urb error %d (dropped)\n", status);
1060 dev_err(dev, "invalid arpc response id received: %u\n",
1075 dev_err(dev, "failed to resubmit arpc in-urb: %d\n", retval);