Searched refs:maxframesize (Results 1 – 2 of 2) sorted by relevance
170 return ep->maxframesize; in synced_next_packet_size() 174 ret = min(phase >> 16, ep->maxframesize); in synced_next_packet_size() 192 return ep->maxframesize; in next_packet_size() 224 packet = min(packet, ep->maxframesize); in snd_usb_endpoint_next_packet_size() 1405 ep->maxframesize = ep->maxpacksize / ep->cur_frame_bytes; in snd_usb_endpoint_set_params() 1408 ep->packsize[0] = min(ep->packsize[0], ep->maxframesize); in snd_usb_endpoint_set_params() 1409 ep->packsize[1] = min(ep->packsize[1], ep->maxframesize); in snd_usb_endpoint_set_params()
118 unsigned int maxframesize; /* max packet size in frames */ member