Symbol: snd_pcm_oss_file
sound/core/oss/pcm_oss.c
1113
static int snd_pcm_oss_get_active_substream(struct snd_pcm_oss_file *pcm_oss_file, struct snd_pcm_substream **r_substream)
sound/core/oss/pcm_oss.c
1571
static int snd_pcm_oss_reset(struct snd_pcm_oss_file *pcm_oss_file)
sound/core/oss/pcm_oss.c
1593
static int snd_pcm_oss_post(struct snd_pcm_oss_file *pcm_oss_file)
sound/core/oss/pcm_oss.c
1657
static int snd_pcm_oss_sync(struct snd_pcm_oss_file *pcm_oss_file)
sound/core/oss/pcm_oss.c
1754
static int snd_pcm_oss_set_rate(struct snd_pcm_oss_file *pcm_oss_file, int rate)
sound/core/oss/pcm_oss.c
1782
static int snd_pcm_oss_get_rate(struct snd_pcm_oss_file *pcm_oss_file)
sound/core/oss/pcm_oss.c
1793
static int snd_pcm_oss_set_channels(struct snd_pcm_oss_file *pcm_oss_file, unsigned int channels)
sound/core/oss/pcm_oss.c
1820
static int snd_pcm_oss_get_channels(struct snd_pcm_oss_file *pcm_oss_file)
sound/core/oss/pcm_oss.c
1831
static int snd_pcm_oss_get_block_size(struct snd_pcm_oss_file *pcm_oss_file)
sound/core/oss/pcm_oss.c
1842
static int snd_pcm_oss_get_formats(struct snd_pcm_oss_file *pcm_oss_file)
sound/core/oss/pcm_oss.c
1887
static int snd_pcm_oss_set_format(struct snd_pcm_oss_file *pcm_oss_file, int format)
sound/core/oss/pcm_oss.c
1917
static int snd_pcm_oss_get_format(struct snd_pcm_oss_file *pcm_oss_file)
sound/core/oss/pcm_oss.c
1949
static int snd_pcm_oss_set_subdivide(struct snd_pcm_oss_file *pcm_oss_file, int subdivide)
sound/core/oss/pcm_oss.c
1992
static int snd_pcm_oss_set_fragment(struct snd_pcm_oss_file *pcm_oss_file, unsigned int val)
sound/core/oss/pcm_oss.c
2045
static int snd_pcm_oss_get_caps(struct snd_pcm_oss_file *pcm_oss_file)
sound/core/oss/pcm_oss.c
2068
static int snd_pcm_oss_set_trigger(struct snd_pcm_oss_file *pcm_oss_file, int trigger)
sound/core/oss/pcm_oss.c
2151
static int snd_pcm_oss_get_trigger(struct snd_pcm_oss_file *pcm_oss_file)
sound/core/oss/pcm_oss.c
2171
static int snd_pcm_oss_get_odelay(struct snd_pcm_oss_file *pcm_oss_file)
sound/core/oss/pcm_oss.c
2195
static int snd_pcm_oss_get_ptr(struct snd_pcm_oss_file *pcm_oss_file, int stream, struct count_info __user * _info)
sound/core/oss/pcm_oss.c
2265
static int snd_pcm_oss_get_space(struct snd_pcm_oss_file *pcm_oss_file, int stream, struct audio_buf_info __user *_info)
sound/core/oss/pcm_oss.c
2328
static int snd_pcm_oss_get_mapbuf(struct snd_pcm_oss_file *pcm_oss_file, int stream, struct buffmem_desc __user * _info)
sound/core/oss/pcm_oss.c
2405
static int snd_pcm_oss_release_file(struct snd_pcm_oss_file *pcm_oss_file)
sound/core/oss/pcm_oss.c
2421
struct snd_pcm_oss_file **rpcm_oss_file,
sound/core/oss/pcm_oss.c
2426
struct snd_pcm_oss_file *pcm_oss_file;
sound/core/oss/pcm_oss.c
2493
struct snd_pcm_oss_file *pcm_oss_file;
sound/core/oss/pcm_oss.c
2580
struct snd_pcm_oss_file *pcm_oss_file;
sound/core/oss/pcm_oss.c
2602
struct snd_pcm_oss_file *pcm_oss_file;
sound/core/oss/pcm_oss.c
2779
struct snd_pcm_oss_file *pcm_oss_file;
sound/core/oss/pcm_oss.c
2802
struct snd_pcm_oss_file *pcm_oss_file;
sound/core/oss/pcm_oss.c
2854
struct snd_pcm_oss_file *pcm_oss_file;
sound/core/oss/pcm_oss.c
2886
struct snd_pcm_oss_file ofile;
sound/core/oss/pcm_oss.c
2898
struct snd_pcm_oss_file *pcm_oss_file;
sound/core/oss/pcm_oss.c
51
static int snd_pcm_oss_get_rate(struct snd_pcm_oss_file *pcm_oss_file);
sound/core/oss/pcm_oss.c
52
static int snd_pcm_oss_get_channels(struct snd_pcm_oss_file *pcm_oss_file);
sound/core/oss/pcm_oss.c
53
static int snd_pcm_oss_get_format(struct snd_pcm_oss_file *pcm_oss_file);