Searched refs:pshadow (Results 1 – 7 of 7) sorted by relevance
133 kfree(ehci->pshadow); in ehci_mem_cleanup()134 ehci->pshadow = NULL; in ehci_mem_cleanup()216 ehci->pshadow = kcalloc(ehci->periodic_size, sizeof(void *), flags); in ehci_mem_init()217 if (ehci->pshadow != NULL) in ehci_mem_init()
65 union ehci_shadow *prev_p = &ehci->pshadow[frame]; in periodic_unlink()433 here = ehci->pshadow[frame]; in tt_no_collision()537 union ehci_shadow *prev = &ehci->pshadow[i]; in qh_link_periodic()1717 union ehci_shadow *prev = &ehci->pshadow[frame]; in itd_link()2133 sitd->sitd_next = ehci->pshadow[frame]; in sitd_link()2135 ehci->pshadow[frame].sitd = sitd; in sitd_link()2381 q_p = &ehci->pshadow[frame]; in scan_isoc()
434 union ehci_shadow *pshadow; /* mirror hw periodic table */ member1159 kfree(oxu->pshadow); in ehci_mem_cleanup()1160 oxu->pshadow = NULL; in ehci_mem_cleanup()1194 oxu->pshadow = kcalloc(oxu->periodic_size, sizeof(void *), flags); in ehci_mem_init()1195 if (oxu->pshadow != NULL) in ehci_mem_init()2244 union ehci_shadow *prev_p = &oxu->pshadow[frame]; in periodic_unlink()2270 union ehci_shadow *q = &oxu->pshadow[frame]; in periodic_usecs()2366 union ehci_shadow *prev = &oxu->pshadow[i]; in qh_link_periodic()2704 q_p = &oxu->pshadow[frame]; in scan_periodic()
158 union ehci_shadow *pshadow; /* mirror hw periodic table */ member
652 p = ehci->pshadow[i]; in fill_periodic_buffer()
542 p = fotg210->pshadow[i]; in fill_periodic_buffer()1911 kfree(fotg210->pshadow); in fotg210_mem_cleanup()1912 fotg210->pshadow = NULL; in fotg210_mem_cleanup()1963 fotg210->pshadow = kcalloc(fotg210->periodic_size, sizeof(void *), in fotg210_mem_init()1965 if (fotg210->pshadow != NULL) in fotg210_mem_init()3304 union fotg210_shadow *prev_p = &fotg210->pshadow[frame]; in periodic_unlink()3335 union fotg210_shadow *q = &fotg210->pshadow[frame]; in periodic_usecs()3409 here = fotg210->pshadow[frame]; in tt_no_collision()3493 union fotg210_shadow *prev = &fotg210->pshadow[i]; in qh_link_periodic()4324 union fotg210_shadow *prev = &fotg210->pshadow[frame]; in itd_link()[all …]
121 union fotg210_shadow *pshadow; /* mirror hw periodic table */ member