tag | line | file | source code |
select_table_handle | 458 | drivers/sound/audio.c | audio_select (int dev, struct fileinfo *file, int sel_type, select_table_handle * wait) |
select_table_handle | 1610 | drivers/sound/dmabuf.c | DMAbuf_select (int dev, struct fileinfo *file, int sel_type, select_table_handle * wait) |
select_table_handle | 507 | drivers/sound/midibuf.c | MIDIbuf_select (int dev, struct fileinfo *file, int sel_type, select_table_handle * wait) |
select_table_handle | 1898 | drivers/sound/sequencer.c | sequencer_select (int dev, struct fileinfo *file, int sel_type, select_table_handle * wait) |
select_table_handle | 21 | drivers/sound/sound_calls.h | int DMAbuf_select(int dev, struct fileinfo *file, int sel_type, select_table_handle * wait); |
select_table_handle | 37 | drivers/sound/sound_calls.h | int audio_select(int dev, struct fileinfo *file, int sel_type, select_table_handle * wait); |
select_table_handle | 57 | drivers/sound/sound_calls.h | int sequencer_select(int dev, struct fileinfo *file, int sel_type, select_table_handle * wait); |
select_table_handle | 73 | drivers/sound/sound_calls.h | int MIDIbuf_select(int dev, struct fileinfo *file, int sel_type, select_table_handle * wait); |
select_table_handle | 193 | drivers/sound/soundcard.c | sound_select (inode_handle * inode, file_handle * file, int sel_type, select_table_handle * wait) |