Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/host/
Doxu210hp-hcd.c1107 static void oxu_murb_free(struct oxu_hcd *oxu, struct oxu_murb *murb) in oxu_murb_free() argument
1113 index = murb - &oxu->murb_pool[0]; in oxu_murb_free()
1123 struct oxu_murb *murb = NULL; in oxu_murb_alloc() local
1132 murb = &(oxu->murb_pool)[i]; in oxu_murb_alloc()
1139 return murb; in oxu_murb_alloc()
1415 struct oxu_murb *murb = NULL; in qh_completions() local
1445 murb = (struct oxu_murb *) last->urb; in qh_completions()
1446 last->urb = murb->main; in qh_completions()
1447 if (murb->last) { in qh_completions()
1451 oxu_murb_free(oxu, murb); in qh_completions()
[all …]