Lines Matching refs:pshadow
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()
4834 q_p = &fotg210->pshadow[frame]; in scan_isoc()