Home
last modified time | relevance | path

Searched refs:snd_tscm (Results 1 – 4 of 4) sorted by relevance

/linux/sound/firewire/tascam/
H A Dtascam.h66 struct snd_tscm { struct
164 int snd_tscm_stream_get_rate(struct snd_tscm *tscm, unsigned int *rate);
165 int snd_tscm_stream_get_clock(struct snd_tscm *tscm,
167 int snd_tscm_stream_init_duplex(struct snd_tscm *tscm);
168 void snd_tscm_stream_update_duplex(struct snd_tscm *tscm);
169 void snd_tscm_stream_destroy_duplex(struct snd_tscm *tscm);
170 int snd_tscm_stream_reserve_duplex(struct snd_tscm *tscm, unsigned int rate,
173 int snd_tscm_stream_start_duplex(struct snd_tscm *tscm, unsigned int rate);
174 void snd_tscm_stream_stop_duplex(struct snd_tscm *tscm);
176 void snd_tscm_stream_lock_changed(struct snd_tscm *tscm);
[all …]
H A Dtascam-hwdep.c18 static long tscm_hwdep_read_locked(struct snd_tscm *tscm, char __user *buf, in tscm_hwdep_read_locked()
38 static long tscm_hwdep_read_queue(struct snd_tscm *tscm, char __user *buf, in tscm_hwdep_read_queue()
102 struct snd_tscm *tscm = hwdep->private_data; in hwdep_read()
133 struct snd_tscm *tscm = hwdep->private_data; in hwdep_poll()
144 static int hwdep_get_info(struct snd_tscm *tscm, void __user *arg) in hwdep_get_info()
163 static int hwdep_lock(struct snd_tscm *tscm) in hwdep_lock()
175 static int hwdep_unlock(struct snd_tscm *tscm) in hwdep_unlock()
187 static int tscm_hwdep_state(struct snd_tscm *tscm, void __user *arg) in tscm_hwdep_state()
197 struct snd_tscm *tscm = hwdep->private_data; in hwdep_release()
209 struct snd_tscm *tscm = hwdep->private_data; in hwdep_ioctl()
[all …]
H A Dtascam-proc.c13 struct snd_tscm *tscm = entry->private_data; in proc_read_firmware()
52 static void add_node(struct snd_tscm *tscm, struct snd_info_entry *root, in add_node()
64 void snd_tscm_proc_init(struct snd_tscm *tscm) in snd_tscm_proc_init()
H A Dtascam-transaction.c250 struct snd_tscm *tscm = callback_data; in handle_midi_tx()
292 int snd_tscm_transaction_register(struct snd_tscm *tscm) in snd_tscm_transaction_register()
333 int snd_tscm_transaction_reregister(struct snd_tscm *tscm) in snd_tscm_transaction_reregister()
370 void snd_tscm_transaction_unregister(struct snd_tscm *tscm) in snd_tscm_transaction_unregister()