Searched defs:efw (Results  1 – 8 of 8) sorted by relevance
| /Linux-v6.6/sound/firewire/fireworks/ | 
| D | fireworks_stream.c | 11 static int init_stream(struct snd_efw *efw, struct amdtp_stream *stream)  in init_stream() 65 static int start_stream(struct snd_efw *efw, struct amdtp_stream *stream,  in start_stream() 94 static void destroy_stream(struct snd_efw *efw, struct amdtp_stream *stream)  in destroy_stream() 105 check_connection_used_by_others(struct snd_efw *efw, struct amdtp_stream *s)  in check_connection_used_by_others() 128 int snd_efw_stream_init_duplex(struct snd_efw *efw)  in snd_efw_stream_init_duplex() 159 static int keep_resources(struct snd_efw *efw, struct amdtp_stream *stream,  in keep_resources() 185 int snd_efw_stream_reserve_duplex(struct snd_efw *efw, unsigned int rate,  in snd_efw_stream_reserve_duplex() 247 int snd_efw_stream_start_duplex(struct snd_efw *efw)  in snd_efw_stream_start_duplex() 308 void snd_efw_stream_stop_duplex(struct snd_efw *efw)  in snd_efw_stream_stop_duplex() 321 void snd_efw_stream_update_duplex(struct snd_efw *efw)  in snd_efw_stream_update_duplex() [all …] 
 | 
| D | fireworks_pcm.c | 132 pcm_init_hw_params(struct snd_efw *efw,  in pcm_init_hw_params() 175 	struct snd_efw *efw = substream->private_data;  in pcm_open()  local 242 	struct snd_efw *efw = substream->private_data;  in pcm_close()  local 250 	struct snd_efw *efw = substream->private_data;  in pcm_hw_params()  local 271 	struct snd_efw *efw = substream->private_data;  in pcm_hw_free()  local 287 	struct snd_efw *efw = substream->private_data;  in pcm_capture_prepare()  local 298 	struct snd_efw *efw = substream->private_data;  in pcm_playback_prepare()  local 310 	struct snd_efw *efw = substream->private_data;  in pcm_capture_trigger()  local 327 	struct snd_efw *efw = substream->private_data;  in pcm_playback_trigger()  local 345 	struct snd_efw *efw = sbstrm->private_data;  in pcm_capture_pointer()  local [all …] 
 | 
| D | fireworks_hwdep.c | 22 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()  local 161 	struct snd_efw *efw = hwdep->private_data;  in hwdep_write()  local 190 	struct snd_efw *efw = hwdep->private_data;  in hwdep_poll()  local 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()  local 280 	struct snd_efw *efw = hwdep->private_data;  in hwdep_ioctl()  local [all …] 
 | 
| D | fireworks_midi.c | 12 	struct snd_efw *efw = substream->rmidi->private_data;  in midi_open()  local 36 	struct snd_efw *efw = substream->rmidi->private_data;  in midi_close()  local 49 	struct snd_efw *efw = substrm->rmidi->private_data;  in midi_capture_trigger()  local 66 	struct snd_efw *efw = substrm->rmidi->private_data;  in midi_playback_trigger()  local 81 static void set_midi_substream_names(struct snd_efw *efw,  in set_midi_substream_names() 92 int snd_efw_create_midi_devices(struct snd_efw *efw)  in snd_efw_create_midi_devices()
  | 
| D | fireworks_command.c | 101 efw_transaction(struct snd_efw *efw, unsigned int category,  in efw_transaction() 181 int snd_efw_command_set_resp_addr(struct snd_efw *efw,  in snd_efw_command_set_resp_addr() 202 int snd_efw_command_set_tx_mode(struct snd_efw *efw,  in snd_efw_command_set_tx_mode() 211 int snd_efw_command_get_hwinfo(struct snd_efw *efw,  in snd_efw_command_get_hwinfo() 255 int snd_efw_command_get_phys_meters(struct snd_efw *efw,  in snd_efw_command_get_phys_meters() 274 command_get_clock(struct snd_efw *efw, struct efc_clock *clock)  in command_get_clock() 293 command_set_clock(struct snd_efw *efw,  in command_set_clock() 342 int snd_efw_command_get_clock_source(struct snd_efw *efw,  in snd_efw_command_get_clock_source() 355 int snd_efw_command_get_sampling_rate(struct snd_efw *efw, unsigned int *rate)  in snd_efw_command_get_sampling_rate() 367 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 | 30 	struct snd_efw *efw = entry->private_data;  in proc_read_hwinfo()  local 107 	struct snd_efw *efw = entry->private_data;  in proc_read_clock()  local 130 	struct snd_efw *efw = entry->private_data;  in proc_read_phys_meters()  local 181 	struct snd_efw *efw = entry->private_data;  in proc_read_queues_state()  local 195 add_node(struct snd_efw *efw, struct snd_info_entry *root, const char *name,  in add_node() 205 void snd_efw_proc_init(struct snd_efw *efw)  in snd_efw_proc_init()
  | 
| D | fireworks.c | 72 get_hardware_info(struct snd_efw *efw)  in get_hardware_info() 189 	struct snd_efw *efw = card->private_data;  in efw_card_free()  local 206 	struct snd_efw *efw;  in efw_probe()  local 286 	struct snd_efw *efw = dev_get_drvdata(&unit->device);  in efw_update()  local 297 	struct snd_efw *efw = dev_get_drvdata(&unit->device);  in efw_remove()  local
  | 
| D | fireworks_transaction.c | 118 copy_resp_to_buf(struct snd_efw *efw, void *data, size_t length, int *rcode)  in copy_resp_to_buf() 169 	struct snd_efw *efw;  in handle_resp_for_user()  local 258 void snd_efw_transaction_add_instance(struct snd_efw *efw)  in snd_efw_transaction_add_instance() 274 void snd_efw_transaction_remove_instance(struct snd_efw *efw)  in snd_efw_transaction_remove_instance()
  |