snd_bebob          69 sound/firewire/bebob/bebob.c name_device(struct snd_bebob *bebob)
snd_bebob         131 sound/firewire/bebob/bebob.c 	struct snd_bebob *bebob = card->private_data;
snd_bebob         168 sound/firewire/bebob/bebob.c 	struct snd_bebob *bebob =
snd_bebob         169 sound/firewire/bebob/bebob.c 			container_of(work, struct snd_bebob, dwork.work);
snd_bebob         249 sound/firewire/bebob/bebob.c 	struct snd_bebob *bebob;
snd_bebob         271 sound/firewire/bebob/bebob.c 	bebob = devm_kzalloc(&unit->device, sizeof(struct snd_bebob),
snd_bebob         328 sound/firewire/bebob/bebob.c 	struct snd_bebob *bebob = dev_get_drvdata(&unit->device);
snd_bebob         342 sound/firewire/bebob/bebob.c 	struct snd_bebob *bebob = dev_get_drvdata(&unit->device);
snd_bebob          41 sound/firewire/bebob/bebob.h struct snd_bebob;
snd_bebob          61 sound/firewire/bebob/bebob.h 	int (*get)(struct snd_bebob *bebob, unsigned int *id);
snd_bebob          64 sound/firewire/bebob/bebob.h 	int (*get)(struct snd_bebob *bebob, unsigned int *rate);
snd_bebob          65 sound/firewire/bebob/bebob.h 	int (*set)(struct snd_bebob *bebob, unsigned int rate);
snd_bebob          70 sound/firewire/bebob/bebob.h 	int (*get)(struct snd_bebob *bebob, u32 *target, unsigned int size);
snd_bebob         214 sound/firewire/bebob/bebob.h int snd_bebob_stream_get_rate(struct snd_bebob *bebob, unsigned int *rate);
snd_bebob         215 sound/firewire/bebob/bebob.h int snd_bebob_stream_set_rate(struct snd_bebob *bebob, unsigned int rate);
snd_bebob         216 sound/firewire/bebob/bebob.h int snd_bebob_stream_get_clock_src(struct snd_bebob *bebob,
snd_bebob         218 sound/firewire/bebob/bebob.h int snd_bebob_stream_discover(struct snd_bebob *bebob);
snd_bebob         219 sound/firewire/bebob/bebob.h int snd_bebob_stream_init_duplex(struct snd_bebob *bebob);
snd_bebob         220 sound/firewire/bebob/bebob.h int snd_bebob_stream_reserve_duplex(struct snd_bebob *bebob, unsigned int rate);
snd_bebob         221 sound/firewire/bebob/bebob.h int snd_bebob_stream_start_duplex(struct snd_bebob *bebob);
snd_bebob         222 sound/firewire/bebob/bebob.h void snd_bebob_stream_stop_duplex(struct snd_bebob *bebob);
snd_bebob         223 sound/firewire/bebob/bebob.h void snd_bebob_stream_destroy_duplex(struct snd_bebob *bebob);
snd_bebob         225 sound/firewire/bebob/bebob.h void snd_bebob_stream_lock_changed(struct snd_bebob *bebob);
snd_bebob         226 sound/firewire/bebob/bebob.h int snd_bebob_stream_lock_try(struct snd_bebob *bebob);
snd_bebob         227 sound/firewire/bebob/bebob.h void snd_bebob_stream_lock_release(struct snd_bebob *bebob);
snd_bebob         229 sound/firewire/bebob/bebob.h void snd_bebob_proc_init(struct snd_bebob *bebob);
snd_bebob         231 sound/firewire/bebob/bebob.h int snd_bebob_create_midi_devices(struct snd_bebob *bebob);
snd_bebob         233 sound/firewire/bebob/bebob.h int snd_bebob_create_pcm_devices(struct snd_bebob *bebob);
snd_bebob         235 sound/firewire/bebob/bebob.h int snd_bebob_create_hwdep_device(struct snd_bebob *bebob);
snd_bebob         250 sound/firewire/bebob/bebob.h int snd_bebob_maudio_special_discover(struct snd_bebob *bebob, bool is1814);
snd_bebob          61 sound/firewire/bebob/bebob_focusrite.c saffire_read_block(struct snd_bebob *bebob, u64 offset,
snd_bebob          81 sound/firewire/bebob/bebob_focusrite.c saffire_read_quad(struct snd_bebob *bebob, u64 offset, u32 *value)
snd_bebob          98 sound/firewire/bebob/bebob_focusrite.c saffire_write_quad(struct snd_bebob *bebob, u64 offset, u32 value)
snd_bebob         142 sound/firewire/bebob/bebob_focusrite.c saffirepro_both_clk_freq_get(struct snd_bebob *bebob, unsigned int *rate)
snd_bebob         158 sound/firewire/bebob/bebob_focusrite.c saffirepro_both_clk_freq_set(struct snd_bebob *bebob, unsigned int rate)
snd_bebob         177 sound/firewire/bebob/bebob_focusrite.c saffirepro_both_clk_src_get(struct snd_bebob *bebob, unsigned int *id)
snd_bebob         211 sound/firewire/bebob/bebob_focusrite.c saffire_both_clk_src_get(struct snd_bebob *bebob, unsigned int *id)
snd_bebob         232 sound/firewire/bebob/bebob_focusrite.c saffire_meter_get(struct snd_bebob *bebob, u32 *buf, unsigned int size)
snd_bebob          22 sound/firewire/bebob/bebob_hwdep.c 	struct snd_bebob *bebob = hwdep->private_data;
snd_bebob          58 sound/firewire/bebob/bebob_hwdep.c 	struct snd_bebob *bebob = hwdep->private_data;
snd_bebob          74 sound/firewire/bebob/bebob_hwdep.c hwdep_get_info(struct snd_bebob *bebob, void __user *arg)
snd_bebob          94 sound/firewire/bebob/bebob_hwdep.c hwdep_lock(struct snd_bebob *bebob)
snd_bebob         113 sound/firewire/bebob/bebob_hwdep.c hwdep_unlock(struct snd_bebob *bebob)
snd_bebob         134 sound/firewire/bebob/bebob_hwdep.c 	struct snd_bebob *bebob = hwdep->private_data;
snd_bebob         148 sound/firewire/bebob/bebob_hwdep.c 	struct snd_bebob *bebob = hwdep->private_data;
snd_bebob         174 sound/firewire/bebob/bebob_hwdep.c int snd_bebob_create_hwdep_device(struct snd_bebob *bebob)
snd_bebob         138 sound/firewire/bebob/bebob_maudio.c get_meter(struct snd_bebob *bebob, void *buf, unsigned int size)
snd_bebob         146 sound/firewire/bebob/bebob_maudio.c check_clk_sync(struct snd_bebob *bebob, unsigned int size, bool *sync)
snd_bebob         171 sound/firewire/bebob/bebob_maudio.c avc_maudio_set_special_clk(struct snd_bebob *bebob, unsigned int clk_src,
snd_bebob         228 sound/firewire/bebob/bebob_maudio.c special_stream_formation_set(struct snd_bebob *bebob)
snd_bebob         256 sound/firewire/bebob/bebob_maudio.c static int add_special_controls(struct snd_bebob *bebob);
snd_bebob         258 sound/firewire/bebob/bebob_maudio.c snd_bebob_maudio_special_discover(struct snd_bebob *bebob, bool is1814)
snd_bebob         302 sound/firewire/bebob/bebob_maudio.c static int special_get_rate(struct snd_bebob *bebob, unsigned int *rate)
snd_bebob         314 sound/firewire/bebob/bebob_maudio.c static int special_set_rate(struct snd_bebob *bebob, unsigned int rate)
snd_bebob         349 sound/firewire/bebob/bebob_maudio.c static int special_clk_get(struct snd_bebob *bebob, unsigned int *id)
snd_bebob         370 sound/firewire/bebob/bebob_maudio.c 	struct snd_bebob *bebob = snd_kcontrol_chip(kctl);
snd_bebob         378 sound/firewire/bebob/bebob_maudio.c 	struct snd_bebob *bebob = snd_kcontrol_chip(kctl);
snd_bebob         422 sound/firewire/bebob/bebob_maudio.c 	struct snd_bebob *bebob = snd_kcontrol_chip(kctl);
snd_bebob         454 sound/firewire/bebob/bebob_maudio.c 	struct snd_bebob *bebob = snd_kcontrol_chip(kctl);
snd_bebob         484 sound/firewire/bebob/bebob_maudio.c 	struct snd_bebob *bebob = snd_kcontrol_chip(kctl);
snd_bebob         547 sound/firewire/bebob/bebob_maudio.c 	struct snd_bebob *bebob = snd_kcontrol_chip(kctl);
snd_bebob         557 sound/firewire/bebob/bebob_maudio.c 	struct snd_bebob *bebob = snd_kcontrol_chip(kctl);
snd_bebob         589 sound/firewire/bebob/bebob_maudio.c static int add_special_controls(struct snd_bebob *bebob)
snd_bebob         629 sound/firewire/bebob/bebob_maudio.c special_meter_get(struct snd_bebob *bebob, u32 *target, unsigned int size)
snd_bebob         688 sound/firewire/bebob/bebob_maudio.c normal_meter_get(struct snd_bebob *bebob, u32 *buf, unsigned int size)
snd_bebob          12 sound/firewire/bebob/bebob_midi.c 	struct snd_bebob *bebob = substream->rmidi->private_data;
snd_bebob          36 sound/firewire/bebob/bebob_midi.c 	struct snd_bebob *bebob = substream->rmidi->private_data;
snd_bebob          49 sound/firewire/bebob/bebob_midi.c 	struct snd_bebob *bebob = substrm->rmidi->private_data;
snd_bebob          66 sound/firewire/bebob/bebob_midi.c 	struct snd_bebob *bebob = substrm->rmidi->private_data;
snd_bebob          81 sound/firewire/bebob/bebob_midi.c static void set_midi_substream_names(struct snd_bebob *bebob,
snd_bebob          93 sound/firewire/bebob/bebob_midi.c int snd_bebob_create_midi_devices(struct snd_bebob *bebob)
snd_bebob          95 sound/firewire/bebob/bebob_pcm.c pcm_init_hw_params(struct snd_bebob *bebob,
snd_bebob         135 sound/firewire/bebob/bebob_pcm.c 	struct snd_bebob *bebob = substream->private_data;
snd_bebob         182 sound/firewire/bebob/bebob_pcm.c 	struct snd_bebob *bebob = substream->private_data;
snd_bebob         190 sound/firewire/bebob/bebob_pcm.c 	struct snd_bebob *bebob = substream->private_data;
snd_bebob         213 sound/firewire/bebob/bebob_pcm.c 	struct snd_bebob *bebob = substream->private_data;
snd_bebob         230 sound/firewire/bebob/bebob_pcm.c 	struct snd_bebob *bebob = substream->private_data;
snd_bebob         242 sound/firewire/bebob/bebob_pcm.c 	struct snd_bebob *bebob = substream->private_data;
snd_bebob         255 sound/firewire/bebob/bebob_pcm.c 	struct snd_bebob *bebob = substream->private_data;
snd_bebob         273 sound/firewire/bebob/bebob_pcm.c 	struct snd_bebob *bebob = substream->private_data;
snd_bebob         292 sound/firewire/bebob/bebob_pcm.c 	struct snd_bebob *bebob = sbstrm->private_data;
snd_bebob         298 sound/firewire/bebob/bebob_pcm.c 	struct snd_bebob *bebob = sbstrm->private_data;
snd_bebob         304 sound/firewire/bebob/bebob_pcm.c 	struct snd_bebob *bebob = substream->private_data;
snd_bebob         311 sound/firewire/bebob/bebob_pcm.c 	struct snd_bebob *bebob = substream->private_data;
snd_bebob         316 sound/firewire/bebob/bebob_pcm.c int snd_bebob_create_pcm_devices(struct snd_bebob *bebob)
snd_bebob          38 sound/firewire/bebob/bebob_proc.c 	struct snd_bebob *bebob = entry->private_data;
snd_bebob          74 sound/firewire/bebob/bebob_proc.c 	struct snd_bebob *bebob = entry->private_data;
snd_bebob         107 sound/firewire/bebob/bebob_proc.c 	struct snd_bebob *bebob = entry->private_data;
snd_bebob         139 sound/firewire/bebob/bebob_proc.c 	struct snd_bebob *bebob = entry->private_data;
snd_bebob         159 sound/firewire/bebob/bebob_proc.c add_node(struct snd_bebob *bebob, struct snd_info_entry *root, const char *name,
snd_bebob         169 sound/firewire/bebob/bebob_proc.c void snd_bebob_proc_init(struct snd_bebob *bebob)
snd_bebob          64 sound/firewire/bebob/bebob_stream.c snd_bebob_stream_get_rate(struct snd_bebob *bebob, unsigned int *curr_rate)
snd_bebob          97 sound/firewire/bebob/bebob_stream.c snd_bebob_stream_set_rate(struct snd_bebob *bebob, unsigned int rate)
snd_bebob         120 sound/firewire/bebob/bebob_stream.c int snd_bebob_stream_get_clock_src(struct snd_bebob *bebob,
snd_bebob         255 sound/firewire/bebob/bebob_stream.c static int map_data_channels(struct snd_bebob *bebob, struct amdtp_stream *s)
snd_bebob         378 sound/firewire/bebob/bebob_stream.c check_connection_used_by_others(struct snd_bebob *bebob, struct amdtp_stream *s)
snd_bebob         401 sound/firewire/bebob/bebob_stream.c static int make_both_connections(struct snd_bebob *bebob)
snd_bebob         418 sound/firewire/bebob/bebob_stream.c static void break_both_connections(struct snd_bebob *bebob)
snd_bebob         431 sound/firewire/bebob/bebob_stream.c start_stream(struct snd_bebob *bebob, struct amdtp_stream *stream)
snd_bebob         455 sound/firewire/bebob/bebob_stream.c static int init_stream(struct snd_bebob *bebob, struct amdtp_stream *stream)
snd_bebob         501 sound/firewire/bebob/bebob_stream.c static void destroy_stream(struct snd_bebob *bebob, struct amdtp_stream *stream)
snd_bebob         511 sound/firewire/bebob/bebob_stream.c int snd_bebob_stream_init_duplex(struct snd_bebob *bebob)
snd_bebob         534 sound/firewire/bebob/bebob_stream.c static int keep_resources(struct snd_bebob *bebob, struct amdtp_stream *stream,
snd_bebob         557 sound/firewire/bebob/bebob_stream.c int snd_bebob_stream_reserve_duplex(struct snd_bebob *bebob, unsigned int rate)
snd_bebob         615 sound/firewire/bebob/bebob_stream.c int snd_bebob_stream_start_duplex(struct snd_bebob *bebob)
snd_bebob         684 sound/firewire/bebob/bebob_stream.c void snd_bebob_stream_stop_duplex(struct snd_bebob *bebob)
snd_bebob         699 sound/firewire/bebob/bebob_stream.c void snd_bebob_stream_destroy_duplex(struct snd_bebob *bebob)
snd_bebob         783 sound/firewire/bebob/bebob_stream.c fill_stream_formations(struct snd_bebob *bebob, enum avc_bridgeco_plug_dir dir,
snd_bebob         831 sound/firewire/bebob/bebob_stream.c seek_msu_sync_input_plug(struct snd_bebob *bebob)
snd_bebob         868 sound/firewire/bebob/bebob_stream.c int snd_bebob_stream_discover(struct snd_bebob *bebob)
snd_bebob         963 sound/firewire/bebob/bebob_stream.c void snd_bebob_stream_lock_changed(struct snd_bebob *bebob)
snd_bebob         969 sound/firewire/bebob/bebob_stream.c int snd_bebob_stream_lock_try(struct snd_bebob *bebob)
snd_bebob         990 sound/firewire/bebob/bebob_stream.c void snd_bebob_stream_lock_release(struct snd_bebob *bebob)
snd_bebob          16 sound/firewire/bebob/bebob_terratec.c phase88_rack_clk_src_get(struct snd_bebob *bebob, unsigned int *id)
snd_bebob          38 sound/firewire/bebob/bebob_yamaha_terratec.c clk_src_get(struct snd_bebob *bebob, unsigned int *id)