Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/host/
Dehci-mem.c173 kfree(ehci->pshadow); in ehci_mem_cleanup()
174 ehci->pshadow = NULL; in ehci_mem_cleanup()
256 ehci->pshadow = kcalloc(ehci->periodic_size, sizeof(void *), flags); in ehci_mem_init()
257 if (ehci->pshadow != NULL) in ehci_mem_init()
Dehci-sched.c101 union ehci_shadow *prev_p = &ehci->pshadow[frame]; in periodic_unlink()
137 union ehci_shadow *q = &ehci->pshadow [frame]; in periodic_usecs()
272 union ehci_shadow *q = &ehci->pshadow [frame]; in periodic_tt_usecs()
425 here = ehci->pshadow [frame]; in tt_no_collision()
574 union ehci_shadow *prev = &ehci->pshadow[i]; in qh_link_periodic()
1594 union ehci_shadow *prev = &ehci->pshadow[frame]; in itd_link()
2028 sitd->sitd_next = ehci->pshadow [frame]; in sitd_link()
2030 ehci->pshadow [frame].sitd = sitd; in sitd_link()
2328 q_p = &ehci->pshadow [frame]; in scan_periodic()
Doxu210hp.h403 union ehci_shadow *pshadow; /* mirror hw periodic table */ member
Doxu210hp-hcd.c732 kfree(oxu->pshadow); in ehci_mem_cleanup()
733 oxu->pshadow = NULL; in ehci_mem_cleanup()
767 oxu->pshadow = kcalloc(oxu->periodic_size, sizeof(void *), flags); in ehci_mem_init()
768 if (oxu->pshadow != NULL) in ehci_mem_init()
1823 union ehci_shadow *prev_p = &oxu->pshadow[frame]; in periodic_unlink()
1849 union ehci_shadow *q = &oxu->pshadow[frame]; in periodic_usecs()
1945 union ehci_shadow *prev = &oxu->pshadow[i]; in qh_link_periodic()
2287 q_p = &oxu->pshadow[frame]; in scan_periodic()
Dehci.h95 union ehci_shadow *pshadow; /* mirror hw periodic table */ member
Dehci-dbg.c584 p = ehci->pshadow [i]; in fill_periodic_buffer()