Home
last modified time | relevance | path

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

/linux-4.1.27/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()
Dfusbh200-hcd.c4858 unsigned short allocated_max; in store_uframe_periodic_max() local
4886 allocated_max = 0; in store_uframe_periodic_max()
4890 allocated_max = max(allocated_max, in store_uframe_periodic_max()
4893 if (allocated_max > uframe_periodic_max) { in store_uframe_periodic_max()
4898 allocated_max, uframe_periodic_max); in store_uframe_periodic_max()
Dfotg210-hcd.c4924 unsigned short allocated_max; in store_uframe_periodic_max() local
4952 allocated_max = 0; in store_uframe_periodic_max()
4956 allocated_max = max(allocated_max, in store_uframe_periodic_max()
4959 if (allocated_max > uframe_periodic_max) { in store_uframe_periodic_max()
4964 allocated_max, uframe_periodic_max); in store_uframe_periodic_max()