Searched refs:rrawmidi (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/gus/
H A Dgus_uart.c231 int snd_gf1_rawmidi_new(struct snd_gus_card * gus, int device, struct snd_rawmidi ** rrawmidi) argument
236 if (rrawmidi)
237 *rrawmidi = NULL;
246 if (rrawmidi)
247 *rrawmidi = rmidi;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/isa/sb/
H A Dsb8_midi.c266 int snd_sb8dsp_midi(struct snd_sb *chip, int device, struct snd_rawmidi ** rrawmidi) argument
271 if (rrawmidi)
272 *rrawmidi = NULL;
283 if (rrawmidi)
284 *rrawmidi = rmidi;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dmpu401.h135 struct snd_rawmidi ** rrawmidi);
H A Dsb.h320 int snd_sb8dsp_midi(struct snd_sb *chip, int device, struct snd_rawmidi ** rrawmidi);
H A Dgus.h617 int snd_gf1_rawmidi_new(struct snd_gus_card * gus, int device, struct snd_rawmidi **rrawmidi);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/mpu401/
H A Dmpu401_uart.c514 * @rrawmidi: the pointer to store the new rawmidi instance
518 * Note that the rawmidi instance is returned on the rrawmidi argument,
529 struct snd_rawmidi ** rrawmidi)
536 if (rrawmidi)
537 *rrawmidi = NULL;
610 if (rrawmidi)
611 *rrawmidi = rmidi;
524 snd_mpu401_uart_new(struct snd_card *card, int device, unsigned short hardware, unsigned long port, unsigned int info_flags, int irq, int irq_flags, struct snd_rawmidi ** rrawmidi) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/
H A Dserial-u16550.c879 struct snd_rawmidi *rrawmidi; local
883 outs, ins, &rrawmidi);
886 snd_rawmidi_set_ops(rrawmidi, SNDRV_RAWMIDI_STREAM_INPUT,
888 snd_rawmidi_set_ops(rrawmidi, SNDRV_RAWMIDI_STREAM_OUTPUT,
890 strcpy(rrawmidi->name, "Serial MIDI");
891 snd_uart16550_substreams(&rrawmidi->streams[SNDRV_RAWMIDI_STREAM_OUTPUT]);
892 snd_uart16550_substreams(&rrawmidi->streams[SNDRV_RAWMIDI_STREAM_INPUT]);
893 rrawmidi->info_flags = SNDRV_RAWMIDI_INFO_OUTPUT |
896 rrawmidi->private_data = uart;
898 *rmidi = rrawmidi;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Drawmidi.c1439 * @rrawmidi: the pointer to store the new rawmidi instance
1448 struct snd_rawmidi ** rrawmidi)
1460 if (rrawmidi)
1461 *rrawmidi = NULL;
1494 if (rrawmidi)
1495 *rrawmidi = rmidi;
1446 snd_rawmidi_new(struct snd_card *card, char *id, int device, int output_count, int input_count, struct snd_rawmidi ** rrawmidi) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/
H A Dcs4281.c1782 struct snd_rawmidi **rrawmidi)
1787 if (rrawmidi)
1788 *rrawmidi = NULL;
1797 if (rrawmidi)
1798 *rrawmidi = rmidi;
1781 snd_cs4281_midi(struct cs4281 * chip, int device, struct snd_rawmidi **rrawmidi) argument
H A Dens1370.c2318 struct snd_rawmidi **rrawmidi)
2323 if (rrawmidi)
2324 *rrawmidi = NULL;
2338 if (rrawmidi)
2339 *rrawmidi = rmidi;
2317 snd_ensoniq_midi(struct ensoniq * ensoniq, int device, struct snd_rawmidi **rrawmidi) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/cs46xx/
H A Dcs46xx_lib.c2491 int __devinit snd_cs46xx_midi(struct snd_cs46xx *chip, int device, struct snd_rawmidi **rrawmidi) argument
2496 if (rrawmidi)
2497 *rrawmidi = NULL;
2506 if (rrawmidi)
2507 *rrawmidi = NULL;

Completed in 220 milliseconds