freqmax            90 sound/usb/card.h 	unsigned int freqmax;		/* maximum sampling rate, used for buffer management */
freqmax           646 sound/usb/endpoint.c 	ep->freqmax = ep->freqn + (ep->freqn >> 1);
freqmax           662 sound/usb/endpoint.c 	maxsize = (((ep->freqmax << ep->datainterval) + 0xffff) >> 16) *
freqmax           674 sound/usb/endpoint.c 		ep->freqmax = (data_maxsize / (frame_bits >> 3))
freqmax          1204 sound/usb/endpoint.c 	if (likely(f >= ep->freqn - ep->freqn / 8 && f <= ep->freqmax)) {