Searched refs:input_count (Results  1 – 9 of 9) sorted by relevance
| /Linux-v6.6/sound/core/seq/ | 
| D | seq_midi.c | 275 	unsigned int input_count = 0, output_count = 0;  in snd_seq_midisynth_probe()  local289 		input_count = info->subdevices_count;  in snd_seq_midisynth_probe()
 292 	if (ports < input_count)  in snd_seq_midisynth_probe()
 293 		ports = input_count;  in snd_seq_midisynth_probe()
 365 		if ((info->flags & SNDRV_RAWMIDI_INFO_INPUT) && p < input_count)  in snd_seq_midisynth_probe()
 
 | 
| /Linux-v6.6/arch/arm/mach-davinci/ | 
| D | pdata-quirks.c | 85 		.input_count = ARRAY_SIZE(da850_ch0_inputs),95 		.input_count = ARRAY_SIZE(da850_ch1_inputs),
 
 | 
| /Linux-v6.6/include/sound/ | 
| D | rawmidi.h | 150 		    int output_count, int input_count,158 		     int output_count, int input_count,
 
 | 
| /Linux-v6.6/include/media/davinci/ | 
| D | vpif_types.h | 63 	int input_count;  member
 | 
| /Linux-v6.6/arch/s390/include/asm/ | 
| D | fcx.h | 51 	u32 input_count;  member
 | 
| /Linux-v6.6/drivers/s390/cio/ | 
| D | fcx.c | 174 		tcw->input_count = count;  in tcw_finalize()
 | 
| /Linux-v6.6/drivers/media/platform/ti/davinci/ | 
| D | vpif_capture.c | 665 	if (input_index >= chan_cfg->input_count)  in vpif_input_to_subdev()864 	if (input->index >= chan_cfg->input_count)  in vpif_enum_input()
 903 	if (index >= chan_cfg->input_count)  in vpif_s_input()
 1545 		chan->input_count++;  in vpif_capture_get_pdata()
 
 | 
| /Linux-v6.6/sound/core/ | 
| D | rawmidi.c | 1883 		     int output_count, int input_count,  in snd_rawmidi_init()  argument1915 					   input_count);  in snd_rawmidi_init()
 1946 		    int output_count, int input_count,  in snd_rawmidi_new()  argument
 1958 			       output_count, input_count, 0);  in snd_rawmidi_new()
 
 | 
| /Linux-v6.6/fs/smb/server/ | 
| D | smb2pdu.c | 7200 			   unsigned int input_count,  in fsctl_copychunk()  argument7232 	    input_count < offsetof(struct copychunk_ioctl_req, Chunks) +  in fsctl_copychunk()
 
 |