Searched refs:q_p (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/usb/host/
H A Dehci-sched.c2359 union ehci_shadow q, *q_p; local
2381 q_p = &ehci->pshadow[frame];
2383 q.ptr = q_p->ptr;
2404 q_p = &q.itd->itd_next;
2408 q = *q_p;
2419 *q_p = q.itd->itd_next;
2428 q = *q_p;
2442 q_p = &q.sitd->sitd_next;
2445 q = *q_p;
2454 *q_p
[all...]
H A Doxu210hp-hcd.c2692 union ehci_shadow q, *q_p; local
2704 q_p = &oxu->pshadow[frame];
2706 q.ptr = q_p->ptr;
/linux-master/drivers/usb/fotg210/
H A Dfotg210-hcd.c4575 union fotg210_shadow q, *q_p; local
4579 q_p = &fotg210->pshadow[frame];
4581 q.ptr = q_p->ptr;
4601 q_p = &q.itd->itd_next;
4605 q = *q_p;
4615 *q_p = q.itd->itd_next;
4620 q = *q_p;

Completed in 126 milliseconds