Searched refs:input_count (Results 1 – 8 of 8) 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 | 152 int output_count, int input_count, 160 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 | 664 if (input_index >= chan_cfg->input_count) in vpif_input_to_subdev() 863 if (input->index >= chan_cfg->input_count) in vpif_enum_input() 902 if (index >= chan_cfg->input_count) in vpif_s_input() 1540 chan->input_count++; in vpif_capture_get_pdata()
|
/linux/fs/smb/server/ |
H A D | smb2pdu.c | 7619 unsigned int input_count, in fsctl_copychunk() argument 7650 input_count < struct_size(ci_req, Chunks, chunk_count)) { in fsctl_copychunk()
|