Searched refs:pshadow (Results 1 – 10 of 10) sorted by relevance
155 kfree(ehci->pshadow); in ehci_mem_cleanup()156 ehci->pshadow = NULL; in ehci_mem_cleanup()238 ehci->pshadow = kcalloc(ehci->periodic_size, sizeof(void *), flags); in ehci_mem_init()239 if (ehci->pshadow != NULL) in ehci_mem_init()
78 union ehci_shadow *prev_p = &ehci->pshadow[frame]; in periodic_unlink()458 here = ehci->pshadow [frame]; in tt_no_collision()561 union ehci_shadow *prev = &ehci->pshadow[i]; in qh_link_periodic()1741 union ehci_shadow *prev = &ehci->pshadow[frame]; in itd_link()2158 sitd->sitd_next = ehci->pshadow [frame]; in sitd_link()2160 ehci->pshadow [frame].sitd = sitd; in sitd_link()2408 q_p = &ehci->pshadow [frame]; in scan_isoc()
403 union ehci_shadow *pshadow; /* mirror hw periodic table */ member
735 kfree(oxu->pshadow); in ehci_mem_cleanup()736 oxu->pshadow = NULL; in ehci_mem_cleanup()770 oxu->pshadow = kcalloc(oxu->periodic_size, sizeof(void *), flags); in ehci_mem_init()771 if (oxu->pshadow != NULL) in ehci_mem_init()1826 union ehci_shadow *prev_p = &oxu->pshadow[frame]; in periodic_unlink()1852 union ehci_shadow *q = &oxu->pshadow[frame]; in periodic_usecs()1948 union ehci_shadow *prev = &oxu->pshadow[i]; in qh_link_periodic()2290 q_p = &oxu->pshadow[frame]; in scan_periodic()
520 p = fusbh200->pshadow [i]; in fill_periodic_buffer()1949 kfree(fusbh200->pshadow); in fusbh200_mem_cleanup()1950 fusbh200->pshadow = NULL; in fusbh200_mem_cleanup()2005 fusbh200->pshadow = kcalloc(fusbh200->periodic_size, sizeof(void *), flags); in fusbh200_mem_init()2006 if (fusbh200->pshadow != NULL) in fusbh200_mem_init()3401 union fusbh200_shadow *prev_p = &fusbh200->pshadow[frame]; in periodic_unlink()3432 union fusbh200_shadow *q = &fusbh200->pshadow [frame]; in periodic_usecs()3513 here = fusbh200->pshadow [frame]; in tt_no_collision()3600 union fusbh200_shadow *prev = &fusbh200->pshadow[i]; in qh_link_periodic()4483 union fusbh200_shadow *prev = &fusbh200->pshadow[frame]; in itd_link()[all …]
542 p = fotg210->pshadow[i]; in fill_periodic_buffer()1999 kfree(fotg210->pshadow); in fotg210_mem_cleanup()2000 fotg210->pshadow = NULL; in fotg210_mem_cleanup()2051 fotg210->pshadow = kcalloc(fotg210->periodic_size, sizeof(void *), in fotg210_mem_init()2053 if (fotg210->pshadow != NULL) in fotg210_mem_init()3459 union fotg210_shadow *prev_p = &fotg210->pshadow[frame]; in periodic_unlink()3490 union fotg210_shadow *q = &fotg210->pshadow[frame]; in periodic_usecs()3571 here = fotg210->pshadow[frame]; in tt_no_collision()3659 union fotg210_shadow *prev = &fotg210->pshadow[i]; in qh_link_periodic()4547 union fotg210_shadow *prev = &fotg210->pshadow[frame]; in itd_link()[all …]
120 union fotg210_shadow *pshadow; /* mirror hw periodic table */ member
120 union fusbh200_shadow *pshadow; /* mirror hw periodic table */ member
168 union ehci_shadow *pshadow; /* mirror hw periodic table */ member
649 p = ehci->pshadow [i]; in fill_periodic_buffer()