Searched refs:snd_efw (Results 1 – 9 of 9) sorted by relevance
/sound/firewire/fireworks/ |
D | fireworks.h | 60 struct snd_efw { struct 119 void snd_efw_transaction_add_instance(struct snd_efw *efw); argument 120 void snd_efw_transaction_remove_instance(struct snd_efw *efw); 192 int snd_efw_command_set_resp_addr(struct snd_efw *efw, 194 int snd_efw_command_set_tx_mode(struct snd_efw *efw, 196 int snd_efw_command_get_hwinfo(struct snd_efw *efw, 198 int snd_efw_command_get_phys_meters(struct snd_efw *efw, 201 int snd_efw_command_get_clock_source(struct snd_efw *efw, 203 int snd_efw_command_get_sampling_rate(struct snd_efw *efw, unsigned int *rate); 204 int snd_efw_command_set_sampling_rate(struct snd_efw *efw, unsigned int rate); [all …]
|
D | fireworks_stream.c | 13 init_stream(struct snd_efw *efw, struct amdtp_stream *stream) in init_stream() 44 stop_stream(struct snd_efw *efw, struct amdtp_stream *stream) in stop_stream() 56 start_stream(struct snd_efw *efw, struct amdtp_stream *stream, in start_stream() 104 destroy_stream(struct snd_efw *efw, struct amdtp_stream *stream) in destroy_stream() 117 get_sync_mode(struct snd_efw *efw, enum cip_flags *sync_mode) in get_sync_mode() 134 check_connection_used_by_others(struct snd_efw *efw, struct amdtp_stream *s) in check_connection_used_by_others() 157 int snd_efw_stream_init_duplex(struct snd_efw *efw) in snd_efw_stream_init_duplex() 207 int snd_efw_stream_start_duplex(struct snd_efw *efw, unsigned int rate) in snd_efw_stream_start_duplex() 291 void snd_efw_stream_stop_duplex(struct snd_efw *efw) in snd_efw_stream_stop_duplex() 320 void snd_efw_stream_update_duplex(struct snd_efw *efw) in snd_efw_stream_update_duplex() [all …]
|
D | fireworks_pcm.c | 146 pcm_init_hw_params(struct snd_efw *efw, in pcm_init_hw_params() 197 struct snd_efw *efw = substream->private_data; in pcm_open() 238 struct snd_efw *efw = substream->private_data; in pcm_close() 246 struct snd_efw *efw = substream->private_data; in pcm_capture_hw_params() 258 struct snd_efw *efw = substream->private_data; in pcm_playback_hw_params() 270 struct snd_efw *efw = substream->private_data; in pcm_capture_hw_free() 281 struct snd_efw *efw = substream->private_data; in pcm_playback_hw_free() 293 struct snd_efw *efw = substream->private_data; in pcm_capture_prepare() 305 struct snd_efw *efw = substream->private_data; in pcm_playback_prepare() 318 struct snd_efw *efw = substream->private_data; in pcm_capture_trigger() [all …]
|
D | fireworks_midi.c | 13 struct snd_efw *efw = substream->rmidi->private_data; in midi_capture_open() 31 struct snd_efw *efw = substream->rmidi->private_data; in midi_playback_open() 48 struct snd_efw *efw = substream->rmidi->private_data; in midi_capture_close() 59 struct snd_efw *efw = substream->rmidi->private_data; in midi_playback_close() 70 struct snd_efw *efw = substrm->rmidi->private_data; in midi_capture_trigger() 87 struct snd_efw *efw = substrm->rmidi->private_data; in midi_playback_trigger() 114 static void set_midi_substream_names(struct snd_efw *efw, in set_midi_substream_names() 125 int snd_efw_create_midi_devices(struct snd_efw *efw) in snd_efw_create_midi_devices()
|
D | fireworks_hwdep.c | 23 hwdep_read_resp_buf(struct snd_efw *efw, char __user *buf, long remained, in hwdep_read_resp_buf() 99 hwdep_read_locked(struct snd_efw *efw, char __user *buf, long count, in hwdep_read_locked() 125 struct snd_efw *efw = hwdep->private_data; in hwdep_read() 161 struct snd_efw *efw = hwdep->private_data; in hwdep_write() 190 struct snd_efw *efw = hwdep->private_data; in hwdep_poll() 206 hwdep_get_info(struct snd_efw *efw, void __user *arg) in hwdep_get_info() 226 hwdep_lock(struct snd_efw *efw) in hwdep_lock() 245 hwdep_unlock(struct snd_efw *efw) in hwdep_unlock() 266 struct snd_efw *efw = hwdep->private_data; in hwdep_release() 280 struct snd_efw *efw = hwdep->private_data; in hwdep_ioctl() [all …]
|
D | fireworks_command.c | 102 efw_transaction(struct snd_efw *efw, unsigned int category, in efw_transaction() 182 int snd_efw_command_set_resp_addr(struct snd_efw *efw, in snd_efw_command_set_resp_addr() 203 int snd_efw_command_set_tx_mode(struct snd_efw *efw, in snd_efw_command_set_tx_mode() 212 int snd_efw_command_get_hwinfo(struct snd_efw *efw, in snd_efw_command_get_hwinfo() 256 int snd_efw_command_get_phys_meters(struct snd_efw *efw, in snd_efw_command_get_phys_meters() 275 command_get_clock(struct snd_efw *efw, struct efc_clock *clock) in command_get_clock() 294 command_set_clock(struct snd_efw *efw, in command_set_clock() 343 int snd_efw_command_get_clock_source(struct snd_efw *efw, in snd_efw_command_get_clock_source() 356 int snd_efw_command_get_sampling_rate(struct snd_efw *efw, unsigned int *rate) in snd_efw_command_get_sampling_rate() 368 int snd_efw_command_set_sampling_rate(struct snd_efw *efw, unsigned int rate) in snd_efw_command_set_sampling_rate()
|
D | fireworks_proc.c | 31 struct snd_efw *efw = entry->private_data; in proc_read_hwinfo() 108 struct snd_efw *efw = entry->private_data; in proc_read_clock() 131 struct snd_efw *efw = entry->private_data; in proc_read_phys_meters() 182 struct snd_efw *efw = entry->private_data; in proc_read_queues_state() 196 add_node(struct snd_efw *efw, struct snd_info_entry *root, const char *name, in add_node() 210 void snd_efw_proc_init(struct snd_efw *efw) in snd_efw_proc_init()
|
D | fireworks.c | 73 get_hardware_info(struct snd_efw *efw) in get_hardware_info() 179 struct snd_efw *efw = card->private_data; in efw_card_free() 196 struct snd_efw *efw; in efw_probe() 212 THIS_MODULE, sizeof(struct snd_efw), &card); in efw_probe() 290 struct snd_efw *efw = dev_get_drvdata(&unit->device); in efw_update() 298 struct snd_efw *efw = dev_get_drvdata(&unit->device); in efw_remove()
|
D | fireworks_transaction.c | 42 static struct snd_efw *instances[SNDRV_CARDS] = SNDRV_DEFAULT_PTR; 119 copy_resp_to_buf(struct snd_efw *efw, void *data, size_t length, int *rcode) in copy_resp_to_buf() 170 struct snd_efw *efw; in handle_resp_for_user() 259 void snd_efw_transaction_add_instance(struct snd_efw *efw) in snd_efw_transaction_add_instance() 275 void snd_efw_transaction_remove_instance(struct snd_efw *efw) in snd_efw_transaction_remove_instance()
|