Home
last modified time | relevance | path

Searched defs:dice (Results 1 – 16 of 16) sorted by relevance

/linux/sound/firewire/dice/
H A Ddice-stream.c32 int snd_dice_stream_get_rate_mode(struct snd_dice *dice, unsigned int rate, in snd_dice_stream_get_rate_mode() argument
60 static int select_clock(struct snd_dice *dice, unsigned int rate) in select_clock() argument
101 static int get_register_params(struct snd_dice *dice, in get_register_params() argument
125 release_resources(struct snd_dice * dice) release_resources() argument
135 stop_streams(struct snd_dice * dice,enum amdtp_stream_direction dir,struct reg_params * params) stop_streams() argument
155 keep_resources(struct snd_dice * dice,struct amdtp_stream * stream,struct fw_iso_resources * resources,unsigned int rate,unsigned int pcm_chs,unsigned int midi_ports) keep_resources() argument
197 keep_dual_resources(struct snd_dice * dice,unsigned int rate,enum amdtp_stream_direction dir,struct reg_params * params) keep_dual_resources() argument
256 finish_session(struct snd_dice * dice,struct reg_params * tx_params,struct reg_params * rx_params) finish_session() argument
265 snd_dice_stream_reserve_duplex(struct snd_dice * dice,unsigned int rate,unsigned int events_per_period,unsigned int events_per_buffer) snd_dice_stream_reserve_duplex() argument
326 start_streams(struct snd_dice * dice,enum amdtp_stream_direction dir,unsigned int rate,struct reg_params * params) start_streams() argument
382 snd_dice_stream_start_duplex(struct snd_dice * dice) snd_dice_stream_start_duplex() argument
475 snd_dice_stream_stop_duplex(struct snd_dice * dice) snd_dice_stream_stop_duplex() argument
488 init_stream(struct snd_dice * dice,enum amdtp_stream_direction dir,unsigned int index) init_stream() argument
521 destroy_stream(struct snd_dice * dice,enum amdtp_stream_direction dir,unsigned int index) destroy_stream() argument
540 snd_dice_stream_init_duplex(struct snd_dice * dice) snd_dice_stream_init_duplex() argument
575 snd_dice_stream_destroy_duplex(struct snd_dice * dice) snd_dice_stream_destroy_duplex() argument
587 snd_dice_stream_update_duplex(struct snd_dice * dice) snd_dice_stream_update_duplex() argument
609 snd_dice_stream_detect_current_formats(struct snd_dice * dice) snd_dice_stream_detect_current_formats() argument
672 dice_lock_changed(struct snd_dice * dice) dice_lock_changed() argument
678 snd_dice_stream_lock_try(struct snd_dice * dice) snd_dice_stream_lock_try() argument
697 snd_dice_stream_lock_release(struct snd_dice * dice) snd_dice_stream_lock_release() argument
[all...]
H A Ddice-transaction.c11 static u64 get_subaddr(struct snd_dice *dice, enum snd_dice_addr_type type, in get_subaddr() argument
36 int snd_dice_transaction_write(struct snd_dice *dice, in snd_dice_transaction_write() argument
46 snd_dice_transaction_read(struct snd_dice * dice,enum snd_dice_addr_type type,unsigned int offset,void * buf,unsigned int len) snd_dice_transaction_read() argument
56 get_clock_info(struct snd_dice * dice,__be32 * info) get_clock_info() argument
62 snd_dice_transaction_get_clock_source(struct snd_dice * dice,unsigned int * source) snd_dice_transaction_get_clock_source() argument
75 snd_dice_transaction_get_rate(struct snd_dice * dice,unsigned int * rate) snd_dice_transaction_get_rate() argument
96 snd_dice_transaction_set_enable(struct snd_dice * dice) snd_dice_transaction_set_enable() argument
118 snd_dice_transaction_clear_enable(struct snd_dice * dice) snd_dice_transaction_clear_enable() argument
137 struct snd_dice *dice = callback_data; dice_notification() local
163 register_notification_address(struct snd_dice * dice,bool retry) register_notification_address() argument
217 unregister_notification_address(struct snd_dice * dice) unregister_notification_address() argument
241 snd_dice_transaction_destroy(struct snd_dice * dice) snd_dice_transaction_destroy() argument
254 snd_dice_transaction_reinit(struct snd_dice * dice) snd_dice_transaction_reinit() argument
264 get_subaddrs(struct snd_dice * dice) get_subaddrs() argument
342 snd_dice_transaction_init(struct snd_dice * dice) snd_dice_transaction_init() argument
[all...]
H A Ddice-pcm.c15 struct snd_dice *dice = substream->private_data; in dice_rate_constraint() local
53 struct snd_dice *dice = substream->private_data; in dice_channels_constraint() local
87 static int limit_channels_and_rates(struct snd_dice *dice, in limit_channels_and_rates() argument
125 init_hw_info(struct snd_dice * dice,struct snd_pcm_substream * substream) init_hw_info() argument
166 struct snd_dice *dice = substream->private_data; pcm_open() local
256 struct snd_dice *dice = substream->private_data; pcm_close() local
266 struct snd_dice *dice = substream->private_data; pcm_hw_params() local
292 struct snd_dice *dice = substream->private_data; pcm_hw_free() local
308 struct snd_dice *dice = substream->private_data; capture_prepare() local
322 struct snd_dice *dice = substream->private_data; playback_prepare() local
337 struct snd_dice *dice = substream->private_data; capture_trigger() local
355 struct snd_dice *dice = substream->private_data; playback_trigger() local
374 struct snd_dice *dice = substream->private_data; capture_pointer() local
381 struct snd_dice *dice = substream->private_data; playback_pointer() local
389 struct snd_dice *dice = substream->private_data; capture_ack() local
397 struct snd_dice *dice = substream->private_data; playback_ack() local
403 snd_dice_create_pcm(struct snd_dice * dice) snd_dice_create_pcm() argument
[all...]
H A Ddice-hwdep.c14 struct snd_dice *dice = hwdep->private_data; in hwdep_read() local
57 struct snd_dice *dice = hwdep->private_data; hwdep_poll() local
72 hwdep_get_info(struct snd_dice * dice,void __user * arg) hwdep_get_info() argument
91 hwdep_lock(struct snd_dice * dice) hwdep_lock() argument
109 hwdep_unlock(struct snd_dice * dice) hwdep_unlock() argument
129 struct snd_dice *dice = hwdep->private_data; hwdep_release() local
142 struct snd_dice *dice = hwdep->private_data; hwdep_ioctl() local
167 snd_dice_create_hwdep(struct snd_dice * dice) snd_dice_create_hwdep() argument
[all...]
H A Ddice-midi.c11 struct snd_dice *dice = substream->rmidi->private_data; in midi_open() local
38 struct snd_dice *dice = substream->rmidi->private_data; midi_close() local
53 struct snd_dice *dice = substrm->rmidi->private_data; midi_capture_trigger() local
70 struct snd_dice *dice = substrm->rmidi->private_data; midi_playback_trigger() local
85 set_midi_substream_names(struct snd_dice * dice,struct snd_rawmidi_str * str) set_midi_substream_names() argument
96 snd_dice_create_midi(struct snd_dice * dice) snd_dice_create_midi() argument
[all...]
H A Ddice.c73 static int check_clock_caps(struct snd_dice *dice) in check_clock_caps() argument
97 static void dice_card_strings(struct snd_dice *dice) in dice_card_strings() argument
134 struct snd_dice *dice = card->private_data; dice_card_free() local
146 struct snd_dice *dice; dice_probe() local
228 struct snd_dice *dice = dev_get_drvdata(&unit->device); dice_remove() local
236 struct snd_dice *dice = dev_get_drvdata(&unit->device); dice_bus_reset() local
[all...]
H A Ddice.h133 static inline int snd_dice_transaction_write_global(struct snd_dice *dice, in snd_dice_transaction_write_global()
141 static inline int snd_dice_transaction_read_global(struct snd_dice *dice, in snd_dice_transaction_read_global()
149 static inline int snd_dice_transaction_write_tx(struct snd_dice *dice, in snd_dice_transaction_write_tx()
156 static inline int snd_dice_transaction_read_tx(struct snd_dice *dice, in snd_dice_transaction_read_tx()
163 static inline int snd_dice_transaction_write_rx(struct snd_dice *dice, in snd_dice_transaction_write_rx()
170 static inline int snd_dice_transaction_read_rx(struct snd_dice *dice, in snd_dice_transaction_read_rx()
177 static inline int snd_dice_transaction_write_sync(struct snd_dice *dice, in snd_dice_transaction_write_sync()
184 static inline int snd_dice_transaction_read_sync(struct snd_dice *dice, in snd_dice_transaction_read_sync()
H A Ddice-extension.c50 static inline int read_transaction(struct snd_dice *dice, u64 section_addr, in read_transaction()
59 static int read_stream_entries(struct snd_dice *dice, u64 section_addr, in read_stream_entries()
84 static int detect_stream_formats(struct snd_dice *dice, u64 section_addr) in detect_stream_formats()
140 int snd_dice_detect_extension_formats(struct snd_dice *dice) in snd_dice_detect_extension_formats()
H A Ddice-proc.c11 static int dice_proc_read_mem(struct snd_dice *dice, void *buffer, in dice_proc_read_mem()
70 struct snd_dice *dice = entry->private_data; in dice_proc_read() local
253 struct snd_dice *dice = entry->private_data; in dice_proc_read_formation() local
279 static void add_node(struct snd_dice *dice, struct snd_info_entry *root, in add_node()
291 void snd_dice_create_proc(struct snd_dice *dice) in snd_dice_create_proc()
H A Ddice-alesis.c22 int snd_dice_detect_alesis_formats(struct snd_dice *dice) in snd_dice_detect_alesis_formats()
54 int snd_dice_detect_alesis_mastercontrol_formats(struct snd_dice *dice) in snd_dice_detect_alesis_mastercontrol_formats()
H A Ddice-focusrite.c8 int snd_dice_detect_focusrite_pro40_tcd3070_formats(struct snd_dice *dice) in snd_dice_detect_focusrite_pro40_tcd3070_formats()
H A Ddice-harman.c8 int snd_dice_detect_harman_formats(struct snd_dice *dice) in snd_dice_detect_harman_formats()
H A Ddice-mytek.c28 int snd_dice_detect_mytek_formats(struct snd_dice *dice) in snd_dice_detect_mytek_formats()
H A Ddice-presonus.c20 int snd_dice_detect_presonus_formats(struct snd_dice *dice) in snd_dice_detect_presonus_formats()
H A Ddice-weiss.c61 int snd_dice_detect_weiss_formats(struct snd_dice *dice) in snd_dice_detect_weiss_formats()
H A Ddice-tcelectronic.c58 int snd_dice_detect_tcelectronic_formats(struct snd_dice *dice) in snd_dice_detect_tcelectronic_formats()