Searched refs:uframe_periodic_max (Results 1 – 6 of 6) sorted by relevance
/drivers/usb/host/ |
D | ehci-sysfs.c | 76 n = scnprintf(buf, PAGE_SIZE, "%d\n", ehci->uframe_periodic_max); in uframe_periodic_max_show() 86 unsigned uframe_periodic_max; in uframe_periodic_max_store() local 92 if (kstrtouint(buf, 0, &uframe_periodic_max) < 0) in uframe_periodic_max_store() 95 if (uframe_periodic_max < 100 || uframe_periodic_max >= 125) { in uframe_periodic_max_store() 97 "uframe_periodic_max=%u\n", uframe_periodic_max); in uframe_periodic_max_store() 113 if (uframe_periodic_max < ehci->uframe_periodic_max) { in uframe_periodic_max_store() 120 if (allocated_max > uframe_periodic_max) { in uframe_periodic_max_store() 125 allocated_max, uframe_periodic_max); in uframe_periodic_max_store() 134 100*uframe_periodic_max/125, uframe_periodic_max); in uframe_periodic_max_store() 136 if (uframe_periodic_max != 100) in uframe_periodic_max_store() [all …]
|
D | fotg210-hcd.c | 3374 if (usecs > fotg210->uframe_periodic_max) in periodic_usecs() 3681 usecs = fotg210->uframe_periodic_max - usecs; in check_period() 4141 > (fotg210->uframe_periodic_max - usecs)) in itd_slot_ok() 4693 n = scnprintf(buf, PAGE_SIZE, "%d\n", fotg210->uframe_periodic_max); in uframe_periodic_max_show() 4702 unsigned uframe_periodic_max; in uframe_periodic_max_store() local 4709 if (kstrtouint(buf, 0, &uframe_periodic_max) < 0) in uframe_periodic_max_store() 4712 if (uframe_periodic_max < 100 || uframe_periodic_max >= 125) { in uframe_periodic_max_store() 4714 uframe_periodic_max); in uframe_periodic_max_store() 4731 if (uframe_periodic_max < fotg210->uframe_periodic_max) { in uframe_periodic_max_store() 4740 if (allocated_max > uframe_periodic_max) { in uframe_periodic_max_store() [all …]
|
D | fotg210.h | 131 unsigned uframe_periodic_max; member
|
D | ehci-sched.c | 755 usecs = ehci->uframe_periodic_max - usecs; in check_period() 1374 usecs = ehci->uframe_periodic_max - stream->ps.usecs; in itd_slot_ok() 1432 max_used = ehci->uframe_periodic_max - stream->ps.usecs; in sitd_slot_ok() 1440 max_used = ehci->uframe_periodic_max - in sitd_slot_ok()
|
D | ehci.h | 168 unsigned uframe_periodic_max; /* max periodic time per uframe */ member
|
D | ehci-hcd.c | 479 ehci->uframe_periodic_max = 100; in ehci_init()
|