Searched refs:input_count (Results 1 – 9 of 9) sorted by relevance
/linux/sound/core/seq/ |
H A D | seq_midi.c | 281 unsigned int input_count = 0, output_count = 0; in snd_seq_midisynth_probe() local 295 input_count = info->subdevices_count; in snd_seq_midisynth_probe() 298 if (ports < input_count) in snd_seq_midisynth_probe() 299 ports = input_count; in snd_seq_midisynth_probe() 364 if ((info->flags & SNDRV_RAWMIDI_INFO_INPUT) && p < input_count) in snd_seq_midisynth_probe()
|
/linux/arch/arm/mach-davinci/ |
H A D | pdata-quirks.c | 85 .input_count = ARRAY_SIZE(da850_ch0_inputs), 95 .input_count = ARRAY_SIZE(da850_ch1_inputs),
|
/linux/include/sound/ |
H A D | rawmidi.h | 150 int output_count, int input_count, 158 int output_count, int input_count,
|
/linux/include/media/davinci/ |
H A D | vpif_types.h | 63 int input_count; member
|
/linux/arch/s390/include/asm/ |
H A D | fcx.h | 52 u32 input_count; member
|
/linux/drivers/s390/cio/ |
H A D | fcx.c | 174 tcw->input_count = count; in tcw_finalize()
|
/linux/drivers/media/platform/ti/davinci/ |
H A D | vpif_capture.c | 666 if (input_index >= chan_cfg->input_count) in vpif_input_to_subdev() 865 if (input->index >= chan_cfg->input_count) in vpif_enum_input() 904 if (index >= chan_cfg->input_count) in vpif_s_input() 1542 chan->input_count++; in vpif_capture_get_pdata()
|
/linux/sound/core/ |
H A D | rawmidi.c | 1818 int output_count, int input_count, in snd_rawmidi_init() argument 1850 input_count); in snd_rawmidi_init() 1881 int output_count, int input_count, in snd_rawmidi_new() argument 1893 output_count, input_count, 0); in snd_rawmidi_new()
|
/linux/fs/smb/server/ |
H A D | smb2pdu.c | 7547 unsigned int input_count, in fsctl_copychunk() argument 7578 input_count < struct_size(ci_req, Chunks, chunk_count)) { in fsctl_copychunk()
|