Searched refs:snd_ff (Results 1 – 10 of 10) sorted by relevance
| /linux/sound/firewire/fireface/ |
| A D | ff.h | 66 struct snd_ff { struct 115 int (*fill_midi_msg)(struct snd_ff *ff, 123 void (*finish_session)(struct snd_ff *ff); 131 int snd_ff_transaction_register(struct snd_ff *ff); 144 int snd_ff_stream_init_duplex(struct snd_ff *ff); 150 void snd_ff_stream_stop_duplex(struct snd_ff *ff); 153 void snd_ff_stream_lock_changed(struct snd_ff *ff); 154 int snd_ff_stream_lock_try(struct snd_ff *ff); 157 void snd_ff_proc_init(struct snd_ff *ff); 160 int snd_ff_create_midi_devices(struct snd_ff *ff); [all …]
|
| A D | ff-transaction.c | 39 struct snd_ff *ff = in finish_transmit_midi0_msg() 40 container_of(callback_data, struct snd_ff, transactions[0]); in finish_transmit_midi0_msg() 48 struct snd_ff *ff = in finish_transmit_midi1_msg() 49 container_of(callback_data, struct snd_ff, transactions[1]); in finish_transmit_midi1_msg() 116 struct snd_ff *ff = container_of(work, struct snd_ff, rx_midi_work[0]); in transmit_midi0_msg() 123 struct snd_ff *ff = container_of(work, struct snd_ff, rx_midi_work[1]); in transmit_midi1_msg() 133 struct snd_ff *ff = callback_data; in handle_midi_msg() 143 static int allocate_own_address(struct snd_ff *ff, int i) in allocate_own_address() 174 int snd_ff_transaction_reregister(struct snd_ff *ff) in snd_ff_transaction_reregister() 191 int snd_ff_transaction_register(struct snd_ff *ff) in snd_ff_transaction_register() [all …]
|
| A D | ff-stream.c | 33 static inline void finish_session(struct snd_ff *ff) in finish_session() 39 static int init_stream(struct snd_ff *ff, struct amdtp_stream *s) in init_stream() 64 static void destroy_stream(struct snd_ff *ff, struct amdtp_stream *s) in destroy_stream() 74 int snd_ff_stream_init_duplex(struct snd_ff *ff) in snd_ff_stream_init_duplex() 101 void snd_ff_stream_destroy_duplex(struct snd_ff *ff) in snd_ff_stream_destroy_duplex() 168 int snd_ff_stream_start_duplex(struct snd_ff *ff, unsigned int rate) in snd_ff_stream_start_duplex() 228 void snd_ff_stream_stop_duplex(struct snd_ff *ff) in snd_ff_stream_stop_duplex() 239 void snd_ff_stream_update_duplex(struct snd_ff *ff) in snd_ff_stream_update_duplex() 248 void snd_ff_stream_lock_changed(struct snd_ff *ff) in snd_ff_stream_lock_changed() 254 int snd_ff_stream_lock_try(struct snd_ff *ff) in snd_ff_stream_lock_try() [all …]
|
| A D | ff-pcm.c | 141 struct snd_ff *ff = substream->private_data; in pcm_open() 220 struct snd_ff *ff = substream->private_data; in pcm_close() 230 struct snd_ff *ff = substream->private_data; in pcm_hw_params() 251 struct snd_ff *ff = substream->private_data; in pcm_hw_free() 267 struct snd_ff *ff = substream->private_data; in pcm_capture_prepare() 284 struct snd_ff *ff = substream->private_data; in pcm_playback_prepare() 301 struct snd_ff *ff = substream->private_data; in pcm_capture_trigger() 319 struct snd_ff *ff = substream->private_data; in pcm_playback_trigger() 337 struct snd_ff *ff = sbstrm->private_data; in pcm_capture_pointer() 344 struct snd_ff *ff = sbstrm->private_data; in pcm_playback_pointer() [all …]
|
| A D | ff-hwdep.c | 21 struct snd_ff *ff = hwdep->private_data; in hwdep_read() 55 struct snd_ff *ff = hwdep->private_data; in hwdep_poll() 70 static int hwdep_get_info(struct snd_ff *ff, void __user *arg) in hwdep_get_info() 89 static int hwdep_lock(struct snd_ff *ff) in hwdep_lock() 107 static int hwdep_unlock(struct snd_ff *ff) in hwdep_unlock() 127 struct snd_ff *ff = hwdep->private_data; in hwdep_release() 140 struct snd_ff *ff = hwdep->private_data; in hwdep_ioctl() 165 int snd_ff_create_hwdep_devices(struct snd_ff *ff) in snd_ff_create_hwdep_devices()
|
| A D | ff-protocol-former.c | 73 static int former_get_clock(struct snd_ff *ff, unsigned int *rate, in former_get_clock() 89 static int former_switch_fetching_mode(struct snd_ff *ff, bool enable) in former_switch_fetching_mode() 259 static void former_dump_status(struct snd_ff *ff, in former_dump_status() 266 static int former_fill_midi_msg(struct snd_ff *ff, in former_fill_midi_msg() 296 static int allocate_tx_resources(struct snd_ff *ff) in allocate_tx_resources() 337 static int ff800_allocate_resources(struct snd_ff *ff, unsigned int rate) in ff800_allocate_resources() 375 static int ff800_begin_session(struct snd_ff *ff, unsigned int rate) in ff800_begin_session() 394 static void ff800_finish_session(struct snd_ff *ff) in ff800_finish_session() 407 static void ff800_handle_midi_msg(struct snd_ff *ff, unsigned int offset, in ff800_handle_midi_msg() 488 static int ff400_begin_session(struct snd_ff *ff, unsigned int rate) in ff400_begin_session() [all …]
|
| A D | ff-midi.c | 18 struct snd_ff *ff = substream->rmidi->private_data; in midi_playback_open() 37 struct snd_ff *ff = substream->rmidi->private_data; in midi_playback_close() 48 struct snd_ff *ff = substream->rmidi->private_data; in midi_capture_trigger() 65 struct snd_ff *ff = substream->rmidi->private_data; in midi_playback_trigger() 87 int snd_ff_create_midi_devices(struct snd_ff *ff) in snd_ff_create_midi_devices()
|
| A D | ff-protocol-latter.c | 143 static int latter_get_clock(struct snd_ff *ff, unsigned int *rate, in latter_get_clock() 159 static int latter_switch_fetching_mode(struct snd_ff *ff, bool enable) in latter_switch_fetching_mode() 174 static int latter_allocate_resources(struct snd_ff *ff, unsigned int rate) in latter_allocate_resources() 250 static int latter_begin_session(struct snd_ff *ff, unsigned int rate) in latter_begin_session() 305 static void latter_finish_session(struct snd_ff *ff) in latter_finish_session() 314 static void latter_dump_status(struct snd_ff *ff, struct snd_info_buffer *buffer) in latter_dump_status() 398 static void latter_handle_midi_msg(struct snd_ff *ff, unsigned int offset, in latter_handle_midi_msg() 488 static int latter_fill_midi_msg(struct snd_ff *ff, in latter_fill_midi_msg()
|
| A D | ff-proc.c | 30 struct snd_ff *ff = entry->private_data; in proc_dump_status() 35 static void add_node(struct snd_ff *ff, struct snd_info_entry *root, in add_node() 47 void snd_ff_proc_init(struct snd_ff *ff) in snd_ff_proc_init()
|
| A D | ff.c | 16 static void name_card(struct snd_ff *ff) in name_card() 41 struct snd_ff *ff = card->private_data; in ff_card_free() 53 struct snd_ff *ff; in snd_ff_probe() 109 struct snd_ff *ff = dev_get_drvdata(&unit->device); in snd_ff_update() 118 struct snd_ff *ff = dev_get_drvdata(&unit->device); in snd_ff_remove()
|
Completed in 15 milliseconds