Home
last modified time | relevance | path

Searched refs:q_p (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/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 in scan_isoc()
[all...]
H A Dfotg210-hcd.c4579 union fotg210_shadow q, *q_p; in scan_frame_queue() local
4583 q_p = &fotg210->pshadow[frame]; in scan_frame_queue()
4585 q.ptr = q_p->ptr; in scan_frame_queue()
4605 q_p = &q.itd->itd_next; in scan_frame_queue()
4609 q = *q_p; in scan_frame_queue()
4619 *q_p = q.itd->itd_next; in scan_frame_queue()
4624 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()
/kernel/linux/linux-6.6/drivers/usb/host/
H A 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 in scan_isoc()
[all...]
H A 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()
/kernel/linux/linux-6.6/drivers/usb/fotg210/
H A Dfotg210-hcd.c4579 union fotg210_shadow q, *q_p; in scan_frame_queue() local
4583 q_p = &fotg210->pshadow[frame]; in scan_frame_queue()
4585 q.ptr = q_p->ptr; in scan_frame_queue()
4605 q_p = &q.itd->itd_next; in scan_frame_queue()
4609 q = *q_p; in scan_frame_queue()
4619 *q_p = q.itd->itd_next; in scan_frame_queue()
4624 q = *q_p; in scan_frame_queue()

Completed in 44 milliseconds