Searched defs:ff (Results 1 – 8 of 8) sorted by relevance
/sound/firewire/fireface/ |
D | ff-stream.c | 34 static int keep_resources(struct snd_ff *ff, unsigned int rate) in keep_resources() 70 static void release_resources(struct snd_ff *ff) in release_resources() 76 static inline void finish_session(struct snd_ff *ff) in finish_session() 82 static int init_stream(struct snd_ff *ff, enum amdtp_stream_direction dir) in init_stream() 107 static void destroy_stream(struct snd_ff *ff, enum amdtp_stream_direction dir) in destroy_stream() 118 int snd_ff_stream_init_duplex(struct snd_ff *ff) in snd_ff_stream_init_duplex() 137 void snd_ff_stream_destroy_duplex(struct snd_ff *ff) in snd_ff_stream_destroy_duplex() 143 int snd_ff_stream_start_duplex(struct snd_ff *ff, unsigned int rate) in snd_ff_stream_start_duplex() 221 void snd_ff_stream_stop_duplex(struct snd_ff *ff) in snd_ff_stream_stop_duplex() 232 void snd_ff_stream_update_duplex(struct snd_ff *ff) in snd_ff_stream_update_duplex() [all …]
|
D | ff-pcm.c | 94 static int pcm_init_hw_params(struct snd_ff *ff, in pcm_init_hw_params() 131 struct snd_ff *ff = substream->private_data; in pcm_open() local 184 struct snd_ff *ff = substream->private_data; in pcm_close() local 194 struct snd_ff *ff = substream->private_data; in pcm_capture_hw_params() local 214 struct snd_ff *ff = substream->private_data; in pcm_playback_hw_params() local 233 struct snd_ff *ff = substream->private_data; in pcm_capture_hw_free() local 249 struct snd_ff *ff = substream->private_data; in pcm_playback_hw_free() local 265 struct snd_ff *ff = substream->private_data; in pcm_capture_prepare() local 282 struct snd_ff *ff = substream->private_data; in pcm_playback_prepare() local 299 struct snd_ff *ff = substream->private_data; in pcm_capture_trigger() local [all …]
|
D | ff-transaction.c | 11 static void finish_transmit_midi_msg(struct snd_ff *ff, unsigned int port, in finish_transmit_midi_msg() 40 struct snd_ff *ff = in finish_transmit_midi0_msg() local 49 struct snd_ff *ff = in finish_transmit_midi1_msg() local 54 static inline void fill_midi_buf(struct snd_ff *ff, unsigned int port, in fill_midi_buf() 60 static void transmit_midi_msg(struct snd_ff *ff, unsigned int port) in transmit_midi_msg() 124 struct snd_ff *ff = container_of(work, struct snd_ff, rx_midi_work[0]); in transmit_midi0_msg() local 131 struct snd_ff *ff = container_of(work, struct snd_ff, rx_midi_work[1]); in transmit_midi1_msg() local 141 struct snd_ff *ff = callback_data; in handle_midi_msg() local 181 static int allocate_own_address(struct snd_ff *ff, int i) in allocate_own_address() 237 int snd_ff_transaction_reregister(struct snd_ff *ff) in snd_ff_transaction_reregister() [all …]
|
D | ff-hwdep.c | 22 struct snd_ff *ff = hwdep->private_data; in hwdep_read() local 58 struct snd_ff *ff = hwdep->private_data; in hwdep_poll() local 73 static int hwdep_get_info(struct snd_ff *ff, void __user *arg) in hwdep_get_info() 92 static int hwdep_lock(struct snd_ff *ff) in hwdep_lock() 110 static int hwdep_unlock(struct snd_ff *ff) in hwdep_unlock() 130 struct snd_ff *ff = hwdep->private_data; in hwdep_release() local 143 struct snd_ff *ff = hwdep->private_data; in hwdep_ioctl() local 168 int snd_ff_create_hwdep_devices(struct snd_ff *ff) in snd_ff_create_hwdep_devices()
|
D | ff.c | 17 static void name_card(struct snd_ff *ff) in name_card() 30 static void ff_free(struct snd_ff *ff) in ff_free() 48 struct snd_ff *ff = container_of(work, struct snd_ff, dwork.work); in do_registration() local 103 struct snd_ff *ff; in snd_ff_probe() local 128 struct snd_ff *ff = dev_get_drvdata(&unit->device); in snd_ff_update() local 142 struct snd_ff *ff = dev_get_drvdata(&unit->device); in snd_ff_remove() local
|
D | ff-midi.c | 19 struct snd_ff *ff = substream->rmidi->private_data; in midi_playback_open() local 38 struct snd_ff *ff = substream->rmidi->private_data; in midi_playback_close() local 49 struct snd_ff *ff = substream->rmidi->private_data; in midi_capture_trigger() local 66 struct snd_ff *ff = substream->rmidi->private_data; in midi_playback_trigger() local 88 int snd_ff_create_midi_devices(struct snd_ff *ff) in snd_ff_create_midi_devices()
|
D | ff-protocol-ff400.c | 25 static int ff400_get_clock(struct snd_ff *ff, unsigned int *rate, in ff400_get_clock() 84 static int ff400_begin_session(struct snd_ff *ff, unsigned int rate) in ff400_begin_session() 136 static void ff400_finish_session(struct snd_ff *ff) in ff400_finish_session() 145 static int ff400_switch_fetching_mode(struct snd_ff *ff, bool enable) in ff400_switch_fetching_mode() 174 static void ff400_dump_sync_status(struct snd_ff *ff, in ff400_dump_sync_status() 287 static void ff400_dump_clock_config(struct snd_ff *ff, in ff400_dump_clock_config()
|
D | ff-proc.c | 14 struct snd_ff *ff = entry->private_data; in proc_dump_clock_config() local 22 struct snd_ff *ff = entry->private_data; in proc_dump_sync_status() local 27 static void add_node(struct snd_ff *ff, struct snd_info_entry *root, in add_node() 43 void snd_ff_proc_init(struct snd_ff *ff) in snd_ff_proc_init()
|