tag | line | file | source code |
fileinfo | 87 | drivers/sound/audio.c | audio_open (int dev, struct fileinfo *file) |
fileinfo | 138 | drivers/sound/audio.c | audio_release (int dev, struct fileinfo *file) |
fileinfo | 189 | drivers/sound/audio.c | audio_write (int dev, struct fileinfo *file, const snd_rw_buf * buf, int count) |
fileinfo | 290 | drivers/sound/audio.c | audio_read (int dev, struct fileinfo *file, snd_rw_buf * buf, int count) |
fileinfo | 358 | drivers/sound/audio.c | audio_ioctl (int dev, struct fileinfo *file, |
fileinfo | 485 | drivers/sound/audio.c | audio_select (int dev, struct fileinfo *file, int sel_type, select_table * wait) |
fileinfo | 1355 | drivers/sound/dmabuf.c | DMAbuf_select (int dev, struct fileinfo *file, int sel_type, select_table * wait) |
fileinfo | 203 | drivers/sound/midibuf.c | MIDIbuf_open (int dev, struct fileinfo *file) |
fileinfo | 279 | drivers/sound/midibuf.c | MIDIbuf_release (int dev, struct fileinfo *file) |
fileinfo | 339 | drivers/sound/midibuf.c | MIDIbuf_write (int dev, struct fileinfo *file, const snd_rw_buf * buf, int count) |
fileinfo | 407 | drivers/sound/midibuf.c | MIDIbuf_read (int dev, struct fileinfo *file, snd_rw_buf * buf, int count) |
fileinfo | 468 | drivers/sound/midibuf.c | MIDIbuf_ioctl (int dev, struct fileinfo *file, |
fileinfo | 504 | drivers/sound/midibuf.c | MIDIbuf_select (int dev, struct fileinfo *file, int sel_type, select_table * wait) |
fileinfo | 94 | drivers/sound/patmgr.c | pmgr_read (int dev, struct fileinfo *file, snd_rw_buf * buf, int count) |
fileinfo | 149 | drivers/sound/patmgr.c | pmgr_write (int dev, struct fileinfo *file, const snd_rw_buf * buf, int count) |
fileinfo | 104 | drivers/sound/sequencer.c | sequencer_read (int dev, struct fileinfo *file, snd_rw_buf * buf, int count) |
fileinfo | 265 | drivers/sound/sequencer.c | sequencer_write (int dev, struct fileinfo *file, const snd_rw_buf * buf, int count) |
fileinfo | 1094 | drivers/sound/sequencer.c | sequencer_open (int dev, struct fileinfo *file) |
fileinfo | 1302 | drivers/sound/sequencer.c | sequencer_release (int dev, struct fileinfo *file) |
fileinfo | 1554 | drivers/sound/sequencer.c | sequencer_ioctl (int dev, struct fileinfo *file, |
fileinfo | 1924 | drivers/sound/sequencer.c | sequencer_select (int dev, struct fileinfo *file, int sel_type, select_table * wait) |
fileinfo | 19 | drivers/sound/sound_calls.h | int DMAbuf_select(int dev, struct fileinfo *file, int sel_type, select_table * wait); |
fileinfo | 26 | drivers/sound/sound_calls.h | int audio_read (int dev, struct fileinfo *file, snd_rw_buf *buf, int count); |
fileinfo | 27 | drivers/sound/sound_calls.h | int audio_write (int dev, struct fileinfo *file, const snd_rw_buf *buf, int count); |
fileinfo | 28 | drivers/sound/sound_calls.h | int audio_open (int dev, struct fileinfo *file); |
fileinfo | 29 | drivers/sound/sound_calls.h | void audio_release (int dev, struct fileinfo *file); |
fileinfo | 30 | drivers/sound/sound_calls.h | int audio_ioctl (int dev, struct fileinfo *file, |
fileinfo | 32 | drivers/sound/sound_calls.h | int audio_lseek (int dev, struct fileinfo *file, off_t offset, int orig); |
fileinfo | 35 | drivers/sound/sound_calls.h | int audio_select(int dev, struct fileinfo *file, int sel_type, select_table * wait); |
fileinfo | 41 | drivers/sound/sound_calls.h | int sequencer_read (int dev, struct fileinfo *file, snd_rw_buf *buf, int count); |
fileinfo | 42 | drivers/sound/sound_calls.h | int sequencer_write (int dev, struct fileinfo *file, const snd_rw_buf *buf, int count); |
fileinfo | 43 | drivers/sound/sound_calls.h | int sequencer_open (int dev, struct fileinfo *file); |
fileinfo | 44 | drivers/sound/sound_calls.h | void sequencer_release (int dev, struct fileinfo *file); |
fileinfo | 45 | drivers/sound/sound_calls.h | int sequencer_ioctl (int dev, struct fileinfo *file, |
fileinfo | 47 | drivers/sound/sound_calls.h | int sequencer_lseek (int dev, struct fileinfo *file, off_t offset, int orig); |
fileinfo | 55 | drivers/sound/sound_calls.h | int sequencer_select(int dev, struct fileinfo *file, int sel_type, select_table * wait); |
fileinfo | 61 | drivers/sound/sound_calls.h | int MIDIbuf_read (int dev, struct fileinfo *file, snd_rw_buf *buf, int count); |
fileinfo | 62 | drivers/sound/sound_calls.h | int MIDIbuf_write (int dev, struct fileinfo *file, const snd_rw_buf *buf, int count); |
fileinfo | 63 | drivers/sound/sound_calls.h | int MIDIbuf_open (int dev, struct fileinfo *file); |
fileinfo | 64 | drivers/sound/sound_calls.h | void MIDIbuf_release (int dev, struct fileinfo *file); |
fileinfo | 65 | drivers/sound/sound_calls.h | int MIDIbuf_ioctl (int dev, struct fileinfo *file, |
fileinfo | 67 | drivers/sound/sound_calls.h | int MIDIbuf_lseek (int dev, struct fileinfo *file, off_t offset, int orig); |
fileinfo | 71 | drivers/sound/sound_calls.h | int MIDIbuf_select(int dev, struct fileinfo *file, int sel_type, select_table * wait); |
fileinfo | 90 | drivers/sound/sound_calls.h | int sound_read_sw (int dev, struct fileinfo *file, snd_rw_buf *buf, int count); |
fileinfo | 91 | drivers/sound/sound_calls.h | int sound_write_sw (int dev, struct fileinfo *file, const snd_rw_buf *buf, int count); |
fileinfo | 92 | drivers/sound/sound_calls.h | int sound_open_sw (int dev, struct fileinfo *file); |
fileinfo | 93 | drivers/sound/sound_calls.h | void sound_release_sw (int dev, struct fileinfo *file); |
fileinfo | 94 | drivers/sound/sound_calls.h | int sound_ioctl_sw (int dev, struct fileinfo *file, |
fileinfo | 197 | drivers/sound/sound_calls.h | int pmgr_read (int dev, struct fileinfo *file, snd_rw_buf * buf, int count); |
fileinfo | 198 | drivers/sound/sound_calls.h | int pmgr_write (int dev, struct fileinfo *file, const snd_rw_buf * buf, int count); |
fileinfo | 239 | drivers/sound/sound_calls.h | int pss_read (int dev, struct fileinfo *file, snd_rw_buf *buf, int count); |
fileinfo | 240 | drivers/sound/sound_calls.h | int pss_write (int dev, struct fileinfo *file, snd_rw_buf *buf, int count); |
fileinfo | 241 | drivers/sound/sound_calls.h | int pss_open (int dev, struct fileinfo *file); |
fileinfo | 242 | drivers/sound/sound_calls.h | void pss_release (int dev, struct fileinfo *file); |
fileinfo | 243 | drivers/sound/sound_calls.h | int pss_ioctl (int dev, struct fileinfo *file, |
fileinfo | 245 | drivers/sound/sound_calls.h | int pss_lseek (int dev, struct fileinfo *file, off_t offset, int orig); |
fileinfo | 332 | drivers/sound/sound_switch.c | sound_read_sw (int dev, struct fileinfo *file, snd_rw_buf * buf, int count) |
fileinfo | 370 | drivers/sound/sound_switch.c | sound_write_sw (int dev, struct fileinfo *file, const snd_rw_buf * buf, int count) |
fileinfo | 406 | drivers/sound/sound_switch.c | sound_open_sw (int dev, struct fileinfo *file) |
fileinfo | 470 | drivers/sound/sound_switch.c | sound_release_sw (int dev, struct fileinfo *file) |
fileinfo | 517 | drivers/sound/sound_switch.c | sound_ioctl_sw (int dev, struct fileinfo *file, |
fileinfo | 56 | drivers/sound/soundcard.c | static struct fileinfo files[SND_NDEVS]; |
fileinfo | 109 | drivers/sound/soundcard.c | struct fileinfo tmp_file; |