Searched refs:snd_dg00x (Results 1 – 8 of 8) sorted by relevance
| /Linux-v4.19/sound/firewire/digi00x/ |
| D | digi00x.h | 34 struct snd_dg00x { struct 127 int snd_dg00x_transaction_register(struct snd_dg00x *dg00x); 128 int snd_dg00x_transaction_reregister(struct snd_dg00x *dg00x); 129 void snd_dg00x_transaction_unregister(struct snd_dg00x *dg00x); 133 int snd_dg00x_stream_get_external_rate(struct snd_dg00x *dg00x, 135 int snd_dg00x_stream_get_local_rate(struct snd_dg00x *dg00x, 137 int snd_dg00x_stream_set_local_rate(struct snd_dg00x *dg00x, unsigned int rate); 138 int snd_dg00x_stream_get_clock(struct snd_dg00x *dg00x, 140 int snd_dg00x_stream_check_external_clock(struct snd_dg00x *dg00x, 142 int snd_dg00x_stream_init_duplex(struct snd_dg00x *dg00x); [all …]
|
| D | digi00x-stream.c | 31 int snd_dg00x_stream_get_local_rate(struct snd_dg00x *dg00x, unsigned int *rate) in snd_dg00x_stream_get_local_rate() 52 int snd_dg00x_stream_set_local_rate(struct snd_dg00x *dg00x, unsigned int rate) in snd_dg00x_stream_set_local_rate() 70 int snd_dg00x_stream_get_clock(struct snd_dg00x *dg00x, in snd_dg00x_stream_get_clock() 89 int snd_dg00x_stream_check_external_clock(struct snd_dg00x *dg00x, bool *detect) in snd_dg00x_stream_check_external_clock() 103 int snd_dg00x_stream_get_external_rate(struct snd_dg00x *dg00x, in snd_dg00x_stream_get_external_rate() 126 static void finish_session(struct snd_dg00x *dg00x) in finish_session() 135 static int begin_session(struct snd_dg00x *dg00x) in begin_session() 172 static void release_resources(struct snd_dg00x *dg00x) in release_resources() 186 static int keep_resources(struct snd_dg00x *dg00x, unsigned int rate) in keep_resources() 237 int snd_dg00x_stream_init_duplex(struct snd_dg00x *dg00x) in snd_dg00x_stream_init_duplex() [all …]
|
| D | digi00x-pcm.c | 58 static int pcm_init_hw_params(struct snd_dg00x *dg00x, in pcm_init_hw_params() 103 struct snd_dg00x *dg00x = substream->private_data; in pcm_open() 151 struct snd_dg00x *dg00x = substream->private_data; in pcm_close() 161 struct snd_dg00x *dg00x = substream->private_data; in pcm_capture_hw_params() 181 struct snd_dg00x *dg00x = substream->private_data; in pcm_playback_hw_params() 200 struct snd_dg00x *dg00x = substream->private_data; in pcm_capture_hw_free() 216 struct snd_dg00x *dg00x = substream->private_data; in pcm_playback_hw_free() 232 struct snd_dg00x *dg00x = substream->private_data; in pcm_capture_prepare() 249 struct snd_dg00x *dg00x = substream->private_data; in pcm_playback_prepare() 268 struct snd_dg00x *dg00x = substream->private_data; in pcm_capture_trigger() [all …]
|
| D | digi00x-hwdep.c | 23 struct snd_dg00x *dg00x = hwdep->private_data; in hwdep_read() 66 struct snd_dg00x *dg00x = hwdep->private_data; in hwdep_poll() 81 static int hwdep_get_info(struct snd_dg00x *dg00x, void __user *arg) in hwdep_get_info() 100 static int hwdep_lock(struct snd_dg00x *dg00x) in hwdep_lock() 118 static int hwdep_unlock(struct snd_dg00x *dg00x) in hwdep_unlock() 138 struct snd_dg00x *dg00x = hwdep->private_data; in hwdep_release() 151 struct snd_dg00x *dg00x = hwdep->private_data; in hwdep_ioctl() 176 int snd_dg00x_create_hwdep_device(struct snd_dg00x *dg00x) in snd_dg00x_create_hwdep_device()
|
| D | digi00x.c | 19 static int name_card(struct snd_dg00x *dg00x) in name_card() 44 static void dg00x_free(struct snd_dg00x *dg00x) in dg00x_free() 62 struct snd_dg00x *dg00x = in do_registration() 63 container_of(work, struct snd_dg00x, dwork.work); in do_registration() 120 struct snd_dg00x *dg00x; in snd_dg00x_probe() 123 dg00x = kzalloc(sizeof(struct snd_dg00x), GFP_KERNEL); in snd_dg00x_probe() 145 struct snd_dg00x *dg00x = dev_get_drvdata(&unit->device); in snd_dg00x_update() 166 struct snd_dg00x *dg00x = dev_get_drvdata(&unit->device); in snd_dg00x_remove()
|
| D | digi00x-midi.c | 13 struct snd_dg00x *dg00x = substream->rmidi->private_data; in midi_open() 32 struct snd_dg00x *dg00x = substream->rmidi->private_data; in midi_close() 46 struct snd_dg00x *dg00x = substream->rmidi->private_data; in midi_capture_trigger() 68 struct snd_dg00x *dg00x = substream->rmidi->private_data; in midi_playback_trigger() 87 static void set_substream_names(struct snd_dg00x *dg00x, in set_substream_names() 112 static int add_substream_pair(struct snd_dg00x *dg00x, unsigned int out_ports, in add_substream_pair() 155 int snd_dg00x_create_midi_devices(struct snd_dg00x *dg00x) in snd_dg00x_create_midi_devices()
|
| D | digi00x-transaction.c | 12 static void handle_unknown_message(struct snd_dg00x *dg00x, in handle_unknown_message() 29 struct snd_dg00x *dg00x = callback_data; in handle_message() 38 int snd_dg00x_transaction_reregister(struct snd_dg00x *dg00x) in snd_dg00x_transaction_reregister() 52 void snd_dg00x_transaction_unregister(struct snd_dg00x *dg00x) in snd_dg00x_transaction_unregister() 62 int snd_dg00x_transaction_register(struct snd_dg00x *dg00x) in snd_dg00x_transaction_register()
|
| D | digi00x-proc.c | 11 static int get_optical_iface_mode(struct snd_dg00x *dg00x, in get_optical_iface_mode() 39 struct snd_dg00x *dg00x = entry->private_data; in proc_read_clock() 69 void snd_dg00x_proc_init(struct snd_dg00x *dg00x) in snd_dg00x_proc_init()
|