Lines Matching defs:max
37 unsigned int rate_max; /* max rate */
39 unsigned int channels_max; /* max channels */
40 size_t buffer_bytes_max; /* max buffer size */
42 size_t period_bytes_max; /* max period size */
44 unsigned int periods_max; /* max # of periods */
298 /* 5 of max 16 bits used */
315 /* 6 of max 16 bits used for bit-fields */
1053 unsigned int min, unsigned int max);
1268 size_t size, size_t max);
1271 size_t size, size_t max);
1276 struct device *data, size_t size, size_t max);
1279 size_t size, size_t max);
1380 * snd_pcm_sgbuf_get_chunk_size - Compute the max size that fits within the
1431 * snd_pcm_limit_isa_dma_size - Get the max size fitting with ISA DMA transfer
1433 * @max: pointer to store the max size
1435 static inline void snd_pcm_limit_isa_dma_size(int dma, size_t *max)
1437 *max = dma < 4 ? 64 * 1024 : 128 * 1024;
1573 snd_pcm_uframes_t avail_max; /* max frames available on hw since last status */
1598 u32 avail_max; /* max frames available on hw since last status */