Home
last modified time | relevance | path

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

/openbmc/linux/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 = q.sitd->sitd_next; 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()
/openbmc/linux/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()