Symbol: snd_bebob
sound/firewire/bebob/bebob.c
123
struct snd_bebob *bebob = card->private_data;
sound/firewire/bebob/bebob.c
160
static int detect_quirks(struct snd_bebob *bebob, const struct ieee1394_device_id *entry)
sound/firewire/bebob/bebob.c
188
struct snd_bebob *bebob;
sound/firewire/bebob/bebob.c
317
struct snd_bebob *bebob = dev_get_drvdata(&unit->device);
sound/firewire/bebob/bebob.c
327
struct snd_bebob *bebob = dev_get_drvdata(&unit->device);
sound/firewire/bebob/bebob.c
68
name_device(struct snd_bebob *bebob)
sound/firewire/bebob/bebob.h
215
int snd_bebob_stream_get_rate(struct snd_bebob *bebob, unsigned int *rate);
sound/firewire/bebob/bebob.h
216
int snd_bebob_stream_set_rate(struct snd_bebob *bebob, unsigned int rate);
sound/firewire/bebob/bebob.h
217
int snd_bebob_stream_get_clock_src(struct snd_bebob *bebob,
sound/firewire/bebob/bebob.h
219
int snd_bebob_stream_discover(struct snd_bebob *bebob);
sound/firewire/bebob/bebob.h
220
int snd_bebob_stream_init_duplex(struct snd_bebob *bebob);
sound/firewire/bebob/bebob.h
221
int snd_bebob_stream_reserve_duplex(struct snd_bebob *bebob, unsigned int rate,
sound/firewire/bebob/bebob.h
224
int snd_bebob_stream_start_duplex(struct snd_bebob *bebob);
sound/firewire/bebob/bebob.h
225
void snd_bebob_stream_stop_duplex(struct snd_bebob *bebob);
sound/firewire/bebob/bebob.h
226
void snd_bebob_stream_destroy_duplex(struct snd_bebob *bebob);
sound/firewire/bebob/bebob.h
228
void snd_bebob_stream_lock_changed(struct snd_bebob *bebob);
sound/firewire/bebob/bebob.h
229
int snd_bebob_stream_lock_try(struct snd_bebob *bebob);
sound/firewire/bebob/bebob.h
230
void snd_bebob_stream_lock_release(struct snd_bebob *bebob);
sound/firewire/bebob/bebob.h
232
void snd_bebob_proc_init(struct snd_bebob *bebob);
sound/firewire/bebob/bebob.h
234
int snd_bebob_create_midi_devices(struct snd_bebob *bebob);
sound/firewire/bebob/bebob.h
236
int snd_bebob_create_pcm_devices(struct snd_bebob *bebob);
sound/firewire/bebob/bebob.h
238
int snd_bebob_create_hwdep_device(struct snd_bebob *bebob);
sound/firewire/bebob/bebob.h
253
int snd_bebob_maudio_special_discover(struct snd_bebob *bebob, bool is1814);
sound/firewire/bebob/bebob.h
41
struct snd_bebob;
sound/firewire/bebob/bebob.h
61
int (*get)(struct snd_bebob *bebob, unsigned int *id);
sound/firewire/bebob/bebob.h
64
int (*get)(struct snd_bebob *bebob, unsigned int *rate);
sound/firewire/bebob/bebob.h
65
int (*set)(struct snd_bebob *bebob, unsigned int rate);
sound/firewire/bebob/bebob.h
70
int (*get)(struct snd_bebob *bebob, u32 *target, unsigned int size);
sound/firewire/bebob/bebob_focusrite.c
142
saffirepro_both_clk_freq_get(struct snd_bebob *bebob, unsigned int *rate)
sound/firewire/bebob/bebob_focusrite.c
158
saffirepro_both_clk_freq_set(struct snd_bebob *bebob, unsigned int rate)
sound/firewire/bebob/bebob_focusrite.c
177
saffirepro_both_clk_src_get(struct snd_bebob *bebob, unsigned int *id)
sound/firewire/bebob/bebob_focusrite.c
211
saffire_both_clk_src_get(struct snd_bebob *bebob, unsigned int *id)
sound/firewire/bebob/bebob_focusrite.c
232
saffire_meter_get(struct snd_bebob *bebob, u32 *buf, unsigned int size)
sound/firewire/bebob/bebob_focusrite.c
61
saffire_read_block(struct snd_bebob *bebob, u64 offset,
sound/firewire/bebob/bebob_focusrite.c
81
saffire_read_quad(struct snd_bebob *bebob, u64 offset, u32 *value)
sound/firewire/bebob/bebob_focusrite.c
98
saffire_write_quad(struct snd_bebob *bebob, u64 offset, u32 value)
sound/firewire/bebob/bebob_hwdep.c
100
hwdep_unlock(struct snd_bebob *bebob)
sound/firewire/bebob/bebob_hwdep.c
115
struct snd_bebob *bebob = hwdep->private_data;
sound/firewire/bebob/bebob_hwdep.c
128
struct snd_bebob *bebob = hwdep->private_data;
sound/firewire/bebob/bebob_hwdep.c
154
int snd_bebob_create_hwdep_device(struct snd_bebob *bebob)
sound/firewire/bebob/bebob_hwdep.c
22
struct snd_bebob *bebob = hwdep->private_data;
sound/firewire/bebob/bebob_hwdep.c
55
struct snd_bebob *bebob = hwdep->private_data;
sound/firewire/bebob/bebob_hwdep.c
67
hwdep_get_info(struct snd_bebob *bebob, void __user *arg)
sound/firewire/bebob/bebob_hwdep.c
87
hwdep_lock(struct snd_bebob *bebob)
sound/firewire/bebob/bebob_maudio.c
138
get_meter(struct snd_bebob *bebob, void *buf, unsigned int size)
sound/firewire/bebob/bebob_maudio.c
146
check_clk_sync(struct snd_bebob *bebob, unsigned int size, bool *sync)
sound/firewire/bebob/bebob_maudio.c
171
avc_maudio_set_special_clk(struct snd_bebob *bebob, unsigned int clk_src,
sound/firewire/bebob/bebob_maudio.c
228
special_stream_formation_set(struct snd_bebob *bebob)
sound/firewire/bebob/bebob_maudio.c
256
static int add_special_controls(struct snd_bebob *bebob);
sound/firewire/bebob/bebob_maudio.c
258
snd_bebob_maudio_special_discover(struct snd_bebob *bebob, bool is1814)
sound/firewire/bebob/bebob_maudio.c
300
static int special_get_rate(struct snd_bebob *bebob, unsigned int *rate)
sound/firewire/bebob/bebob_maudio.c
312
static int special_set_rate(struct snd_bebob *bebob, unsigned int rate)
sound/firewire/bebob/bebob_maudio.c
347
static int special_clk_get(struct snd_bebob *bebob, unsigned int *id)
sound/firewire/bebob/bebob_maudio.c
368
struct snd_bebob *bebob = snd_kcontrol_chip(kctl);
sound/firewire/bebob/bebob_maudio.c
376
struct snd_bebob *bebob = snd_kcontrol_chip(kctl);
sound/firewire/bebob/bebob_maudio.c
418
struct snd_bebob *bebob = snd_kcontrol_chip(kctl);
sound/firewire/bebob/bebob_maudio.c
450
struct snd_bebob *bebob = snd_kcontrol_chip(kctl);
sound/firewire/bebob/bebob_maudio.c
478
struct snd_bebob *bebob = snd_kcontrol_chip(kctl);
sound/firewire/bebob/bebob_maudio.c
536
struct snd_bebob *bebob = snd_kcontrol_chip(kctl);
sound/firewire/bebob/bebob_maudio.c
546
struct snd_bebob *bebob = snd_kcontrol_chip(kctl);
sound/firewire/bebob/bebob_maudio.c
577
static int add_special_controls(struct snd_bebob *bebob)
sound/firewire/bebob/bebob_maudio.c
617
special_meter_get(struct snd_bebob *bebob, u32 *target, unsigned int size)
sound/firewire/bebob/bebob_maudio.c
676
normal_meter_get(struct snd_bebob *bebob, u32 *buf, unsigned int size)
sound/firewire/bebob/bebob_midi.c
12
struct snd_bebob *bebob = substream->rmidi->private_data;
sound/firewire/bebob/bebob_midi.c
36
struct snd_bebob *bebob = substream->rmidi->private_data;
sound/firewire/bebob/bebob_midi.c
49
struct snd_bebob *bebob = substrm->rmidi->private_data;
sound/firewire/bebob/bebob_midi.c
63
struct snd_bebob *bebob = substrm->rmidi->private_data;
sound/firewire/bebob/bebob_midi.c
75
static void set_midi_substream_names(struct snd_bebob *bebob,
sound/firewire/bebob/bebob_midi.c
87
int snd_bebob_create_midi_devices(struct snd_bebob *bebob)
sound/firewire/bebob/bebob_pcm.c
134
struct snd_bebob *bebob = substream->private_data;
sound/firewire/bebob/bebob_pcm.c
199
struct snd_bebob *bebob = substream->private_data;
sound/firewire/bebob/bebob_pcm.c
207
struct snd_bebob *bebob = substream->private_data;
sound/firewire/bebob/bebob_pcm.c
227
struct snd_bebob *bebob = substream->private_data;
sound/firewire/bebob/bebob_pcm.c
242
struct snd_bebob *bebob = substream->private_data;
sound/firewire/bebob/bebob_pcm.c
254
struct snd_bebob *bebob = substream->private_data;
sound/firewire/bebob/bebob_pcm.c
267
struct snd_bebob *bebob = substream->private_data;
sound/firewire/bebob/bebob_pcm.c
285
struct snd_bebob *bebob = substream->private_data;
sound/firewire/bebob/bebob_pcm.c
303
struct snd_bebob *bebob = sbstrm->private_data;
sound/firewire/bebob/bebob_pcm.c
310
struct snd_bebob *bebob = sbstrm->private_data;
sound/firewire/bebob/bebob_pcm.c
318
struct snd_bebob *bebob = substream->private_data;
sound/firewire/bebob/bebob_pcm.c
325
struct snd_bebob *bebob = substream->private_data;
sound/firewire/bebob/bebob_pcm.c
330
int snd_bebob_create_pcm_devices(struct snd_bebob *bebob)
sound/firewire/bebob/bebob_pcm.c
95
pcm_init_hw_params(struct snd_bebob *bebob,
sound/firewire/bebob/bebob_proc.c
107
struct snd_bebob *bebob = entry->private_data;
sound/firewire/bebob/bebob_proc.c
139
struct snd_bebob *bebob = entry->private_data;
sound/firewire/bebob/bebob_proc.c
159
add_node(struct snd_bebob *bebob, struct snd_info_entry *root, const char *name,
sound/firewire/bebob/bebob_proc.c
169
void snd_bebob_proc_init(struct snd_bebob *bebob)
sound/firewire/bebob/bebob_proc.c
38
struct snd_bebob *bebob = entry->private_data;
sound/firewire/bebob/bebob_proc.c
74
struct snd_bebob *bebob = entry->private_data;
sound/firewire/bebob/bebob_stream.c
119
int snd_bebob_stream_get_clock_src(struct snd_bebob *bebob,
sound/firewire/bebob/bebob_stream.c
254
static int map_data_channels(struct snd_bebob *bebob, struct amdtp_stream *s)
sound/firewire/bebob/bebob_stream.c
377
check_connection_used_by_others(struct snd_bebob *bebob, struct amdtp_stream *s)
sound/firewire/bebob/bebob_stream.c
400
static void break_both_connections(struct snd_bebob *bebob)
sound/firewire/bebob/bebob_stream.c
406
static int start_stream(struct snd_bebob *bebob, struct amdtp_stream *stream)
sound/firewire/bebob/bebob_stream.c
431
static int init_stream(struct snd_bebob *bebob, struct amdtp_stream *stream)
sound/firewire/bebob/bebob_stream.c
467
static void destroy_stream(struct snd_bebob *bebob, struct amdtp_stream *stream)
sound/firewire/bebob/bebob_stream.c
477
int snd_bebob_stream_init_duplex(struct snd_bebob *bebob)
sound/firewire/bebob/bebob_stream.c
500
static int keep_resources(struct snd_bebob *bebob, struct amdtp_stream *stream,
sound/firewire/bebob/bebob_stream.c
525
int snd_bebob_stream_reserve_duplex(struct snd_bebob *bebob, unsigned int rate,
sound/firewire/bebob/bebob_stream.c
593
int snd_bebob_stream_start_duplex(struct snd_bebob *bebob)
sound/firewire/bebob/bebob_stream.c
63
snd_bebob_stream_get_rate(struct snd_bebob *bebob, unsigned int *curr_rate)
sound/firewire/bebob/bebob_stream.c
676
void snd_bebob_stream_stop_duplex(struct snd_bebob *bebob)
sound/firewire/bebob/bebob_stream.c
691
void snd_bebob_stream_destroy_duplex(struct snd_bebob *bebob)
sound/firewire/bebob/bebob_stream.c
774
static int fill_stream_formations(struct snd_bebob *bebob, u8 addr[AVC_BRIDGECO_ADDR_BYTES],
sound/firewire/bebob/bebob_stream.c
822
static int detect_midi_ports(struct snd_bebob *bebob,
sound/firewire/bebob/bebob_stream.c
871
seek_msu_sync_input_plug(struct snd_bebob *bebob)
sound/firewire/bebob/bebob_stream.c
908
int snd_bebob_stream_discover(struct snd_bebob *bebob)
sound/firewire/bebob/bebob_stream.c
959
void snd_bebob_stream_lock_changed(struct snd_bebob *bebob)
sound/firewire/bebob/bebob_stream.c
96
snd_bebob_stream_set_rate(struct snd_bebob *bebob, unsigned int rate)
sound/firewire/bebob/bebob_stream.c
965
int snd_bebob_stream_lock_try(struct snd_bebob *bebob)
sound/firewire/bebob/bebob_stream.c
979
void snd_bebob_stream_lock_release(struct snd_bebob *bebob)
sound/firewire/bebob/bebob_terratec.c
16
phase88_rack_clk_src_get(struct snd_bebob *bebob, unsigned int *id)
sound/firewire/bebob/bebob_yamaha_terratec.c
38
clk_src_get(struct snd_bebob *bebob, unsigned int *id)