Home
last modified time | relevance | path

Searched refs:uframe_periodic_max (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/drivers/usb/host/
Dehci-sysfs.c89 n = scnprintf(buf, PAGE_SIZE, "%d\n", ehci->uframe_periodic_max); in show_uframe_periodic_max()
99 unsigned uframe_periodic_max; in store_uframe_periodic_max() local
106 if (kstrtouint(buf, 0, &uframe_periodic_max) < 0) in store_uframe_periodic_max()
109 if (uframe_periodic_max < 100 || uframe_periodic_max >= 125) { in store_uframe_periodic_max()
111 "uframe_periodic_max=%u\n", uframe_periodic_max); in store_uframe_periodic_max()
128 if (uframe_periodic_max < ehci->uframe_periodic_max) { in store_uframe_periodic_max()
136 if (allocated_max > uframe_periodic_max) { in store_uframe_periodic_max()
141 allocated_max, uframe_periodic_max); in store_uframe_periodic_max()
150 100*uframe_periodic_max/125, uframe_periodic_max); in store_uframe_periodic_max()
152 if (uframe_periodic_max != 100) in store_uframe_periodic_max()
[all …]
Dehci-sched.c196 if (usecs > ehci->uframe_periodic_max) in periodic_usecs()
733 usecs = ehci->uframe_periodic_max - usecs; in check_period()
1308 > (ehci->uframe_periodic_max - usecs)) in itd_slot_ok()
1365 max_used = ehci->uframe_periodic_max - stream->usecs; in sitd_slot_ok()
1374 max_used = ehci->uframe_periodic_max - stream->c_usecs; in sitd_slot_ok()
Dehci.h98 unsigned uframe_periodic_max; /* max periodic time per uframe */ member
Dehci-hcd.c631 ehci->uframe_periodic_max = 100; in ehci_init()
/linux-3.4.99/Documentation/ABI/testing/
Dsysfs-module14 What: /sys/module/ehci_hcd/drivers/.../uframe_periodic_max
/linux-3.4.99/Documentation/usb/
Dehci.txt214 through sysfs uframe_periodic_max parameter. Describe that.