Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Doxu210hp.h366 struct oxu_murb { struct
429 struct oxu_murb *murb_pool; /* murb per split big urb */
Doxu210hp-hcd.c682 static void oxu_murb_free(struct oxu_hcd *oxu, struct oxu_murb *murb) in oxu_murb_free()
694 static struct oxu_murb *oxu_murb_alloc(struct oxu_hcd *oxu) in oxu_murb_alloc()
698 struct oxu_murb *murb = NULL; in oxu_murb_alloc()
752 oxu->murb_pool = kcalloc(MURB_NUM, sizeof(struct oxu_murb), flags); in ehci_mem_init()
990 struct oxu_murb *murb = NULL; in qh_completions()
1022 murb = (struct oxu_murb *) last->urb; in qh_completions()
1105 urb : ((struct oxu_murb *) urb)->main, in qh_completions()
1125 murb = (struct oxu_murb *) last->urb; in qh_completions()
2904 ((struct oxu_murb *) murb)->main = urb; in oxu_urb_enqueue()
2905 ((struct oxu_murb *) murb)->last = 0; in oxu_urb_enqueue()
[all …]