Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dehci-sched.c2348 union ehci_shadow q, *q_p; in scan_isoc() local
2370 q_p = &ehci->pshadow[frame]; in scan_isoc()
2372 q.ptr = q_p->ptr; in scan_isoc()
2393 q_p = &q.itd->itd_next; in scan_isoc()
2397 q = *q_p; in scan_isoc()
2408 *q_p = q.itd->itd_next; in scan_isoc()
2417 q = *q_p; in scan_isoc()
2431 q_p = &q.sitd->sitd_next; in scan_isoc()
2434 q = *q_p; in scan_isoc()
2443 *q_p = q.sitd->sitd_next; in scan_isoc()
[all …]
H A Dfotg210-hcd.c4582 union fotg210_shadow q, *q_p; in scan_frame_queue() local
4586 q_p = &fotg210->pshadow[frame]; in scan_frame_queue()
4588 q.ptr = q_p->ptr; in scan_frame_queue()
4608 q_p = &q.itd->itd_next; in scan_frame_queue()
4612 q = *q_p; in scan_frame_queue()
4622 *q_p = q.itd->itd_next; in scan_frame_queue()
4627 q = *q_p; in scan_frame_queue()
H A Doxu210hp-hcd.c2691 union ehci_shadow q, *q_p; in scan_periodic() local
2703 q_p = &oxu->pshadow[frame]; in scan_periodic()
2705 q.ptr = q_p->ptr; in scan_periodic()