Home
last modified time | relevance | path

Searched defs:efw (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/sound/firewire/fireworks/
Dfireworks_stream.c13 init_stream(struct snd_efw *efw, struct amdtp_stream *stream) in init_stream()
44 stop_stream(struct snd_efw *efw, struct amdtp_stream *stream) in stop_stream()
56 start_stream(struct snd_efw *efw, struct amdtp_stream *stream, in start_stream()
110 destroy_stream(struct snd_efw *efw, struct amdtp_stream *stream) in destroy_stream()
124 get_sync_mode(struct snd_efw *efw, enum cip_flags *sync_mode) in get_sync_mode()
141 check_connection_used_by_others(struct snd_efw *efw, struct amdtp_stream *s) in check_connection_used_by_others()
164 int snd_efw_stream_init_duplex(struct snd_efw *efw) in snd_efw_stream_init_duplex()
209 int snd_efw_stream_start_duplex(struct snd_efw *efw, unsigned int rate) in snd_efw_stream_start_duplex()
293 void snd_efw_stream_stop_duplex(struct snd_efw *efw) in snd_efw_stream_stop_duplex()
322 void snd_efw_stream_update_duplex(struct snd_efw *efw) in snd_efw_stream_update_duplex()
[all …]
Dfireworks_pcm.c146 pcm_init_hw_params(struct snd_efw *efw, in pcm_init_hw_params()
197 struct snd_efw *efw = substream->private_data; in pcm_open() local
238 struct snd_efw *efw = substream->private_data; in pcm_close() local
246 struct snd_efw *efw = substream->private_data; in pcm_capture_hw_params() local
264 struct snd_efw *efw = substream->private_data; in pcm_playback_hw_params() local
282 struct snd_efw *efw = substream->private_data; in pcm_capture_hw_free() local
293 struct snd_efw *efw = substream->private_data; in pcm_playback_hw_free() local
305 struct snd_efw *efw = substream->private_data; in pcm_capture_prepare() local
317 struct snd_efw *efw = substream->private_data; in pcm_playback_prepare() local
330 struct snd_efw *efw = substream->private_data; in pcm_capture_trigger() local
[all …]
Dfireworks_midi.c13 struct snd_efw *efw = substream->rmidi->private_data; in midi_capture_open() local
31 struct snd_efw *efw = substream->rmidi->private_data; in midi_playback_open() local
48 struct snd_efw *efw = substream->rmidi->private_data; in midi_capture_close() local
59 struct snd_efw *efw = substream->rmidi->private_data; in midi_playback_close() local
70 struct snd_efw *efw = substrm->rmidi->private_data; in midi_capture_trigger() local
87 struct snd_efw *efw = substrm->rmidi->private_data; in midi_playback_trigger() local
114 static void set_midi_substream_names(struct snd_efw *efw, in set_midi_substream_names()
125 int snd_efw_create_midi_devices(struct snd_efw *efw) in snd_efw_create_midi_devices()
Dfireworks_hwdep.c23 hwdep_read_resp_buf(struct snd_efw *efw, char __user *buf, long remained, in hwdep_read_resp_buf()
76 hwdep_read_locked(struct snd_efw *efw, char __user *buf, long count, in hwdep_read_locked()
99 struct snd_efw *efw = hwdep->private_data; in hwdep_read() local
128 struct snd_efw *efw = hwdep->private_data; in hwdep_write() local
157 struct snd_efw *efw = hwdep->private_data; in hwdep_poll() local
173 hwdep_get_info(struct snd_efw *efw, void __user *arg) in hwdep_get_info()
193 hwdep_lock(struct snd_efw *efw) in hwdep_lock()
212 hwdep_unlock(struct snd_efw *efw) in hwdep_unlock()
233 struct snd_efw *efw = hwdep->private_data; in hwdep_release() local
247 struct snd_efw *efw = hwdep->private_data; in hwdep_ioctl() local
[all …]
Dfireworks_command.c102 efw_transaction(struct snd_efw *efw, unsigned int category, in efw_transaction()
182 int snd_efw_command_set_resp_addr(struct snd_efw *efw, in snd_efw_command_set_resp_addr()
203 int snd_efw_command_set_tx_mode(struct snd_efw *efw, in snd_efw_command_set_tx_mode()
212 int snd_efw_command_get_hwinfo(struct snd_efw *efw, in snd_efw_command_get_hwinfo()
256 int snd_efw_command_get_phys_meters(struct snd_efw *efw, in snd_efw_command_get_phys_meters()
275 command_get_clock(struct snd_efw *efw, struct efc_clock *clock) in command_get_clock()
294 command_set_clock(struct snd_efw *efw, in command_set_clock()
343 int snd_efw_command_get_clock_source(struct snd_efw *efw, in snd_efw_command_get_clock_source()
356 int snd_efw_command_get_sampling_rate(struct snd_efw *efw, unsigned int *rate) in snd_efw_command_get_sampling_rate()
368 int snd_efw_command_set_sampling_rate(struct snd_efw *efw, unsigned int rate) in snd_efw_command_set_sampling_rate()
Dfireworks_proc.c31 struct snd_efw *efw = entry->private_data; in proc_read_hwinfo() local
108 struct snd_efw *efw = entry->private_data; in proc_read_clock() local
131 struct snd_efw *efw = entry->private_data; in proc_read_phys_meters() local
182 struct snd_efw *efw = entry->private_data; in proc_read_queues_state() local
196 add_node(struct snd_efw *efw, struct snd_info_entry *root, const char *name, in add_node()
210 void snd_efw_proc_init(struct snd_efw *efw) in snd_efw_proc_init()
Dfireworks.c73 get_hardware_info(struct snd_efw *efw) in get_hardware_info()
185 struct snd_efw *efw = card->private_data; in efw_card_free() local
207 struct snd_efw *efw; in efw_probe() local
301 struct snd_efw *efw = dev_get_drvdata(&unit->device); in efw_update() local
309 struct snd_efw *efw = dev_get_drvdata(&unit->device); in efw_remove() local
Dfireworks_transaction.c119 copy_resp_to_buf(struct snd_efw *efw, void *data, size_t length, int *rcode) in copy_resp_to_buf()
171 struct snd_efw *efw; in handle_resp_for_user() local
260 void snd_efw_transaction_add_instance(struct snd_efw *efw) in snd_efw_transaction_add_instance()
276 void snd_efw_transaction_remove_instance(struct snd_efw *efw) in snd_efw_transaction_remove_instance()