Searched refs:uframe_periodic_max (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.6/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 | ehci-sched.c | 756 usecs = ehci->uframe_periodic_max - usecs; in check_period() 1373 usecs = ehci->uframe_periodic_max - stream->ps.usecs; in itd_slot_ok() 1431 max_used = ehci->uframe_periodic_max - stream->ps.usecs; in sitd_slot_ok() 1439 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()
|
/Linux-v6.6/drivers/usb/fotg210/ |
D | fotg210-hcd.c | 3375 if (usecs > fotg210->uframe_periodic_max) in periodic_usecs() 3682 usecs = fotg210->uframe_periodic_max - usecs; in check_period() 4140 > (fotg210->uframe_periodic_max - usecs)) in itd_slot_ok() 4691 return sysfs_emit(buf, "%d\n", fotg210->uframe_periodic_max); in uframe_periodic_max_show() 4698 unsigned uframe_periodic_max; in uframe_periodic_max_store() local 4706 ret = kstrtouint(buf, 0, &uframe_periodic_max); in uframe_periodic_max_store() 4710 if (uframe_periodic_max < 100 || uframe_periodic_max >= 125) { in uframe_periodic_max_store() 4712 uframe_periodic_max); in uframe_periodic_max_store() 4729 if (uframe_periodic_max < fotg210->uframe_periodic_max) { in uframe_periodic_max_store() 4738 if (allocated_max > uframe_periodic_max) { in uframe_periodic_max_store() [all …]
|
D | fotg210-hcd.h | 131 unsigned uframe_periodic_max; member
|
/Linux-v6.6/Documentation/ABI/testing/ |
D | sysfs-module | 14 What: /sys/module/ehci_hcd/drivers/.../uframe_periodic_max
|
/Linux-v6.6/Documentation/usb/ |
D | ehci.rst | 230 through sysfs uframe_periodic_max parameter. Describe that.
|