oxu_murb          459 drivers/usb/host/oxu210hp-hcd.c 	struct oxu_murb		*murb_pool;	/* murb per split big urb */
oxu_murb         1107 drivers/usb/host/oxu210hp-hcd.c static void oxu_murb_free(struct oxu_hcd *oxu, struct oxu_murb *murb)
oxu_murb         1119 drivers/usb/host/oxu210hp-hcd.c static struct oxu_murb *oxu_murb_alloc(struct oxu_hcd *oxu)
oxu_murb         1123 drivers/usb/host/oxu210hp-hcd.c 	struct oxu_murb *murb = NULL;
oxu_murb         1177 drivers/usb/host/oxu210hp-hcd.c 	oxu->murb_pool = kcalloc(MURB_NUM, sizeof(struct oxu_murb), flags);
oxu_murb         1415 drivers/usb/host/oxu210hp-hcd.c 	struct oxu_murb *murb = NULL;
oxu_murb         1445 drivers/usb/host/oxu210hp-hcd.c 					murb = (struct oxu_murb *) last->urb;
oxu_murb         1528 drivers/usb/host/oxu210hp-hcd.c 					urb : ((struct oxu_murb *) urb)->main,
oxu_murb         1548 drivers/usb/host/oxu210hp-hcd.c 			murb = (struct oxu_murb *) last->urb;
oxu_murb         3307 drivers/usb/host/oxu210hp-hcd.c 		((struct oxu_murb *) murb)->main = urb;
oxu_murb         3308 drivers/usb/host/oxu210hp-hcd.c 		((struct oxu_murb *) murb)->last = 0;
oxu_murb         3338 drivers/usb/host/oxu210hp-hcd.c 	((struct oxu_murb *) murb)->main = urb;
oxu_murb         3339 drivers/usb/host/oxu210hp-hcd.c 	((struct oxu_murb *) murb)->last = 1;