Home
last modified time | relevance | path

Searched defs:motu (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/sound/firewire/motu/
Dmotu-stream.c29 static int start_both_streams(struct snd_motu *motu, unsigned int rate) in start_both_streams()
87 static void stop_both_streams(struct snd_motu *motu) in stop_both_streams()
114 static int start_isoc_ctx(struct snd_motu *motu, struct amdtp_stream *stream) in start_isoc_ctx()
138 static void stop_isoc_ctx(struct snd_motu *motu, struct amdtp_stream *stream) in stop_isoc_ctx()
151 int snd_motu_stream_cache_packet_formats(struct snd_motu *motu) in snd_motu_stream_cache_packet_formats()
178 static int ensure_packet_formats(struct snd_motu *motu) in ensure_packet_formats()
204 int snd_motu_stream_start_duplex(struct snd_motu *motu, unsigned int rate) in snd_motu_stream_start_duplex()
292 void snd_motu_stream_stop_duplex(struct snd_motu *motu) in snd_motu_stream_stop_duplex()
306 static int init_stream(struct snd_motu *motu, enum amdtp_stream_direction dir) in init_stream()
333 static void destroy_stream(struct snd_motu *motu, in destroy_stream()
[all …]
Dmotu-pcm.c72 static void limit_channels_and_rates(struct snd_motu *motu, in limit_channels_and_rates()
99 static int init_hw_info(struct snd_motu *motu, in init_hw_info()
136 struct snd_motu *motu = substream->private_data; in pcm_open() local
186 struct snd_motu *motu = substream->private_data; in pcm_close() local
196 struct snd_motu *motu = substream->private_data; in capture_hw_params() local
215 struct snd_motu *motu = substream->private_data; in playback_hw_params() local
234 struct snd_motu *motu = substream->private_data; in capture_hw_free() local
250 struct snd_motu *motu = substream->private_data; in playback_hw_free() local
266 struct snd_motu *motu = substream->private_data; in capture_prepare() local
279 struct snd_motu *motu = substream->private_data; in playback_prepare() local
[all …]
Dmotu-midi.c12 struct snd_motu *motu = substream->rmidi->private_data; in midi_capture_open() local
34 struct snd_motu *motu = substream->rmidi->private_data; in midi_playback_open() local
56 struct snd_motu *motu = substream->rmidi->private_data; in midi_capture_close() local
71 struct snd_motu *motu = substream->rmidi->private_data; in midi_playback_close() local
86 struct snd_motu *motu = substrm->rmidi->private_data; in midi_capture_trigger() local
103 struct snd_motu *motu = substrm->rmidi->private_data; in midi_playback_trigger() local
118 static void set_midi_substream_names(struct snd_motu *motu, in set_midi_substream_names()
129 int snd_motu_create_midi_devices(struct snd_motu *motu) in snd_motu_create_midi_devices()
Dmotu-hwdep.c23 struct snd_motu *motu = hwdep->private_data; in hwdep_read() local
65 struct snd_motu *motu = hwdep->private_data; in hwdep_poll() local
80 static int hwdep_get_info(struct snd_motu *motu, void __user *arg) in hwdep_get_info()
99 static int hwdep_lock(struct snd_motu *motu) in hwdep_lock()
117 static int hwdep_unlock(struct snd_motu *motu) in hwdep_unlock()
137 struct snd_motu *motu = hwdep->private_data; in hwdep_release() local
150 struct snd_motu *motu = hwdep->private_data; in hwdep_ioctl() local
175 int snd_motu_create_hwdep_device(struct snd_motu *motu) in snd_motu_create_hwdep_device()
Dmotu-transaction.c16 int snd_motu_transaction_read(struct snd_motu *motu, u32 offset, __be32 *reg, in snd_motu_transaction_read()
32 int snd_motu_transaction_write(struct snd_motu *motu, u32 offset, __be32 *reg, in snd_motu_transaction_write()
53 struct snd_motu *motu = callback_data; in handle_message() local
76 int snd_motu_transaction_reregister(struct snd_motu *motu) in snd_motu_transaction_reregister()
98 int snd_motu_transaction_register(struct snd_motu *motu) in snd_motu_transaction_register()
125 void snd_motu_transaction_unregister(struct snd_motu *motu) in snd_motu_transaction_unregister()
Dmotu.c29 static void name_card(struct snd_motu *motu) in name_card()
55 static void motu_free(struct snd_motu *motu) in motu_free()
79 struct snd_motu *motu = container_of(work, struct snd_motu, dwork.work); in do_registration() local
143 struct snd_motu *motu; in motu_probe() local
167 struct snd_motu *motu = dev_get_drvdata(&unit->device); in motu_remove() local
187 struct snd_motu *motu = dev_get_drvdata(&unit->device); in motu_bus_update() local
Dmotu-proc.c29 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
82 static void add_node(struct snd_motu *motu, struct snd_info_entry *root, in add_node()
98 void snd_motu_proc_init(struct snd_motu *motu) in snd_motu_proc_init()
Dmotu-protocol-v2.c28 static int v2_get_clock_rate(struct snd_motu *motu, unsigned int *rate) in v2_get_clock_rate()
48 static int v2_set_clock_rate(struct snd_motu *motu, unsigned int rate) in v2_set_clock_rate()
81 static int v2_get_clock_source(struct snd_motu *motu, in v2_get_clock_source()
129 static int v2_switch_fetching_mode(struct snd_motu *motu, bool enable) in v2_switch_fetching_mode()
234 static int v2_cache_packet_formats(struct snd_motu *motu) in v2_cache_packet_formats()
Dmotu-protocol-v3.c28 static int v3_get_clock_rate(struct snd_motu *motu, unsigned int *rate) in v3_get_clock_rate()
49 static int v3_set_clock_rate(struct snd_motu *motu, unsigned int rate) in v3_set_clock_rate()
89 static int v3_get_clock_source(struct snd_motu *motu, in v3_get_clock_source()
135 static int v3_switch_fetching_mode(struct snd_motu *motu, bool enable) in v3_switch_fetching_mode()
277 static int v3_cache_packet_formats(struct snd_motu *motu) in v3_cache_packet_formats()