| /linux/sound/firewire/motu/ |
| H A D | motu-stream.c | 28 static int keep_resources(struct snd_motu *motu, unsigned int rate, in keep_resources() argument 62 begin_session(struct snd_motu * motu) begin_session() argument 85 finish_session(struct snd_motu * motu) finish_session() argument 109 snd_motu_stream_cache_packet_formats(struct snd_motu * motu) snd_motu_stream_cache_packet_formats() argument 136 snd_motu_stream_reserve_duplex(struct snd_motu * motu,unsigned int rate,unsigned int frames_per_period,unsigned int frames_per_buffer) snd_motu_stream_reserve_duplex() argument 201 ensure_packet_formats(struct snd_motu * motu) ensure_packet_formats() argument 227 snd_motu_stream_start_duplex(struct snd_motu * motu) snd_motu_stream_start_duplex() argument 318 snd_motu_stream_stop_duplex(struct snd_motu * motu) snd_motu_stream_stop_duplex() argument 332 init_stream(struct snd_motu * motu,struct amdtp_stream * s) init_stream() argument 357 destroy_stream(struct snd_motu * motu,struct amdtp_stream * s) destroy_stream() argument 367 snd_motu_stream_init_duplex(struct snd_motu * motu) snd_motu_stream_init_duplex() argument 392 snd_motu_stream_destroy_duplex(struct snd_motu * motu) snd_motu_stream_destroy_duplex() argument 402 motu_lock_changed(struct snd_motu * motu) motu_lock_changed() argument 408 snd_motu_stream_lock_try(struct snd_motu * motu) snd_motu_stream_lock_try() argument 427 snd_motu_stream_lock_release(struct snd_motu * motu) snd_motu_stream_lock_release() argument [all...] |
| H A D | motu-pcm.c | 69 static void limit_channels_and_rates(struct snd_motu *motu, in limit_channels_and_rates() argument 95 static int init_hw_info(struct snd_motu *motu, in init_hw_info() argument 132 struct snd_motu *motu in pcm_open() local 200 struct snd_motu *motu = substream->private_data; pcm_close() local 210 struct snd_motu *motu = substream->private_data; pcm_hw_params() local 231 struct snd_motu *motu = substream->private_data; pcm_hw_free() local 247 struct snd_motu *motu = substream->private_data; capture_prepare() local 260 struct snd_motu *motu = substream->private_data; playback_prepare() local 274 struct snd_motu *motu = substream->private_data; capture_trigger() local 291 struct snd_motu *motu = substream->private_data; playback_trigger() local 309 struct snd_motu *motu = substream->private_data; capture_pointer() local 315 struct snd_motu *motu = substream->private_data; playback_pointer() local 322 struct snd_motu *motu = substream->private_data; capture_ack() local 329 struct snd_motu *motu = substream->private_data; playback_ack() local 334 snd_motu_create_pcm_devices(struct snd_motu * motu) snd_motu_create_pcm_devices() argument [all...] |
| H A D | motu-protocol-v1.c | 133 static int get_clock_rate_828(struct snd_motu *motu, unsigned int *rate) in get_clock_rate_828() 168 static int get_clock_rate_896(struct snd_motu *motu, unsigned int *rate) in get_clock_rate_896() 179 int snd_motu_protocol_v1_get_clock_rate(struct snd_motu *motu, unsigned int *rate) in snd_motu_protocol_v1_get_clock_rate() 189 static int set_clock_rate_828(struct snd_motu *motu, unsigned int rate) in set_clock_rate_828() 208 static int set_clock_rate_896(struct snd_motu *motu, unsigned int rate) in set_clock_rate_896() 244 int snd_motu_protocol_v1_set_clock_rate(struct snd_motu *motu, unsigned int rate) in snd_motu_protocol_v1_set_clock_rate() 254 static int get_clock_source_828(struct snd_motu *motu, enum snd_motu_clock_source *src) in get_clock_source_828() 293 static int get_clock_source_896(struct snd_motu *motu, enum snd_motu_clock_source *src) in get_clock_source_896() 330 int snd_motu_protocol_v1_get_clock_source(struct snd_motu *motu, enum snd_motu_clock_source *src) in snd_motu_protocol_v1_get_clock_source() 340 static int switch_fetching_mode_828(struct snd_motu *motu, bool enable) in switch_fetching_mode_828() [all …]
|
| H A D | motu-hwdep.c | 19 static bool has_dsp_event(struct snd_motu *motu) in has_dsp_event() 30 struct snd_motu *motu = hwdep->private_data; in hwdep_read() local 102 struct snd_motu *motu = hwdep->private_data; in hwdep_poll() local 113 static int hwdep_get_info(struct snd_motu *motu, void __user *arg) in hwdep_get_info() 132 static int hwdep_lock(struct snd_motu *motu) in hwdep_lock() 144 static int hwdep_unlock(struct snd_motu *motu) in hwdep_unlock() 158 struct snd_motu *motu = hwdep->private_data; in hwdep_release() local 170 struct snd_motu *motu = hwdep->private_data; in hwdep_ioctl() local 260 int snd_motu_create_hwdep_device(struct snd_motu *motu) in snd_motu_create_hwdep_device()
|
| H A D | motu-midi.c | 11 struct snd_motu *motu = substream->rmidi->private_data; in midi_open() local 38 struct snd_motu *motu = substream->rmidi->private_data; midi_close() local 53 struct snd_motu *motu = substrm->rmidi->private_data; midi_capture_trigger() local 70 struct snd_motu *motu = substrm->rmidi->private_data; midi_playback_trigger() local 85 set_midi_substream_names(struct snd_motu * motu,struct snd_rawmidi_str * str) set_midi_substream_names() argument 96 snd_motu_create_midi_devices(struct snd_motu * motu) snd_motu_create_midi_devices() argument [all...] |
| H A D | motu-transaction.c | 15 int snd_motu_transaction_read(struct snd_motu *motu, u32 offset, __be32 *reg, in snd_motu_transaction_read() argument 31 int snd_motu_transaction_write(struct snd_motu *motu, u32 offset, __be32 *reg, in snd_motu_transaction_write() argument 52 struct snd_motu *motu = callback_data; in handle_message() local 75 snd_motu_transaction_reregister(struct snd_motu * motu) snd_motu_transaction_reregister() argument 97 snd_motu_transaction_register(struct snd_motu * motu) snd_motu_transaction_register() argument 124 snd_motu_transaction_unregister(struct snd_motu * motu) snd_motu_transaction_unregister() argument [all...] |
| H A D | motu-protocol-v2.c | 45 int snd_motu_protocol_v2_get_clock_rate(struct snd_motu *motu, in snd_motu_protocol_v2_get_clock_rate() 59 int snd_motu_protocol_v2_set_clock_rate(struct snd_motu *motu, in snd_motu_protocol_v2_set_clock_rate() 88 static int get_clock_source(struct snd_motu *motu, u32 data, in get_clock_source() 145 int snd_motu_protocol_v2_get_clock_source(struct snd_motu *motu, in snd_motu_protocol_v2_get_clock_source() 160 static int switch_fetching_mode_cyclone(struct snd_motu *motu, u32 *data, in switch_fetching_mode_cyclone() 169 static int switch_fetching_mode_spartan(struct snd_motu *motu, u32 *data, in switch_fetching_mode_spartan() 190 int snd_motu_protocol_v2_switch_fetching_mode(struct snd_motu *motu, in snd_motu_protocol_v2_switch_fetching_mode() 227 int snd_motu_protocol_v2_cache_packet_formats(struct snd_motu *motu) in snd_motu_protocol_v2_cache_packet_formats()
|
| H A D | motu.c | 28 static void name_card(struct snd_motu *motu) in name_card() 56 struct snd_motu *motu = card->private_data; in motu_card_free() local 68 struct snd_motu *motu; in motu_probe() local 137 struct snd_motu *motu = dev_get_drvdata(&unit->device); in motu_remove() local 145 struct snd_motu *motu = dev_get_drvdata(&unit->device); in motu_bus_update() local
|
| H A D | motu-proc.c | 30 struct snd_motu *motu = entry->private_data; in proc_read_clock() local 46 struct snd_motu *motu = entry->private_data; in proc_read_format() local 81 static void add_node(struct snd_motu *motu, struct snd_info_entry *root, in add_node() 93 void snd_motu_proc_init(struct snd_motu *motu) in snd_motu_proc_init()
|
| H A D | motu-protocol-v3.c | 37 int snd_motu_protocol_v3_get_clock_rate(struct snd_motu *motu, in snd_motu_protocol_v3_get_clock_rate() 59 int snd_motu_protocol_v3_set_clock_rate(struct snd_motu *motu, in snd_motu_protocol_v3_set_clock_rate() 107 int snd_motu_protocol_v3_get_clock_source(struct snd_motu *motu, in snd_motu_protocol_v3_get_clock_source() 169 int snd_motu_protocol_v3_switch_fetching_mode(struct snd_motu *motu, in snd_motu_protocol_v3_switch_fetching_mode() 192 static int detect_packet_formats_with_opt_ifaces(struct snd_motu *motu, u32 data) in detect_packet_formats_with_opt_ifaces() 237 int snd_motu_protocol_v3_cache_packet_formats(struct snd_motu *motu) in snd_motu_protocol_v3_cache_packet_formats()
|
| H A D | motu-register-dsp-message-parser.c | 101 int snd_motu_register_dsp_message_parser_new(struct snd_motu *motu) in snd_motu_register_dsp_message_parser_new() argument 114 int snd_motu_register_dsp_message_parser_init(struct snd_motu *motu) in snd_motu_register_dsp_message_parser_init() argument 127 static void queue_event(struct snd_motu *motu, u argument 148 struct snd_motu *motu = container_of(s, struct snd_motu, tx_stream); snd_motu_register_dsp_message_parser_parse() local 370 snd_motu_register_dsp_message_parser_copy_meter(struct snd_motu * motu,struct snd_firewire_motu_register_dsp_meter * meter) snd_motu_register_dsp_message_parser_copy_meter() argument 381 snd_motu_register_dsp_message_parser_copy_parameter(struct snd_motu * motu,struct snd_firewire_motu_register_dsp_parameter * param) snd_motu_register_dsp_message_parser_copy_parameter() argument 392 snd_motu_register_dsp_message_parser_count_event(struct snd_motu * motu) snd_motu_register_dsp_message_parser_count_event() argument 402 snd_motu_register_dsp_message_parser_copy_event(struct snd_motu * motu,u32 * event) snd_motu_register_dsp_message_parser_copy_event() argument [all...] |
| H A D | motu-command-dsp-message-parser.c | 36 int snd_motu_command_dsp_message_parser_new(struct snd_motu *motu) in snd_motu_command_dsp_message_parser_new() argument 49 int snd_motu_command_dsp_message_parser_init(struct snd_motu *motu, enum cip_sfc sfc) in snd_motu_command_dsp_message_parser_init() argument 86 struct snd_motu *motu = container_of(s, struct snd_motu, tx_stream); in snd_motu_command_dsp_message_parser_parse() local 175 snd_motu_command_dsp_message_parser_copy_meter(struct snd_motu * motu,struct snd_firewire_motu_command_dsp_meter * meter) snd_motu_command_dsp_message_parser_copy_meter() argument [all...] |
| H A D | motu.h | 217 static inline int snd_motu_protocol_get_clock_rate(struct snd_motu *motu, in snd_motu_protocol_get_clock_rate() 230 static inline int snd_motu_protocol_set_clock_rate(struct snd_motu *motu, in snd_motu_protocol_set_clock_rate() 243 static inline int snd_motu_protocol_get_clock_source(struct snd_motu *motu, in snd_motu_protocol_get_clock_source() 256 static inline int snd_motu_protocol_switch_fetching_mode(struct snd_motu *motu, in snd_motu_protocol_switch_fetching_mode() 269 static inline int snd_motu_protocol_cache_packet_formats(struct snd_motu *motu) in snd_motu_protocol_cache_packet_formats()
|
| H A D | amdtp-motu.c | 334 struct snd_motu *motu = container_of(s, struct snd_motu, tx_stream); in process_ir_ctx_payloads() local
|