Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/host/
Dehci-sched.c2360 union ehci_shadow q, *q_p; in scan_isoc() local
2382 q_p = &ehci->pshadow[frame]; in scan_isoc()
2384 q.ptr = q_p->ptr; in scan_isoc()
2405 q_p = &q.itd->itd_next; in scan_isoc()
2409 q = *q_p; in scan_isoc()
2420 *q_p = q.itd->itd_next; in scan_isoc()
2429 q = *q_p; in scan_isoc()
2443 q_p = &q.sitd->sitd_next; in scan_isoc()
2446 q = *q_p; in scan_isoc()
2455 *q_p = q.sitd->sitd_next; in scan_isoc()
[all …]
Dfotg210-hcd.c4586 union fotg210_shadow q, *q_p; in scan_frame_queue() local
4590 q_p = &fotg210->pshadow[frame]; in scan_frame_queue()
4592 q.ptr = q_p->ptr; in scan_frame_queue()
4612 q_p = &q.itd->itd_next; in scan_frame_queue()
4616 q = *q_p; in scan_frame_queue()
4626 *q_p = q.itd->itd_next; in scan_frame_queue()
4631 q = *q_p; in scan_frame_queue()
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()