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()
409 union ehci_shadow *pshadow; /* mirror hw periodic table */ member1134 kfree(oxu->pshadow); in ehci_mem_cleanup()1135 oxu->pshadow = NULL; in ehci_mem_cleanup()1169 oxu->pshadow = kcalloc(oxu->periodic_size, sizeof(void *), flags); in ehci_mem_init()1170 if (oxu->pshadow != NULL) in ehci_mem_init()2219 union ehci_shadow *prev_p = &oxu->pshadow[frame]; in periodic_unlink()2245 union ehci_shadow *q = &oxu->pshadow[frame]; in periodic_usecs()2341 union ehci_shadow *prev = &oxu->pshadow[i]; in qh_link_periodic()2679 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()
538 p = fotg210->pshadow[i]; in fill_periodic_buffer()1907 kfree(fotg210->pshadow); in fotg210_mem_cleanup()1908 fotg210->pshadow = NULL; in fotg210_mem_cleanup()1959 fotg210->pshadow = kcalloc(fotg210->periodic_size, sizeof(void *), in fotg210_mem_init()1961 if (fotg210->pshadow != NULL) in fotg210_mem_init()3300 union fotg210_shadow *prev_p = &fotg210->pshadow[frame]; in periodic_unlink()3331 union fotg210_shadow *q = &fotg210->pshadow[frame]; in periodic_usecs()3405 here = fotg210->pshadow[frame]; in tt_no_collision()3489 union fotg210_shadow *prev = &fotg210->pshadow[i]; in qh_link_periodic()4320 union fotg210_shadow *prev = &fotg210->pshadow[frame]; in itd_link()[all …]
121 union fotg210_shadow *pshadow; /* mirror hw periodic table */ member