Symbol: snd_efw
sound/firewire/fireworks/fireworks.c
189
struct snd_efw *efw = card->private_data;
sound/firewire/fireworks/fireworks.c
206
struct snd_efw *efw;
sound/firewire/fireworks/fireworks.c
282
struct snd_efw *efw = dev_get_drvdata(&unit->device);
sound/firewire/fireworks/fireworks.c
292
struct snd_efw *efw = dev_get_drvdata(&unit->device);
sound/firewire/fireworks/fireworks.c
72
get_hardware_info(struct snd_efw *efw)
sound/firewire/fireworks/fireworks.h
119
void snd_efw_transaction_add_instance(struct snd_efw *efw);
sound/firewire/fireworks/fireworks.h
120
void snd_efw_transaction_remove_instance(struct snd_efw *efw);
sound/firewire/fireworks/fireworks.h
192
int snd_efw_command_set_resp_addr(struct snd_efw *efw,
sound/firewire/fireworks/fireworks.h
194
int snd_efw_command_set_tx_mode(struct snd_efw *efw,
sound/firewire/fireworks/fireworks.h
196
int snd_efw_command_get_hwinfo(struct snd_efw *efw,
sound/firewire/fireworks/fireworks.h
198
int snd_efw_command_get_phys_meters(struct snd_efw *efw,
sound/firewire/fireworks/fireworks.h
201
int snd_efw_command_get_clock_source(struct snd_efw *efw,
sound/firewire/fireworks/fireworks.h
203
int snd_efw_command_get_sampling_rate(struct snd_efw *efw, unsigned int *rate);
sound/firewire/fireworks/fireworks.h
204
int snd_efw_command_set_sampling_rate(struct snd_efw *efw, unsigned int rate);
sound/firewire/fireworks/fireworks.h
206
int snd_efw_stream_init_duplex(struct snd_efw *efw);
sound/firewire/fireworks/fireworks.h
207
int snd_efw_stream_reserve_duplex(struct snd_efw *efw, unsigned int rate,
sound/firewire/fireworks/fireworks.h
210
int snd_efw_stream_start_duplex(struct snd_efw *efw);
sound/firewire/fireworks/fireworks.h
211
void snd_efw_stream_stop_duplex(struct snd_efw *efw);
sound/firewire/fireworks/fireworks.h
212
void snd_efw_stream_update_duplex(struct snd_efw *efw);
sound/firewire/fireworks/fireworks.h
213
void snd_efw_stream_destroy_duplex(struct snd_efw *efw);
sound/firewire/fireworks/fireworks.h
214
void snd_efw_stream_lock_changed(struct snd_efw *efw);
sound/firewire/fireworks/fireworks.h
215
int snd_efw_stream_lock_try(struct snd_efw *efw);
sound/firewire/fireworks/fireworks.h
216
void snd_efw_stream_lock_release(struct snd_efw *efw);
sound/firewire/fireworks/fireworks.h
218
void snd_efw_proc_init(struct snd_efw *efw);
sound/firewire/fireworks/fireworks.h
220
int snd_efw_create_midi_devices(struct snd_efw *efw);
sound/firewire/fireworks/fireworks.h
222
int snd_efw_create_pcm_devices(struct snd_efw *efw);
sound/firewire/fireworks/fireworks.h
225
int snd_efw_create_hwdep_device(struct snd_efw *efw);
sound/firewire/fireworks/fireworks_command.c
101
efw_transaction(struct snd_efw *efw, unsigned int category,
sound/firewire/fireworks/fireworks_command.c
181
int snd_efw_command_set_resp_addr(struct snd_efw *efw,
sound/firewire/fireworks/fireworks_command.c
202
int snd_efw_command_set_tx_mode(struct snd_efw *efw,
sound/firewire/fireworks/fireworks_command.c
211
int snd_efw_command_get_hwinfo(struct snd_efw *efw,
sound/firewire/fireworks/fireworks_command.c
255
int snd_efw_command_get_phys_meters(struct snd_efw *efw,
sound/firewire/fireworks/fireworks_command.c
274
command_get_clock(struct snd_efw *efw, struct efc_clock *clock)
sound/firewire/fireworks/fireworks_command.c
293
command_set_clock(struct snd_efw *efw,
sound/firewire/fireworks/fireworks_command.c
342
int snd_efw_command_get_clock_source(struct snd_efw *efw,
sound/firewire/fireworks/fireworks_command.c
355
int snd_efw_command_get_sampling_rate(struct snd_efw *efw, unsigned int *rate)
sound/firewire/fireworks/fireworks_command.c
367
int snd_efw_command_set_sampling_rate(struct snd_efw *efw, unsigned int rate)
sound/firewire/fireworks/fireworks_hwdep.c
123
struct snd_efw *efw = hwdep->private_data;
sound/firewire/fireworks/fireworks_hwdep.c
159
struct snd_efw *efw = hwdep->private_data;
sound/firewire/fireworks/fireworks_hwdep.c
188
struct snd_efw *efw = hwdep->private_data;
sound/firewire/fireworks/fireworks_hwdep.c
202
hwdep_get_info(struct snd_efw *efw, void __user *arg)
sound/firewire/fireworks/fireworks_hwdep.c
22
hwdep_read_resp_buf(struct snd_efw *efw, char __user *buf, long remained,
sound/firewire/fireworks/fireworks_hwdep.c
222
hwdep_lock(struct snd_efw *efw)
sound/firewire/fireworks/fireworks_hwdep.c
235
hwdep_unlock(struct snd_efw *efw)
sound/firewire/fireworks/fireworks_hwdep.c
250
struct snd_efw *efw = hwdep->private_data;
sound/firewire/fireworks/fireworks_hwdep.c
263
struct snd_efw *efw = hwdep->private_data;
sound/firewire/fireworks/fireworks_hwdep.c
289
int snd_efw_create_hwdep_device(struct snd_efw *efw)
sound/firewire/fireworks/fireworks_hwdep.c
99
hwdep_read_locked(struct snd_efw *efw, char __user *buf, long count,
sound/firewire/fireworks/fireworks_midi.c
12
struct snd_efw *efw = substream->rmidi->private_data;
sound/firewire/fireworks/fireworks_midi.c
35
struct snd_efw *efw = substream->rmidi->private_data;
sound/firewire/fireworks/fireworks_midi.c
48
struct snd_efw *efw = substrm->rmidi->private_data;
sound/firewire/fireworks/fireworks_midi.c
62
struct snd_efw *efw = substrm->rmidi->private_data;
sound/firewire/fireworks/fireworks_midi.c
74
static void set_midi_substream_names(struct snd_efw *efw,
sound/firewire/fireworks/fireworks_midi.c
85
int snd_efw_create_midi_devices(struct snd_efw *efw)
sound/firewire/fireworks/fireworks_pcm.c
132
pcm_init_hw_params(struct snd_efw *efw,
sound/firewire/fireworks/fireworks_pcm.c
175
struct snd_efw *efw = substream->private_data;
sound/firewire/fireworks/fireworks_pcm.c
234
struct snd_efw *efw = substream->private_data;
sound/firewire/fireworks/fireworks_pcm.c
242
struct snd_efw *efw = substream->private_data;
sound/firewire/fireworks/fireworks_pcm.c
262
struct snd_efw *efw = substream->private_data;
sound/firewire/fireworks/fireworks_pcm.c
276
struct snd_efw *efw = substream->private_data;
sound/firewire/fireworks/fireworks_pcm.c
287
struct snd_efw *efw = substream->private_data;
sound/firewire/fireworks/fireworks_pcm.c
299
struct snd_efw *efw = substream->private_data;
sound/firewire/fireworks/fireworks_pcm.c
316
struct snd_efw *efw = substream->private_data;
sound/firewire/fireworks/fireworks_pcm.c
334
struct snd_efw *efw = sbstrm->private_data;
sound/firewire/fireworks/fireworks_pcm.c
340
struct snd_efw *efw = sbstrm->private_data;
sound/firewire/fireworks/fireworks_pcm.c
347
struct snd_efw *efw = substream->private_data;
sound/firewire/fireworks/fireworks_pcm.c
354
struct snd_efw *efw = substream->private_data;
sound/firewire/fireworks/fireworks_pcm.c
359
int snd_efw_create_pcm_devices(struct snd_efw *efw)
sound/firewire/fireworks/fireworks_proc.c
107
struct snd_efw *efw = entry->private_data;
sound/firewire/fireworks/fireworks_proc.c
130
struct snd_efw *efw = entry->private_data;
sound/firewire/fireworks/fireworks_proc.c
181
struct snd_efw *efw = entry->private_data;
sound/firewire/fireworks/fireworks_proc.c
195
add_node(struct snd_efw *efw, struct snd_info_entry *root, const char *name,
sound/firewire/fireworks/fireworks_proc.c
205
void snd_efw_proc_init(struct snd_efw *efw)
sound/firewire/fireworks/fireworks_proc.c
30
struct snd_efw *efw = entry->private_data;
sound/firewire/fireworks/fireworks_stream.c
105
check_connection_used_by_others(struct snd_efw *efw, struct amdtp_stream *s)
sound/firewire/fireworks/fireworks_stream.c
11
static int init_stream(struct snd_efw *efw, struct amdtp_stream *stream)
sound/firewire/fireworks/fireworks_stream.c
128
int snd_efw_stream_init_duplex(struct snd_efw *efw)
sound/firewire/fireworks/fireworks_stream.c
159
static int keep_resources(struct snd_efw *efw, struct amdtp_stream *stream,
sound/firewire/fireworks/fireworks_stream.c
185
int snd_efw_stream_reserve_duplex(struct snd_efw *efw, unsigned int rate,
sound/firewire/fireworks/fireworks_stream.c
247
int snd_efw_stream_start_duplex(struct snd_efw *efw)
sound/firewire/fireworks/fireworks_stream.c
308
void snd_efw_stream_stop_duplex(struct snd_efw *efw)
sound/firewire/fireworks/fireworks_stream.c
321
void snd_efw_stream_update_duplex(struct snd_efw *efw)
sound/firewire/fireworks/fireworks_stream.c
332
void snd_efw_stream_destroy_duplex(struct snd_efw *efw)
sound/firewire/fireworks/fireworks_stream.c
340
void snd_efw_stream_lock_changed(struct snd_efw *efw)
sound/firewire/fireworks/fireworks_stream.c
346
int snd_efw_stream_lock_try(struct snd_efw *efw)
sound/firewire/fireworks/fireworks_stream.c
360
void snd_efw_stream_lock_release(struct snd_efw *efw)
sound/firewire/fireworks/fireworks_stream.c
65
static int start_stream(struct snd_efw *efw, struct amdtp_stream *stream,
sound/firewire/fireworks/fireworks_stream.c
94
static void destroy_stream(struct snd_efw *efw, struct amdtp_stream *stream)
sound/firewire/fireworks/fireworks_transaction.c
118
copy_resp_to_buf(struct snd_efw *efw, void *data, size_t length, int *rcode)
sound/firewire/fireworks/fireworks_transaction.c
167
struct snd_efw *efw;
sound/firewire/fireworks/fireworks_transaction.c
252
void snd_efw_transaction_add_instance(struct snd_efw *efw)
sound/firewire/fireworks/fireworks_transaction.c
266
void snd_efw_transaction_remove_instance(struct snd_efw *efw)
sound/firewire/fireworks/fireworks_transaction.c
41
static struct snd_efw *instances[SNDRV_CARDS] = SNDRV_DEFAULT_PTR;