Searched refs:pshadow (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ehci-mem.c | 134 kfree(ehci->pshadow); in ehci_mem_cleanup() 135 ehci->pshadow = NULL; in ehci_mem_cleanup() 217 ehci->pshadow = kcalloc(ehci->periodic_size, sizeof(void *), flags); in ehci_mem_init() 218 if (ehci->pshadow != NULL) in ehci_mem_init()
|
H A D | ehci-sched.c | 65 union ehci_shadow *prev_p = &ehci->pshadow[frame]; in periodic_unlink() 427 here = ehci->pshadow[frame]; in tt_no_collision() 530 union ehci_shadow *prev = &ehci->pshadow[i]; in qh_link_periodic() 1706 union ehci_shadow *prev = &ehci->pshadow[frame]; in itd_link() 2122 sitd->sitd_next = ehci->pshadow[frame]; in sitd_link() 2124 ehci->pshadow[frame].sitd = sitd; in sitd_link() 2370 q_p = &ehci->pshadow[frame]; in scan_isoc()
|
H A D | oxu210hp-hcd.c | 434 union ehci_shadow *pshadow; /* mirror hw periodic table */ member 1159 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() 2243 union ehci_shadow *prev_p = &oxu->pshadow[frame]; in periodic_unlink() 2269 union ehci_shadow *q = &oxu->pshadow[frame]; in periodic_usecs() 2365 union ehci_shadow *prev = &oxu->pshadow[i]; in qh_link_periodic() 2703 q_p = &oxu->pshadow[frame]; in scan_periodic()
|
H A D | fotg210.h | 121 union fotg210_shadow *pshadow; /* mirror hw periodic table */ member
|
H A D | fotg210-hcd.c | 543 p = fotg210->pshadow[i]; in fill_periodic_buffer() 1910 kfree(fotg210->pshadow); in fotg210_mem_cleanup() 1911 fotg210->pshadow = NULL; in fotg210_mem_cleanup() 1962 fotg210->pshadow = kcalloc(fotg210->periodic_size, sizeof(void *), in fotg210_mem_init() 1964 if (fotg210->pshadow != NULL) in fotg210_mem_init() 3303 union fotg210_shadow *prev_p = &fotg210->pshadow[frame]; in periodic_unlink() 3334 union fotg210_shadow *q = &fotg210->pshadow[frame]; in periodic_usecs() 3408 here = fotg210->pshadow[frame]; in tt_no_collision() 3492 union fotg210_shadow *prev = &fotg210->pshadow[i]; in qh_link_periodic() 4324 union fotg210_shadow *prev = &fotg210->pshadow[fram in itd_link() [all...] |
H A D | ehci.h | 158 union ehci_shadow *pshadow; /* mirror hw periodic table */ member
|
H A D | ehci-dbg.c | 652 p = ehci->pshadow[i]; in fill_periodic_buffer()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ehci-mem.c | 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()
|
H A D | ehci-sched.c | 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()
|
H A D | oxu210hp-hcd.c | 434 union ehci_shadow *pshadow; /* mirror hw periodic table */ member 1159 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()
|
H A D | ehci.h | 158 union ehci_shadow *pshadow; /* mirror hw periodic table */ member
|
H A D | ehci-dbg.c | 652 p = ehci->pshadow[i]; in fill_periodic_buffer()
|
/kernel/linux/linux-6.6/drivers/usb/fotg210/ |
H A D | fotg210-hcd.h | 121 union fotg210_shadow *pshadow; /* mirror hw periodic table */ member
|
H A D | fotg210-hcd.c | 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[fram in itd_link() [all...] |
Completed in 38 milliseconds