Searched defs:q_p (Results 1 - 4 of 4) sorted by relevance

/drivers/usb/host/
H A Dehci-sched.c2403 union ehci_shadow q, *q_p; local
2408 q_p = &ehci->pshadow [frame];
2410 q.ptr = q_p->ptr;
2430 q_p = &q.itd->itd_next;
2434 q = *q_p;
2444 *q_p = q.itd->itd_next;
2454 q = *q_p;
2468 q_p = &q.sitd->sitd_next;
2472 q = *q_p;
2480 *q_p
[all...]
H A Doxu210hp-hcd.c2274 union ehci_shadow q, *q_p; local
2290 q_p = &oxu->pshadow[frame];
2292 q.ptr = q_p->ptr;
H A Dfotg210-hcd.c4829 union fotg210_shadow q, *q_p; local
4834 q_p = &fotg210->pshadow[frame];
4836 q.ptr = q_p->ptr;
4856 q_p = &q.itd->itd_next;
4860 q = *q_p;
4870 *q_p = q.itd->itd_next;
4875 q = *q_p;
H A Dfusbh200-hcd.c4763 union fusbh200_shadow q, *q_p; local
4768 q_p = &fusbh200->pshadow [frame];
4770 q.ptr = q_p->ptr;
4790 q_p = &q.itd->itd_next;
4794 q = *q_p;
4804 *q_p = q.itd->itd_next;
4809 q = *q_p;

Completed in 107 milliseconds