Home
last modified time | relevance | path

Searched refs:allocated_max (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/usb/host/
Dehci-sysfs.c127 u8 allocated_max = 0; in store_uframe_periodic_max() local
130 allocated_max = max(allocated_max, in store_uframe_periodic_max()
133 if (allocated_max > uframe_periodic_max) { in store_uframe_periodic_max()
138 allocated_max, uframe_periodic_max); in store_uframe_periodic_max()
Dfotg210-hcd.c4736 unsigned short allocated_max; in store_uframe_periodic_max() local
4764 allocated_max = 0; in store_uframe_periodic_max()
4768 allocated_max = max(allocated_max, in store_uframe_periodic_max()
4772 if (allocated_max > uframe_periodic_max) { in store_uframe_periodic_max()
4775 allocated_max, uframe_periodic_max); in store_uframe_periodic_max()