Searched defs:prev_p (Results 1 - 5 of 5) sorted by relevance

/drivers/usb/host/
H A Dohci-q.c152 __hc32 *prev_p = &ohci->hcca->int_table [i]; local
163 prev_p = &here->hwNextED;
169 ed->hwNextED = *prev_p;
172 *prev_p = cpu_to_hc32(ohci, ed->dma);
275 __hc32 *prev_p = &ohci->hcca->int_table [i]; local
278 prev_p = &temp->hwNextED;
282 *prev_p = ed->hwNextED;
H A Dehci-sched.c78 union ehci_shadow *prev_p = &ehci->pshadow[frame]; local
80 union ehci_shadow here = *prev_p;
84 prev_p = periodic_next_shadow(ehci, prev_p,
88 here = *prev_p;
97 *prev_p = *periodic_next_shadow(ehci, &here,
H A Doxu210hp-hcd.c1826 union ehci_shadow *prev_p = &oxu->pshadow[frame]; local
1828 union ehci_shadow here = *prev_p;
1832 prev_p = periodic_next_shadow(prev_p, Q_NEXT_TYPE(*hw_p));
1834 here = *prev_p;
1843 *prev_p = *periodic_next_shadow(&here, Q_NEXT_TYPE(*hw_p));
H A Dfotg210-hcd.c3459 union fotg210_shadow *prev_p = &fotg210->pshadow[frame]; local
3461 union fotg210_shadow here = *prev_p;
3465 prev_p = periodic_next_shadow(fotg210, prev_p,
3469 here = *prev_p;
3478 *prev_p = *periodic_next_shadow(fotg210, &here,
H A Dfusbh200-hcd.c3402 union fusbh200_shadow *prev_p = &fusbh200->pshadow[frame]; local
3404 union fusbh200_shadow here = *prev_p;
3408 prev_p = periodic_next_shadow(fusbh200, prev_p,
3412 here = *prev_p;
3421 *prev_p = *periodic_next_shadow(fusbh200, &here,

Completed in 75 milliseconds