Home
last modified time | relevance | path

Searched defs:dg00x (Results 1 – 7 of 7) sorted by relevance

/linux/sound/firewire/digi00x/
H A Ddigi00x-stream.c30 int snd_dg00x_stream_get_local_rate(struct snd_dg00x *dg00x, unsigned int *rate) in snd_dg00x_stream_get_local_rate() argument
51 int snd_dg00x_stream_set_local_rate(struct snd_dg00x *dg00x, unsigned int rate) in snd_dg00x_stream_set_local_rate() argument
69 int snd_dg00x_stream_get_clock(struct snd_dg00x *dg00x, in snd_dg00x_stream_get_clock() argument
88 int snd_dg00x_stream_check_external_clock(struct snd_dg00x *dg00x, bool *detect) in snd_dg00x_stream_check_external_clock() argument
102 int snd_dg00x_stream_get_external_rate(struct snd_dg00x *dg00x, in snd_dg00x_stream_get_external_rate() argument
125 finish_session(struct snd_dg00x * dg00x) finish_session() argument
145 begin_session(struct snd_dg00x * dg00x) begin_session() argument
188 keep_resources(struct snd_dg00x * dg00x,struct amdtp_stream * stream,unsigned int rate) keep_resources() argument
218 init_stream(struct snd_dg00x * dg00x,struct amdtp_stream * s) init_stream() argument
243 destroy_stream(struct snd_dg00x * dg00x,struct amdtp_stream * s) destroy_stream() argument
253 snd_dg00x_stream_init_duplex(struct snd_dg00x * dg00x) snd_dg00x_stream_init_duplex() argument
280 snd_dg00x_stream_destroy_duplex(struct snd_dg00x * dg00x) snd_dg00x_stream_destroy_duplex() argument
288 snd_dg00x_stream_reserve_duplex(struct snd_dg00x * dg00x,unsigned int rate,unsigned int frames_per_period,unsigned int frames_per_buffer) snd_dg00x_stream_reserve_duplex() argument
335 snd_dg00x_stream_start_duplex(struct snd_dg00x * dg00x) snd_dg00x_stream_start_duplex() argument
402 snd_dg00x_stream_stop_duplex(struct snd_dg00x * dg00x) snd_dg00x_stream_stop_duplex() argument
413 snd_dg00x_stream_update_duplex(struct snd_dg00x * dg00x) snd_dg00x_stream_update_duplex() argument
422 snd_dg00x_stream_lock_changed(struct snd_dg00x * dg00x) snd_dg00x_stream_lock_changed() argument
428 snd_dg00x_stream_lock_try(struct snd_dg00x * dg00x) snd_dg00x_stream_lock_try() argument
449 snd_dg00x_stream_lock_release(struct snd_dg00x * dg00x) snd_dg00x_stream_lock_release() argument
[all...]
H A Ddigi00x-pcm.c57 static int pcm_init_hw_params(struct snd_dg00x *dg00x, in pcm_init_hw_params() argument
102 struct snd_dg00x *dg00x = substream->private_data; in pcm_open() local
180 struct snd_dg00x *dg00x = substream->private_data; pcm_close() local
190 struct snd_dg00x *dg00x = substream->private_data; pcm_hw_params() local
211 struct snd_dg00x *dg00x = substream->private_data; pcm_hw_free() local
227 struct snd_dg00x *dg00x = substream->private_data; pcm_capture_prepare() local
243 struct snd_dg00x *dg00x = substream->private_data; pcm_playback_prepare() local
261 struct snd_dg00x *dg00x = substream->private_data; pcm_capture_trigger() local
279 struct snd_dg00x *dg00x = substream->private_data; pcm_playback_trigger() local
297 struct snd_dg00x *dg00x = sbstrm->private_data; pcm_capture_pointer() local
304 struct snd_dg00x *dg00x = sbstrm->private_data; pcm_playback_pointer() local
311 struct snd_dg00x *dg00x = substream->private_data; pcm_capture_ack() local
318 struct snd_dg00x *dg00x = substream->private_data; pcm_playback_ack() local
323 snd_dg00x_create_pcm_devices(struct snd_dg00x * dg00x) snd_dg00x_create_pcm_devices() argument
[all...]
H A Ddigi00x-hwdep.c22 struct snd_dg00x *dg00x = hwdep->private_data; in hwdep_read() local
65 struct snd_dg00x *dg00x = hwdep->private_data; hwdep_poll() local
80 hwdep_get_info(struct snd_dg00x * dg00x,void __user * arg) hwdep_get_info() argument
99 hwdep_lock(struct snd_dg00x * dg00x) hwdep_lock() argument
117 hwdep_unlock(struct snd_dg00x * dg00x) hwdep_unlock() argument
137 struct snd_dg00x *dg00x = hwdep->private_data; hwdep_release() local
150 struct snd_dg00x *dg00x = hwdep->private_data; hwdep_ioctl() local
175 snd_dg00x_create_hwdep_device(struct snd_dg00x * dg00x) snd_dg00x_create_hwdep_device() argument
[all...]
H A Ddigi00x-midi.c12 struct snd_dg00x *dg00x = substream->rmidi->private_data; in midi_open() local
36 struct snd_dg00x *dg00x = substream->rmidi->private_data; in midi_close() local
50 struct snd_dg00x *dg00x = substream->rmidi->private_data; midi_capture_trigger() local
72 struct snd_dg00x *dg00x = substream->rmidi->private_data; midi_playback_trigger() local
91 set_substream_names(struct snd_dg00x * dg00x,struct snd_rawmidi * rmidi,bool is_console) set_substream_names() argument
116 add_substream_pair(struct snd_dg00x * dg00x,unsigned int out_ports,unsigned int in_ports,bool is_console) add_substream_pair() argument
159 snd_dg00x_create_midi_devices(struct snd_dg00x * dg00x) snd_dg00x_create_midi_devices() argument
[all...]
H A Ddigi00x-transaction.c11 static void handle_unknown_message(struct snd_dg00x *dg00x, in handle_unknown_message() argument
37 struct fw_device *device = fw_parent_device(dg00x->unit); in snd_dg00x_transaction_reregister() argument
28 struct snd_dg00x *dg00x = callback_data; handle_message() local
51 snd_dg00x_transaction_unregister(struct snd_dg00x * dg00x) snd_dg00x_transaction_unregister() argument
61 snd_dg00x_transaction_register(struct snd_dg00x * dg00x) snd_dg00x_transaction_register() argument
[all...]
H A Ddigi00x.c19 static int name_card(struct snd_dg00x *dg00x) in name_card() argument
46 struct snd_dg00x *dg00x in dg00x_card_free() local
58 struct snd_dg00x *dg00x; snd_dg00x_probe() local
115 struct snd_dg00x *dg00x = dev_get_drvdata(&unit->device); snd_dg00x_update() local
126 struct snd_dg00x *dg00x = dev_get_drvdata(&unit->device); snd_dg00x_remove() local
[all...]
H A Ddigi00x-proc.c10 static int get_optical_iface_mode(struct snd_dg00x *dg00x, in get_optical_iface_mode()
38 struct snd_dg00x *dg00x = entry->private_data; in proc_read_clock() local
68 void snd_dg00x_proc_init(struct snd_dg00x *dg00x) in snd_dg00x_proc_init()