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

/linux-master/drivers/usb/host/
H A Dehci-sysfs.c66 * Display / Set uframe_periodic_max
76 n = scnprintf(buf, PAGE_SIZE, "%d\n", ehci->uframe_periodic_max);
86 unsigned uframe_periodic_max; local
92 if (kstrtouint(buf, 0, &uframe_periodic_max) < 0)
95 if (uframe_periodic_max < 100 || uframe_periodic_max >= 125) {
97 "uframe_periodic_max=%u\n", uframe_periodic_max);
113 if (uframe_periodic_max < ehci->uframe_periodic_max) {
[all...]
H A Dehci-sched.c756 usecs = ehci->uframe_periodic_max - usecs;
1373 usecs = ehci->uframe_periodic_max - stream->ps.usecs;
1431 max_used = ehci->uframe_periodic_max - stream->ps.usecs;
1439 max_used = ehci->uframe_periodic_max -
H A Dehci.h168 unsigned uframe_periodic_max; /* max periodic time per uframe */ member in struct:ehci_hcd
H A Dehci-hcd.c479 ehci->uframe_periodic_max = 100;
/linux-master/drivers/usb/fotg210/
H A Dfotg210-hcd.c3368 if (usecs > fotg210->uframe_periodic_max)
3675 usecs = fotg210->uframe_periodic_max - usecs;
4131 /* can't commit more than uframe_periodic_max usec */
4133 > (fotg210->uframe_periodic_max - usecs))
4676 /* Display / Set uframe_periodic_max
4684 return sysfs_emit(buf, "%d\n", fotg210->uframe_periodic_max);
4691 unsigned uframe_periodic_max; local
4699 ret = kstrtouint(buf, 0, &uframe_periodic_max);
4703 if (uframe_periodic_max < 100 || uframe_periodic_max >
[all...]
H A Dfotg210-hcd.h131 unsigned uframe_periodic_max; member in struct:fotg210_hcd

Completed in 148 milliseconds