Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Dehci-mem.c175 if (ehci->pshadow) in ehci_mem_cleanup()
176 kfree (ehci->pshadow); in ehci_mem_cleanup()
177 ehci->pshadow = 0; in ehci_mem_cleanup()
241 ehci->pshadow = kmalloc (ehci->periodic_size * sizeof (void *), flags); in ehci_mem_init()
242 if (ehci->pshadow == 0) { in ehci_mem_init()
245 memset (ehci->pshadow, 0, ehci->periodic_size * sizeof (void *)); in ehci_mem_init()
Dehci-sched.c70 union ehci_shadow *prev_p = &ehci->pshadow [frame]; in periodic_unlink()
106 union ehci_shadow *q = &ehci->pshadow [frame]; in periodic_usecs()
306 if (ehci->pshadow [frame].ptr) in check_period()
416 if (unlikely (ehci->pshadow [frame].ptr != 0)) { in qh_schedule()
424 ehci->pshadow [frame].qh = qh_get (qh); in qh_schedule()
975 itd->itd_next = ehci->pshadow [frame]; in itd_link()
977 ehci->pshadow [frame].itd = itd; in itd_link()
1249 q_p = &ehci->pshadow [frame]; in scan_periodic()
Dehci.h64 union ehci_shadow *pshadow; /* mirror hw periodic table */ member
Dehci-dbg.c504 p = ehci->pshadow [i]; in show_periodic()