Home
last modified time | relevance | path

Searched refs:chan_max (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.10/sound/soc/
Dsoc-pcm.c508 unsigned int chan_min = 0, chan_max = UINT_MAX; in snd_soc_runtime_calc_hw() local
554 chan_max = min(chan_max, codec_stream->channels_max); in snd_soc_runtime_calc_hw()
572 chan_max = cpu_chan_max; in snd_soc_runtime_calc_hw()
577 hw->channels_max = min(chan_max, cpu_chan_max); in snd_soc_runtime_calc_hw()
/Linux-v5.10/fs/cifs/
Dsess.c76 int left = ses->chan_max - ses->chan_count; in cifs_try_adding_channels()
86 ses->chan_max); in cifs_try_adding_channels()
124 if (tries > 3*ses->chan_max) { in cifs_try_adding_channels()
Dcifsfs.c633 if (tcon->ses->chan_max > 1) in cifs_show_options()
635 tcon->ses->chan_max); in cifs_show_options()
Dcifsglob.h1029 size_t chan_max; member
Dconnect.c2672 if (ses->chan_max < vol->max_channels) in match_session()
3103 ses->chan_max = volume_info->multichannel ? volume_info->max_channels:1; in cifs_get_smb_ses()
/Linux-v5.10/include/linux/greybus/
Dgreybus_protocols.h1970 __u8 chan_max; member