Home
last modified time | relevance | path

Searched defs:dice (Results 26 - 31 of 31) sorted by relevance

12

/kernel/linux/linux-6.6/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.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-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-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.h133 static inline int snd_dice_transaction_write_global(struct snd_dice *dice, in snd_dice_transaction_write_global() argument
141 static inline int snd_dice_transaction_read_global(struct snd_dice *dice, in snd_dice_transaction_read_global() argument
149 static inline int snd_dice_transaction_write_tx(struct snd_dice *dice, in snd_dice_transaction_write_tx() argument
156 snd_dice_transaction_read_tx(struct snd_dice *dice, unsigned int offset, void *buf, unsigned int len) snd_dice_transaction_read_tx() argument
163 snd_dice_transaction_write_rx(struct snd_dice *dice, unsigned int offset, void *buf, unsigned int len) snd_dice_transaction_write_rx() argument
170 snd_dice_transaction_read_rx(struct snd_dice *dice, unsigned int offset, void *buf, unsigned int len) snd_dice_transaction_read_rx() argument
177 snd_dice_transaction_write_sync(struct snd_dice *dice, unsigned int offset, void *buf, unsigned int len) snd_dice_transaction_write_sync() argument
184 snd_dice_transaction_read_sync(struct snd_dice *dice, unsigned int offset, void *buf, unsigned int len) snd_dice_transaction_read_sync() argument
[all...]
H A Ddice-proc.c11 static int dice_proc_read_mem(struct snd_dice *dice, void *buffer, in dice_proc_read_mem() argument
70 struct snd_dice *dice = entry->private_data; in dice_proc_read() local
253 struct snd_dice *dice = entry->private_data; dice_proc_read_formation() local
279 add_node(struct snd_dice *dice, struct snd_info_entry *root, const char *name, void (*op)(struct snd_info_entry *entry, struct snd_info_buffer *buffer)) add_node() argument
291 snd_dice_create_proc(struct snd_dice *dice) snd_dice_create_proc() argument
[all...]

Completed in 6 milliseconds

12