Home
last modified time | relevance | path

Searched refs:snd_dg00x (Results 1 – 8 of 8) sorted by relevance

/linux/sound/firewire/digi00x/
A Ddigi00x.h33 struct snd_dg00x { struct
125 int snd_dg00x_transaction_register(struct snd_dg00x *dg00x);
136 int snd_dg00x_stream_get_clock(struct snd_dg00x *dg00x,
140 int snd_dg00x_stream_init_duplex(struct snd_dg00x *dg00x);
144 int snd_dg00x_stream_start_duplex(struct snd_dg00x *dg00x);
145 void snd_dg00x_stream_stop_duplex(struct snd_dg00x *dg00x);
150 int snd_dg00x_stream_lock_try(struct snd_dg00x *dg00x);
153 void snd_dg00x_proc_init(struct snd_dg00x *dg00x);
155 int snd_dg00x_create_pcm_devices(struct snd_dg00x *dg00x);
157 int snd_dg00x_create_midi_devices(struct snd_dg00x *dg00x);
[all …]
A Ddigi00x-stream.c69 int snd_dg00x_stream_get_clock(struct snd_dg00x *dg00x, in snd_dg00x_stream_get_clock()
102 int snd_dg00x_stream_get_external_rate(struct snd_dg00x *dg00x, in snd_dg00x_stream_get_external_rate()
125 static void finish_session(struct snd_dg00x *dg00x) in finish_session()
145 static int begin_session(struct snd_dg00x *dg00x) in begin_session()
253 int snd_dg00x_stream_init_duplex(struct snd_dg00x *dg00x) in snd_dg00x_stream_init_duplex()
333 int snd_dg00x_stream_start_duplex(struct snd_dg00x *dg00x) in snd_dg00x_stream_start_duplex()
400 void snd_dg00x_stream_stop_duplex(struct snd_dg00x *dg00x) in snd_dg00x_stream_stop_duplex()
411 void snd_dg00x_stream_update_duplex(struct snd_dg00x *dg00x) in snd_dg00x_stream_update_duplex()
420 void snd_dg00x_stream_lock_changed(struct snd_dg00x *dg00x) in snd_dg00x_stream_lock_changed()
426 int snd_dg00x_stream_lock_try(struct snd_dg00x *dg00x) in snd_dg00x_stream_lock_try()
[all …]
A Ddigi00x-pcm.c57 static int pcm_init_hw_params(struct snd_dg00x *dg00x, in pcm_init_hw_params()
102 struct snd_dg00x *dg00x = substream->private_data; in pcm_open()
180 struct snd_dg00x *dg00x = substream->private_data; in pcm_close()
190 struct snd_dg00x *dg00x = substream->private_data; in pcm_hw_params()
211 struct snd_dg00x *dg00x = substream->private_data; in pcm_hw_free()
227 struct snd_dg00x *dg00x = substream->private_data; in pcm_capture_prepare()
243 struct snd_dg00x *dg00x = substream->private_data; in pcm_playback_prepare()
261 struct snd_dg00x *dg00x = substream->private_data; in pcm_capture_trigger()
279 struct snd_dg00x *dg00x = substream->private_data; in pcm_playback_trigger()
297 struct snd_dg00x *dg00x = sbstrm->private_data; in pcm_capture_pointer()
[all …]
A Ddigi00x-hwdep.c22 struct snd_dg00x *dg00x = hwdep->private_data; in hwdep_read()
65 struct snd_dg00x *dg00x = hwdep->private_data; in hwdep_poll()
80 static int hwdep_get_info(struct snd_dg00x *dg00x, void __user *arg) in hwdep_get_info()
99 static int hwdep_lock(struct snd_dg00x *dg00x) in hwdep_lock()
117 static int hwdep_unlock(struct snd_dg00x *dg00x) in hwdep_unlock()
137 struct snd_dg00x *dg00x = hwdep->private_data; in hwdep_release()
150 struct snd_dg00x *dg00x = hwdep->private_data; in hwdep_ioctl()
175 int snd_dg00x_create_hwdep_device(struct snd_dg00x *dg00x) in snd_dg00x_create_hwdep_device()
A Ddigi00x-midi.c12 struct snd_dg00x *dg00x = substream->rmidi->private_data; in midi_open()
36 struct snd_dg00x *dg00x = substream->rmidi->private_data; in midi_close()
50 struct snd_dg00x *dg00x = substream->rmidi->private_data; in midi_capture_trigger()
72 struct snd_dg00x *dg00x = substream->rmidi->private_data; in midi_playback_trigger()
91 static void set_substream_names(struct snd_dg00x *dg00x, in set_substream_names()
116 static int add_substream_pair(struct snd_dg00x *dg00x, unsigned int out_ports, in add_substream_pair()
159 int snd_dg00x_create_midi_devices(struct snd_dg00x *dg00x) in snd_dg00x_create_midi_devices()
A Ddigi00x-transaction.c11 static void handle_unknown_message(struct snd_dg00x *dg00x, in handle_unknown_message()
28 struct snd_dg00x *dg00x = callback_data; in handle_message()
37 int snd_dg00x_transaction_reregister(struct snd_dg00x *dg00x) in snd_dg00x_transaction_reregister()
51 void snd_dg00x_transaction_unregister(struct snd_dg00x *dg00x) in snd_dg00x_transaction_unregister()
61 int snd_dg00x_transaction_register(struct snd_dg00x *dg00x) in snd_dg00x_transaction_register()
A Ddigi00x.c19 static int name_card(struct snd_dg00x *dg00x) in name_card()
46 struct snd_dg00x *dg00x = card->private_data; in dg00x_card_free()
58 struct snd_dg00x *dg00x; in snd_dg00x_probe()
115 struct snd_dg00x *dg00x = dev_get_drvdata(&unit->device); in snd_dg00x_update()
126 struct snd_dg00x *dg00x = dev_get_drvdata(&unit->device); in snd_dg00x_remove()
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()
68 void snd_dg00x_proc_init(struct snd_dg00x *dg00x) in snd_dg00x_proc_init()

Completed in 10 milliseconds