Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dehci-sched.c2365 union ehci_shadow q, *q_p; in scan_isoc() local
2387 q_p = &ehci->pshadow[frame]; in scan_isoc()
2389 q.ptr = q_p->ptr; in scan_isoc()
2410 q_p = &q.itd->itd_next; in scan_isoc()
2414 q = *q_p; in scan_isoc()
2425 *q_p = q.itd->itd_next; in scan_isoc()
2434 q = *q_p; in scan_isoc()
2448 q_p = &q.sitd->sitd_next; in scan_isoc()
2451 q = *q_p; in scan_isoc()
2460 *q_p = q.sitd->sitd_next; in scan_isoc()
[all …]
H A Doxu210hp-hcd.c2668 union ehci_shadow q, *q_p; in scan_periodic() local
2680 q_p = &oxu->pshadow[frame]; in scan_periodic()
2682 q.ptr = q_p->ptr; in scan_periodic()
/linux/drivers/usb/fotg210/
H A Dfotg210-hcd.c4577 union fotg210_shadow q, *q_p; in scan_frame_queue() local
4581 q_p = &fotg210->pshadow[frame]; in scan_frame_queue()
4583 q.ptr = q_p->ptr; in scan_frame_queue()
4603 q_p = &q.itd->itd_next; in scan_frame_queue()
4607 q = *q_p; in scan_frame_queue()
4617 *q_p = q.itd->itd_next; in scan_frame_queue()
4622 q = *q_p; in scan_frame_queue()