Searched refs:periodic_size (Results 1 – 14 of 14) sorted by relevance
/linux-4.1.27/drivers/usb/host/ |
D | ehci-mem.c | 150 ehci->periodic_size * sizeof (u32), in ehci_mem_cleanup() 211 ehci->periodic_size * sizeof(__le32), in ehci_mem_init() 229 for (i = 0; i < ehci->periodic_size; i++) in ehci_mem_init() 233 for (i = 0; i < ehci->periodic_size; i++) in ehci_mem_init() 238 ehci->pshadow = kcalloc(ehci->periodic_size, sizeof(void *), flags); in ehci_mem_init()
|
D | fusbh200-hcd.c | 511 temp = scnprintf (next, size, "size = %d\n", fusbh200->periodic_size); in fill_periodic_buffer() 519 for (i = 0; i < fusbh200->periodic_size; i++) { in fill_periodic_buffer() 1944 fusbh200->periodic_size * sizeof (u32), in fusbh200_mem_cleanup() 1995 fusbh200->periodic_size * sizeof(__le32), in fusbh200_mem_init() 2001 for (i = 0; i < fusbh200->periodic_size; i++) in fusbh200_mem_init() 2005 fusbh200->pshadow = kcalloc(fusbh200->periodic_size, sizeof(void *), flags); in fusbh200_mem_init() 2841 } else if (qh->period > fusbh200->periodic_size) { in qh_make() 2842 qh->period = fusbh200->periodic_size; in qh_make() 2866 if (qh->period > fusbh200->periodic_size) { in qh_make() 2867 qh->period = fusbh200->periodic_size; in qh_make() [all …]
|
D | fotg210-hcd.c | 533 temp = scnprintf(next, size, "size = %d\n", fotg210->periodic_size); in fill_periodic_buffer() 541 for (i = 0; i < fotg210->periodic_size; i++) { in fill_periodic_buffer() 1994 fotg210->periodic_size * sizeof(u32), in fotg210_mem_cleanup() 2042 fotg210->periodic_size * sizeof(__le32), in fotg210_mem_init() 2047 for (i = 0; i < fotg210->periodic_size; i++) in fotg210_mem_init() 2051 fotg210->pshadow = kcalloc(fotg210->periodic_size, sizeof(void *), in fotg210_mem_init() 2894 } else if (qh->period > fotg210->periodic_size) { in qh_make() 2895 qh->period = fotg210->periodic_size; in qh_make() 2919 if (qh->period > fotg210->periodic_size) { in qh_make() 2920 qh->period = fotg210->periodic_size; in qh_make() [all …]
|
D | ehci-hcd.c | 486 ehci->periodic_size = DEFAULT_I_TDPS; in ehci_init() 499 case 0: ehci->periodic_size = 1024; break; in ehci_init() 500 case 1: ehci->periodic_size = 512; break; in ehci_init() 501 case 2: ehci->periodic_size = 256; break; in ehci_init() 1055 return (ehci_read_frame_index(ehci) >> 3) % ehci->periodic_size; in ehci_get_frame()
|
D | ehci-sched.c | 453 for (; frame < ehci->periodic_size; frame += period) { in tt_no_collision() 560 for (i = qh->ps.phase; i < ehci->periodic_size; i += period) { in qh_link_periodic() 635 for (i = qh->ps.phase; i < ehci->periodic_size; i += period) in qh_unlink_periodic() 1504 unsigned mod = ehci->periodic_size << 3; in iso_stream_schedule() 1819 itd_link(ehci, frame & (ehci->periodic_size - 1), itd); in itd_link_urb() 1987 itd_link_urb (ehci, urb, ehci->periodic_size << 3, stream); in itd_submit() 2210 sitd_link(ehci, (next_uframe >> 3) & (ehci->periodic_size - 1), in sitd_link_urb() 2365 sitd_link_urb (ehci, urb, ehci->periodic_size << 3, stream); in sitd_submit() 2383 unsigned fmask = ehci->periodic_size - 1; in scan_isoc()
|
D | oxu210hp-hcd.c | 745 for (i = 0; i < oxu->periodic_size; i++) in ehci_mem_init() 766 for (i = 0; i < oxu->periodic_size; i++) in ehci_mem_init() 770 oxu->pshadow = kcalloc(oxu->periodic_size, sizeof(void *), flags); in ehci_mem_init() 1900 % (oxu->periodic_size << 3); in enable_periodic() 1947 for (i = qh->start; i < oxu->periodic_size; i += period) { in qh_link_periodic() 2016 for (i = qh->start; i < oxu->periodic_size; i += period) in qh_unlink_periodic() 2092 } while ((frame += 1) < oxu->periodic_size); in check_period() 2100 } while ((frame += period) < oxu->periodic_size); in check_period() 2259 mod = oxu->periodic_size << 3; in scan_periodic() 2608 oxu->periodic_size = DEFAULT_I_TDPS; in oxu_hcd_init() [all …]
|
D | ehci-q.c | 817 } else if (urb->interval > ehci->periodic_size << 3) { in qh_make() 818 urb->interval = ehci->periodic_size << 3; in qh_make() 849 if (urb->interval > ehci->periodic_size) in qh_make() 850 urb->interval = ehci->periodic_size; in qh_make()
|
D | oxu210hp.h | 398 unsigned periodic_size; member
|
D | fotg210.h | 114 unsigned periodic_size; member
|
D | fusbh200.h | 114 unsigned periodic_size; member
|
D | ehci.h | 162 unsigned periodic_size; member
|
D | ehci-dbg.c | 640 temp = scnprintf (next, size, "size = %d\n", ehci->periodic_size); in fill_periodic_buffer() 648 for (i = 0; i < ehci->periodic_size; i++) { in fill_periodic_buffer()
|
/linux-4.1.27/drivers/usb/isp1760/ |
D | isp1760-hcd.h | 64 unsigned periodic_size; member
|
D | isp1760-hcd.c | 451 priv->periodic_size = DEFAULT_I_TDPS; in priv_init() 2083 return (fr >> 3) % priv->periodic_size; in isp1760_get_frame()
|