Searched refs:snd_oxfw (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/sound/firewire/oxfw/ |
D | oxfw.h | 37 struct snd_oxfw { struct 102 int snd_oxfw_stream_init_simplex(struct snd_oxfw *oxfw, 104 int snd_oxfw_stream_start_simplex(struct snd_oxfw *oxfw, 107 void snd_oxfw_stream_stop_simplex(struct snd_oxfw *oxfw, 109 void snd_oxfw_stream_destroy_simplex(struct snd_oxfw *oxfw, 111 void snd_oxfw_stream_update_simplex(struct snd_oxfw *oxfw, 121 int snd_oxfw_stream_get_current_formation(struct snd_oxfw *oxfw, 125 int snd_oxfw_stream_discover(struct snd_oxfw *oxfw); 127 void snd_oxfw_stream_lock_changed(struct snd_oxfw *oxfw); 128 int snd_oxfw_stream_lock_try(struct snd_oxfw *oxfw); [all …]
|
D | oxfw-pcm.c | 109 static int init_hw_params(struct snd_oxfw *oxfw, in init_hw_params() 148 struct snd_oxfw *oxfw = substream->private_data; in limit_to_current_params() 172 struct snd_oxfw *oxfw = substream->private_data; in pcm_open() 204 struct snd_oxfw *oxfw = substream->private_data; in pcm_close() 213 struct snd_oxfw *oxfw = substream->private_data; in pcm_capture_hw_params() 232 struct snd_oxfw *oxfw = substream->private_data; in pcm_playback_hw_params() 251 struct snd_oxfw *oxfw = substream->private_data; in pcm_capture_hw_free() 266 struct snd_oxfw *oxfw = substream->private_data; in pcm_playback_hw_free() 282 struct snd_oxfw *oxfw = substream->private_data; in pcm_capture_prepare() 299 struct snd_oxfw *oxfw = substream->private_data; in pcm_playback_prepare() [all …]
|
D | oxfw-hwdep.c | 22 struct snd_oxfw *oxfw = hwdep->private_data; in hwdep_read() 58 struct snd_oxfw *oxfw = hwdep->private_data; in hwdep_poll() 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() 143 struct snd_oxfw *oxfw = hwdep->private_data; in hwdep_ioctl() 168 int snd_oxfw_create_hwdep(struct snd_oxfw *oxfw) in snd_oxfw_create_hwdep()
|
D | oxfw-midi.c | 13 struct snd_oxfw *oxfw = substream->rmidi->private_data; in midi_capture_open() 35 struct snd_oxfw *oxfw = substream->rmidi->private_data; in midi_playback_open() 57 struct snd_oxfw *oxfw = substream->rmidi->private_data; in midi_capture_close() 72 struct snd_oxfw *oxfw = substream->rmidi->private_data; in midi_playback_close() 87 struct snd_oxfw *oxfw = substrm->rmidi->private_data; in midi_capture_trigger() 104 struct snd_oxfw *oxfw = substrm->rmidi->private_data; in midi_playback_trigger() 119 static void set_midi_substream_names(struct snd_oxfw *oxfw, in set_midi_substream_names() 131 int snd_oxfw_create_midi(struct snd_oxfw *oxfw) in snd_oxfw_create_midi()
|
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() 253 int snd_oxfw_stream_start_simplex(struct snd_oxfw *oxfw, in snd_oxfw_stream_start_simplex() 342 void snd_oxfw_stream_stop_simplex(struct snd_oxfw *oxfw, in snd_oxfw_stream_stop_simplex() 356 void snd_oxfw_stream_destroy_simplex(struct snd_oxfw *oxfw, in snd_oxfw_stream_destroy_simplex() 370 void snd_oxfw_stream_update_simplex(struct snd_oxfw *oxfw, in snd_oxfw_stream_update_simplex() [all …]
|
D | oxfw.c | 62 static int name_card(struct snd_oxfw *oxfw) in name_card() 116 static void oxfw_free(struct snd_oxfw *oxfw) in oxfw_free() 147 static int detect_quirks(struct snd_oxfw *oxfw) in detect_quirks() 210 struct snd_oxfw *oxfw = container_of(work, struct snd_oxfw, dwork.work); in do_registration() 290 struct snd_oxfw *oxfw; in oxfw_probe() 296 oxfw = kzalloc(sizeof(struct snd_oxfw), GFP_KERNEL); in oxfw_probe() 317 struct snd_oxfw *oxfw = dev_get_drvdata(&unit->device); in oxfw_bus_reset() 340 struct snd_oxfw *oxfw = dev_get_drvdata(&unit->device); in oxfw_remove()
|
D | oxfw-spkr.c | 148 struct snd_oxfw *oxfw = control->private_data; in spkr_mute_get() 159 struct snd_oxfw *oxfw = control->private_data; in spkr_mute_put() 181 struct snd_oxfw *oxfw = control->private_data; in spkr_volume_info() 197 struct snd_oxfw *oxfw = control->private_data; in spkr_volume_get() 210 struct snd_oxfw *oxfw = control->private_data; in spkr_volume_put() 251 int snd_oxfw_add_spkr(struct snd_oxfw *oxfw, bool is_lacie) in snd_oxfw_add_spkr()
|
D | oxfw-proc.c | 14 struct snd_oxfw *oxfw = entry->private_data; in proc_read_formation() 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()
|
D | oxfw-scs1x.c | 335 static int register_address(struct snd_oxfw *oxfw) in register_address() 353 void snd_oxfw_scs1x_update(struct snd_oxfw *oxfw) in snd_oxfw_scs1x_update() 358 int snd_oxfw_scs1x_add(struct snd_oxfw *oxfw) in snd_oxfw_scs1x_add()
|