Lines Matching defs:arpc
17 #include "arpc.h"
128 struct arpc {
281 "failed to submit arpc in-urb: %d\n", ret);
879 static struct arpc *arpc_alloc(void *payload, u16 size, u8 type)
881 struct arpc *rpc;
915 static void arpc_free(struct arpc *rpc)
922 static struct arpc *arpc_find(struct es2_ap_dev *es2, __le16 id)
924 struct arpc *rpc;
934 static void arpc_add(struct es2_ap_dev *es2, struct arpc *rpc)
941 static void arpc_del(struct es2_ap_dev *es2, struct arpc *rpc)
949 static int arpc_send(struct es2_ap_dev *es2, struct arpc *rpc, int timeout)
974 struct arpc *rpc;
1029 struct arpc *rpc;
1042 dev_err(dev, "arpc in-urb error %d (dropped)\n", status);
1055 dev_err(dev, "invalid arpc response id received: %u\n",
1070 dev_err(dev, "failed to resubmit arpc in-urb: %d\n", retval);