Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dehci-sched.c2403 union ehci_shadow q, *q_p; in scan_isoc() local
2408 q_p = &ehci->pshadow [frame]; in scan_isoc()
2410 q.ptr = q_p->ptr; in scan_isoc()
2430 q_p = &q.itd->itd_next; in scan_isoc()
2434 q = *q_p; in scan_isoc()
2444 *q_p = q.itd->itd_next; in scan_isoc()
2454 q = *q_p; in scan_isoc()
2468 q_p = &q.sitd->sitd_next; in scan_isoc()
2472 q = *q_p; in scan_isoc()
2480 *q_p = q.sitd->sitd_next; in scan_isoc()
[all …]
Dfotg210-hcd.c4615 union fotg210_shadow q, *q_p; in scan_frame_queue() local
4619 q_p = &fotg210->pshadow[frame]; in scan_frame_queue()
4621 q.ptr = q_p->ptr; in scan_frame_queue()
4641 q_p = &q.itd->itd_next; in scan_frame_queue()
4645 q = *q_p; in scan_frame_queue()
4655 *q_p = q.itd->itd_next; in scan_frame_queue()
4660 q = *q_p; in scan_frame_queue()
Doxu210hp-hcd.c2274 union ehci_shadow q, *q_p; in scan_periodic() local
2290 q_p = &oxu->pshadow[frame]; in scan_periodic()
2292 q.ptr = q_p->ptr; in scan_periodic()