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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dehci-mem.c169 kfree(ehci->pshadow);
170 ehci->pshadow = NULL;
234 ehci->pshadow = kcalloc(ehci->periodic_size, sizeof(void *), flags);
235 if (ehci->pshadow != NULL)
H A Dehci-sched.c80 union ehci_shadow *prev_p = &ehci->pshadow[frame];
109 union ehci_shadow *q = &ehci->pshadow [frame];
244 union ehci_shadow *q = &ehci->pshadow [frame];
397 here = ehci->pshadow [frame];
542 union ehci_shadow *prev = &ehci->pshadow[i];
1550 union ehci_shadow *prev = &ehci->pshadow[frame];
2041 sitd->sitd_next = ehci->pshadow [frame];
2043 ehci->pshadow [frame].sitd = sitd;
2340 q_p = &ehci->pshadow [frame];
H A Doxu210hp.h403 union ehci_shadow *pshadow; /* mirror hw periodic table */ member in struct:oxu_hcd
H A Dehci.h86 union ehci_shadow *pshadow; /* mirror hw periodic table */ member in struct:ehci_hcd
H A Doxu210hp-hcd.c727 kfree(oxu->pshadow);
728 oxu->pshadow = NULL;
762 oxu->pshadow = kcalloc(oxu->periodic_size, sizeof(void *), flags);
763 if (oxu->pshadow != NULL)
1816 union ehci_shadow *prev_p = &oxu->pshadow[frame];
1842 union ehci_shadow *q = &oxu->pshadow[frame];
1936 union ehci_shadow *prev = &oxu->pshadow[i];
2271 q_p = &oxu->pshadow[frame];
H A Dehci-dbg.c582 p = ehci->pshadow [i];

Completed in 101 milliseconds