Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/usb/host/
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 …]
Dfotg210-hcd.c4585 union fotg210_shadow q, *q_p; in scan_frame_queue() local
4589 q_p = &fotg210->pshadow[frame]; in scan_frame_queue()
4591 q.ptr = q_p->ptr; in scan_frame_queue()
4611 q_p = &q.itd->itd_next; in scan_frame_queue()
4615 q = *q_p; in scan_frame_queue()
4625 *q_p = q.itd->itd_next; in scan_frame_queue()
4630 q = *q_p; in scan_frame_queue()
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()