Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/host/
Dehci-sched.c2358 union ehci_shadow q, *q_p; in scan_isoc() local
2380 q_p = &ehci->pshadow[frame]; in scan_isoc()
2382 q.ptr = q_p->ptr; in scan_isoc()
2403 q_p = &q.itd->itd_next; in scan_isoc()
2407 q = *q_p; in scan_isoc()
2418 *q_p = q.itd->itd_next; in scan_isoc()
2427 q = *q_p; in scan_isoc()
2441 q_p = &q.sitd->sitd_next; in scan_isoc()
2444 q = *q_p; in scan_isoc()
2453 *q_p = q.sitd->sitd_next; in scan_isoc()
[all …]
Dfotg210-hcd.c4583 union fotg210_shadow q, *q_p; in scan_frame_queue() local
4587 q_p = &fotg210->pshadow[frame]; in scan_frame_queue()
4589 q.ptr = q_p->ptr; in scan_frame_queue()
4609 q_p = &q.itd->itd_next; in scan_frame_queue()
4613 q = *q_p; in scan_frame_queue()
4623 *q_p = q.itd->itd_next; in scan_frame_queue()
4628 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()