tag | line | file | source code |
files | 43 | drivers/sound/soundcard.c | static struct fileinfo files[SND_NDEVS]; |
files | 67 | drivers/sound/soundcard.c | return sound_read_sw (dev, &files[dev], buf, count); |
files | 78 | drivers/sound/soundcard.c | return sound_write_sw (dev, &files[dev], buf, count); |
files | 101 | drivers/sound/soundcard.c | files[dev].mode = 0; |
files | 104 | drivers/sound/soundcard.c | files[dev].mode = OPEN_READWRITE; |
files | 106 | drivers/sound/soundcard.c | files[dev].mode = OPEN_READ; |
files | 108 | drivers/sound/soundcard.c | files[dev].mode = OPEN_WRITE; |
files | 110 | drivers/sound/soundcard.c | return sound_open_sw (dev, &files[dev]); |
files | 121 | drivers/sound/soundcard.c | sound_release_sw (dev, &files[dev]); |
files | 133 | drivers/sound/soundcard.c | return sound_ioctl_sw (dev, &files[dev], cmd, arg); |
files | 149 | drivers/sound/soundcard.c | return sequencer_select (dev, &files[dev], sel_type, wait); |