Searched defs:oxfw (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/sound/firewire/oxfw/ |
D | oxfw-stream.c | 42 static int set_rate(struct snd_oxfw *oxfw, unsigned int rate) in set_rate() 58 static int set_stream_format(struct snd_oxfw *oxfw, struct amdtp_stream *s, in set_stream_format() 104 static void stop_stream(struct snd_oxfw *oxfw, struct amdtp_stream *stream) in stop_stream() 115 static int start_stream(struct snd_oxfw *oxfw, struct amdtp_stream *stream, in start_stream() 185 static int check_connection_used_by_others(struct snd_oxfw *oxfw, in check_connection_used_by_others() 209 int snd_oxfw_stream_init_simplex(struct snd_oxfw *oxfw, in snd_oxfw_stream_init_simplex() 254 int snd_oxfw_stream_start_simplex(struct snd_oxfw *oxfw, in snd_oxfw_stream_start_simplex() 343 void snd_oxfw_stream_stop_simplex(struct snd_oxfw *oxfw, in snd_oxfw_stream_stop_simplex() 357 void snd_oxfw_stream_destroy_simplex(struct snd_oxfw *oxfw, in snd_oxfw_stream_destroy_simplex() 371 void snd_oxfw_stream_update_simplex(struct snd_oxfw *oxfw, in snd_oxfw_stream_update_simplex() [all …]
|
D | oxfw-pcm.c | 121 static int init_hw_params(struct snd_oxfw *oxfw, in init_hw_params() 168 struct snd_oxfw *oxfw = substream->private_data; in limit_to_current_params() local 192 struct snd_oxfw *oxfw = substream->private_data; in pcm_open() local 224 struct snd_oxfw *oxfw = substream->private_data; in pcm_close() local 233 struct snd_oxfw *oxfw = substream->private_data; in pcm_capture_hw_params() local 254 struct snd_oxfw *oxfw = substream->private_data; in pcm_playback_hw_params() local 275 struct snd_oxfw *oxfw = substream->private_data; in pcm_capture_hw_free() local 290 struct snd_oxfw *oxfw = substream->private_data; in pcm_playback_hw_free() local 306 struct snd_oxfw *oxfw = substream->private_data; in pcm_capture_prepare() local 323 struct snd_oxfw *oxfw = substream->private_data; in pcm_playback_prepare() local [all …]
|
D | oxfw-midi.c | 13 struct snd_oxfw *oxfw = substream->rmidi->private_data; in midi_capture_open() local 35 struct snd_oxfw *oxfw = substream->rmidi->private_data; in midi_playback_open() local 57 struct snd_oxfw *oxfw = substream->rmidi->private_data; in midi_capture_close() local 72 struct snd_oxfw *oxfw = substream->rmidi->private_data; in midi_playback_close() local 87 struct snd_oxfw *oxfw = substrm->rmidi->private_data; in midi_capture_trigger() local 104 struct snd_oxfw *oxfw = substrm->rmidi->private_data; in midi_playback_trigger() local 131 static void set_midi_substream_names(struct snd_oxfw *oxfw, in set_midi_substream_names() 143 int snd_oxfw_create_midi(struct snd_oxfw *oxfw) in snd_oxfw_create_midi()
|
D | oxfw-hwdep.c | 22 struct snd_oxfw *oxfw = hwdep->private_data; in hwdep_read() local 58 struct snd_oxfw *oxfw = hwdep->private_data; in hwdep_poll() local 73 static int hwdep_get_info(struct snd_oxfw *oxfw, void __user *arg) in hwdep_get_info() 92 static int hwdep_lock(struct snd_oxfw *oxfw) in hwdep_lock() 110 static int hwdep_unlock(struct snd_oxfw *oxfw) in hwdep_unlock() 130 struct snd_oxfw *oxfw = hwdep->private_data; in hwdep_release() local 143 struct snd_oxfw *oxfw = hwdep->private_data; in hwdep_ioctl() local 168 int snd_oxfw_create_hwdep(struct snd_oxfw *oxfw) in snd_oxfw_create_hwdep()
|
D | oxfw-control.c | 17 static int oxfw_mute_command(struct snd_oxfw *oxfw, bool *value, in oxfw_mute_command() 73 static int oxfw_volume_command(struct snd_oxfw *oxfw, s16 *value, in oxfw_volume_command() 137 struct snd_oxfw *oxfw = control->private_data; in oxfw_mute_get() local 147 struct snd_oxfw *oxfw = control->private_data; in oxfw_mute_put() local 167 struct snd_oxfw *oxfw = control->private_data; in oxfw_volume_info() local 182 struct snd_oxfw *oxfw = control->private_data; in oxfw_volume_get() local 194 struct snd_oxfw *oxfw = control->private_data; in oxfw_volume_put() local 233 int snd_oxfw_create_mixer(struct snd_oxfw *oxfw) in snd_oxfw_create_mixer()
|
D | oxfw.c | 59 static int name_card(struct snd_oxfw *oxfw) in name_card() 118 struct snd_oxfw *oxfw = card->private_data; in oxfw_card_free() local 135 static void detect_quirks(struct snd_oxfw *oxfw) in detect_quirks() 173 struct snd_oxfw *oxfw; in oxfw_probe() local 249 struct snd_oxfw *oxfw = dev_get_drvdata(&unit->device); in oxfw_bus_reset() local 264 struct snd_oxfw *oxfw = dev_get_drvdata(&unit->device); in oxfw_remove() local
|
D | oxfw-proc.c | 14 struct snd_oxfw *oxfw = entry->private_data; in proc_read_formation() local 78 static void add_node(struct snd_oxfw *oxfw, struct snd_info_entry *root, in add_node() 94 void snd_oxfw_proc_init(struct snd_oxfw *oxfw) in snd_oxfw_proc_init()
|