Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/host/
Dehci-sched.c2359 union ehci_shadow q, *q_p; in scan_isoc() local
2381 q_p = &ehci->pshadow[frame]; in scan_isoc()
2383 q.ptr = q_p->ptr; in scan_isoc()
2404 q_p = &q.itd->itd_next; in scan_isoc()
2408 q = *q_p; in scan_isoc()
2419 *q_p = q.itd->itd_next; in scan_isoc()
2428 q = *q_p; in scan_isoc()
2442 q_p = &q.sitd->sitd_next; in scan_isoc()
2445 q = *q_p; in scan_isoc()
2454 *q_p = q.sitd->sitd_next; in scan_isoc()
[all …]
Doxu210hp-hcd.c2692 union ehci_shadow q, *q_p; in scan_periodic() local
2704 q_p = &oxu->pshadow[frame]; in scan_periodic()
2706 q.ptr = q_p->ptr; in scan_periodic()
/Linux-v6.6/drivers/usb/fotg210/
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()