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.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 …]
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.c4575 union fotg210_shadow q, *q_p; in scan_frame_queue() local
4579 q_p = &fotg210->pshadow[frame]; in scan_frame_queue()
4581 q.ptr = q_p->ptr; in scan_frame_queue()
4601 q_p = &q.itd->itd_next; in scan_frame_queue()
4605 q = *q_p; in scan_frame_queue()
4615 *q_p = q.itd->itd_next; in scan_frame_queue()
4620 q = *q_p; in scan_frame_queue()