SNDRV_RAWMIDI_STREAM_INPUT  115 sound/core/rawmidi.c 	if (substream->stream == SNDRV_RAWMIDI_STREAM_INPUT)
SNDRV_RAWMIDI_STREAM_INPUT  126 sound/core/rawmidi.c 	if (substream->stream == SNDRV_RAWMIDI_STREAM_INPUT)
SNDRV_RAWMIDI_STREAM_INPUT  252 sound/core/rawmidi.c 		if (subdevice >= 0 && (unsigned int)subdevice >= rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT].substream_count) {
SNDRV_RAWMIDI_STREAM_INPUT  256 sound/core/rawmidi.c 		if (rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT].substream_opened >=
SNDRV_RAWMIDI_STREAM_INPUT  257 sound/core/rawmidi.c 		    rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT].substream_count) {
SNDRV_RAWMIDI_STREAM_INPUT  277 sound/core/rawmidi.c 	list1 = rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT].substreams.next;
SNDRV_RAWMIDI_STREAM_INPUT  279 sound/core/rawmidi.c 		if (list1 == &rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT].substreams) {
SNDRV_RAWMIDI_STREAM_INPUT  327 sound/core/rawmidi.c 		rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT].substream_opened++;
SNDRV_RAWMIDI_STREAM_INPUT  487 sound/core/rawmidi.c 		rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT].substream_opened--;
SNDRV_RAWMIDI_STREAM_INPUT  681 sound/core/rawmidi.c 	status->stream = SNDRV_RAWMIDI_STREAM_INPUT;
SNDRV_RAWMIDI_STREAM_INPUT  708 sound/core/rawmidi.c 		case SNDRV_RAWMIDI_STREAM_INPUT:
SNDRV_RAWMIDI_STREAM_INPUT  726 sound/core/rawmidi.c 		case SNDRV_RAWMIDI_STREAM_INPUT:
SNDRV_RAWMIDI_STREAM_INPUT  746 sound/core/rawmidi.c 		case SNDRV_RAWMIDI_STREAM_INPUT:
SNDRV_RAWMIDI_STREAM_INPUT  784 sound/core/rawmidi.c 		case SNDRV_RAWMIDI_STREAM_INPUT:
SNDRV_RAWMIDI_STREAM_INPUT 1337 sound/core/rawmidi.c 				    &rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT].substreams,
SNDRV_RAWMIDI_STREAM_INPUT 1438 sound/core/rawmidi.c 	INIT_LIST_HEAD(&rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT].substreams);
SNDRV_RAWMIDI_STREAM_INPUT 1444 sound/core/rawmidi.c 						&rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT],
SNDRV_RAWMIDI_STREAM_INPUT 1445 sound/core/rawmidi.c 						SNDRV_RAWMIDI_STREAM_INPUT,
SNDRV_RAWMIDI_STREAM_INPUT 1489 sound/core/rawmidi.c 	snd_rawmidi_free_substreams(&rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT]);
SNDRV_RAWMIDI_STREAM_INPUT   50 sound/core/rawmidi_compat.c 	case SNDRV_RAWMIDI_STREAM_INPUT:
SNDRV_RAWMIDI_STREAM_INPUT   79 sound/core/rawmidi_compat.c 	case SNDRV_RAWMIDI_STREAM_INPUT:
SNDRV_RAWMIDI_STREAM_INPUT  302 sound/core/seq/seq_midi.c 	info->stream = SNDRV_RAWMIDI_STREAM_INPUT;
SNDRV_RAWMIDI_STREAM_INPUT  359 sound/core/seq/seq_midi.c 			info->stream = SNDRV_RAWMIDI_STREAM_INPUT;
SNDRV_RAWMIDI_STREAM_INPUT  517 sound/core/seq/seq_virmidi.c 	snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_INPUT, &snd_virmidi_input_ops);
SNDRV_RAWMIDI_STREAM_INPUT  603 sound/drivers/mpu401/mpu401_uart.c 		snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_INPUT,
SNDRV_RAWMIDI_STREAM_INPUT  657 sound/drivers/mtpav.c 	list_for_each(list, &rawmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT].substreams) {
SNDRV_RAWMIDI_STREAM_INPUT  801 sound/drivers/mts64.c 	snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_INPUT, 
SNDRV_RAWMIDI_STREAM_INPUT  814 sound/drivers/mts64.c 		      &rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT].substreams) {
SNDRV_RAWMIDI_STREAM_INPUT  587 sound/drivers/portman2x4.c 	snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_INPUT, 
SNDRV_RAWMIDI_STREAM_INPUT  600 sound/drivers/portman2x4.c 			    &rmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT].substreams,
SNDRV_RAWMIDI_STREAM_INPUT  883 sound/drivers/serial-u16550.c 	snd_rawmidi_set_ops(rrawmidi, SNDRV_RAWMIDI_STREAM_INPUT,
SNDRV_RAWMIDI_STREAM_INPUT  889 sound/drivers/serial-u16550.c 	snd_uart16550_substreams(&rrawmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT]);
SNDRV_RAWMIDI_STREAM_INPUT  249 sound/isa/gus/gus_uart.c 	snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_INPUT, &snd_gf1_uart_input);
SNDRV_RAWMIDI_STREAM_INPUT  277 sound/isa/sb/sb8_midi.c 	snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_INPUT, &snd_sb8dsp_midi_input);
SNDRV_RAWMIDI_STREAM_INPUT  320 sound/isa/wavefront/wavefront.c 	snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_INPUT, &snd_wavefront_midi_input);
SNDRV_RAWMIDI_STREAM_INPUT  306 sound/pci/ca0106/ca_midi.c 	snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_INPUT, &ca_midi_input);
SNDRV_RAWMIDI_STREAM_INPUT 1802 sound/pci/cs4281.c 	snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_INPUT, &snd_cs4281_midi_input);
SNDRV_RAWMIDI_STREAM_INPUT 2544 sound/pci/cs46xx/cs46xx_lib.c 	snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_INPUT, &snd_cs46xx_midi_input);
SNDRV_RAWMIDI_STREAM_INPUT  322 sound/pci/echoaudio/midi.c 	snd_rawmidi_set_ops(chip->rmidi, SNDRV_RAWMIDI_STREAM_INPUT,
SNDRV_RAWMIDI_STREAM_INPUT 1505 sound/pci/emu10k1/emu10k1x.c 	snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_INPUT, &snd_emu10k1x_midi_input);
SNDRV_RAWMIDI_STREAM_INPUT  342 sound/pci/emu10k1/emumpu401.c 	snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_INPUT, &snd_emu10k1_midi_input);
SNDRV_RAWMIDI_STREAM_INPUT 2348 sound/pci/ens1370.c 	snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_INPUT, &snd_ensoniq_midi_input);
SNDRV_RAWMIDI_STREAM_INPUT  265 sound/pci/ice1712/ice1724.c 	s = get_rawmidi_substream(ice, SNDRV_RAWMIDI_STREAM_INPUT);
SNDRV_RAWMIDI_STREAM_INPUT 2575 sound/pci/ice1712/ice1724.c 			snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_INPUT,
SNDRV_RAWMIDI_STREAM_INPUT 1459 sound/pci/rme9652/hdsp.c 	snd_rawmidi_set_ops (hdsp->midi[id].rmidi, SNDRV_RAWMIDI_STREAM_INPUT, &snd_hdsp_midi_input);
SNDRV_RAWMIDI_STREAM_INPUT 1301 sound/pci/rme9652/hdspm.c 	snd_rawmidi_set_ops(hdspm->midi[id].rmidi, SNDRV_RAWMIDI_STREAM_INPUT,
SNDRV_RAWMIDI_STREAM_INPUT  152 sound/usb/caiaq/caiaq-midi.c 		snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_INPUT, 
SNDRV_RAWMIDI_STREAM_INPUT 1350 sound/usb/usbmidi.c 				snd_usbmidi_init_substream(umidi, SNDRV_RAWMIDI_STREAM_INPUT, in_ports,
SNDRV_RAWMIDI_STREAM_INPUT 1656 sound/usb/usbmidi.c 			snd_usbmidi_init_substream(umidi, SNDRV_RAWMIDI_STREAM_INPUT, cable,
SNDRV_RAWMIDI_STREAM_INPUT 1685 sound/usb/usbmidi.c 	snd_rawmidi_set_ops(rmidi, SNDRV_RAWMIDI_STREAM_INPUT, &snd_usbmidi_input_ops);