| /Linux-v5.4/sound/firewire/dice/ | 
| D | dice-transaction.c | 11 static u64 get_subaddr(struct snd_dice *dice, enum snd_dice_addr_type type,  in get_subaddr() 36 int snd_dice_transaction_write(struct snd_dice *dice,  in snd_dice_transaction_write() 46 int snd_dice_transaction_read(struct snd_dice *dice,  in snd_dice_transaction_read() 56 static unsigned int get_clock_info(struct snd_dice *dice, __be32 *info)  in get_clock_info() 62 int snd_dice_transaction_get_clock_source(struct snd_dice *dice,  in snd_dice_transaction_get_clock_source() 75 int snd_dice_transaction_get_rate(struct snd_dice *dice, unsigned int *rate)  in snd_dice_transaction_get_rate() 96 int snd_dice_transaction_set_enable(struct snd_dice *dice)  in snd_dice_transaction_set_enable() 118 void snd_dice_transaction_clear_enable(struct snd_dice *dice)  in snd_dice_transaction_clear_enable() 137 	struct snd_dice *dice = callback_data;  in dice_notification()  local 163 static int register_notification_address(struct snd_dice *dice, bool retry)  in register_notification_address() [all …] 
 | 
| D | dice-stream.c | 32 int snd_dice_stream_get_rate_mode(struct snd_dice *dice, unsigned int rate,  in snd_dice_stream_get_rate_mode() 64 static int ensure_phase_lock(struct snd_dice *dice, unsigned int rate)  in ensure_phase_lock() 114 static int get_register_params(struct snd_dice *dice,  in get_register_params() 138 static void release_resources(struct snd_dice *dice)  in release_resources() 148 static void stop_streams(struct snd_dice *dice, enum amdtp_stream_direction dir,  in stop_streams() 168 static int keep_resources(struct snd_dice *dice, struct amdtp_stream *stream,  in keep_resources() 210 static int keep_dual_resources(struct snd_dice *dice, unsigned int rate,  in keep_dual_resources() 272 static void finish_session(struct snd_dice *dice, struct reg_params *tx_params,  in finish_session() 281 int snd_dice_stream_reserve_duplex(struct snd_dice *dice, unsigned int rate)  in snd_dice_stream_reserve_duplex() 335 static int start_streams(struct snd_dice *dice, enum amdtp_stream_direction dir,  in start_streams() [all …] 
 | 
| D | dice-pcm.c | 15 	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() 125 static int init_hw_info(struct snd_dice *dice,  in init_hw_info() 166 	struct snd_dice *dice = substream->private_data;  in pcm_open()  local 226 	struct snd_dice *dice = substream->private_data;  in pcm_close()  local 236 	struct snd_dice *dice = substream->private_data;  in pcm_hw_params()  local 259 	struct snd_dice *dice = substream->private_data;  in pcm_hw_free()  local 275 	struct snd_dice *dice = substream->private_data;  in capture_prepare()  local 289 	struct snd_dice *dice = substream->private_data;  in playback_prepare()  local [all …] 
 | 
| D | dice-hwdep.c | 14 	struct snd_dice *dice = hwdep->private_data;  in hwdep_read()  local 57 	struct snd_dice *dice = hwdep->private_data;  in hwdep_poll()  local 72 static int hwdep_get_info(struct snd_dice *dice, void __user *arg)  in hwdep_get_info() 91 static int hwdep_lock(struct snd_dice *dice)  in hwdep_lock() 109 static int hwdep_unlock(struct snd_dice *dice)  in hwdep_unlock() 129 	struct snd_dice *dice = hwdep->private_data;  in hwdep_release()  local 142 	struct snd_dice *dice = hwdep->private_data;  in hwdep_ioctl()  local 167 int snd_dice_create_hwdep(struct snd_dice *dice)  in snd_dice_create_hwdep()
  | 
| D | dice-midi.c | 11 	struct snd_dice *dice = substream->rmidi->private_data;  in midi_open()  local 38 	struct snd_dice *dice = substream->rmidi->private_data;  in midi_close()  local 53 	struct snd_dice *dice = substrm->rmidi->private_data;  in midi_capture_trigger()  local 70 	struct snd_dice *dice = substrm->rmidi->private_data;  in midi_playback_trigger()  local 85 static void set_midi_substream_names(struct snd_dice *dice,  in set_midi_substream_names() 96 int snd_dice_create_midi(struct snd_dice *dice)  in snd_dice_create_midi()
  | 
| D | dice.c | 68 static int check_clock_caps(struct snd_dice *dice)  in check_clock_caps() 92 static void dice_card_strings(struct snd_dice *dice)  in dice_card_strings() 129 	struct snd_dice *dice = card->private_data;  in dice_card_free()  local 137 	struct snd_dice *dice = container_of(work, struct snd_dice, dwork.work);  in do_registration()  local 198 	struct snd_dice *dice;  in dice_probe()  local 235 	struct snd_dice *dice = dev_get_drvdata(&unit->device);  in dice_remove()  local 255 	struct snd_dice *dice = dev_get_drvdata(&unit->device);  in dice_bus_reset()  local
  | 
| D | dice.h | 136 static inline int snd_dice_transaction_write_global(struct snd_dice *dice,  in snd_dice_transaction_write_global() 144 static inline int snd_dice_transaction_read_global(struct snd_dice *dice,  in snd_dice_transaction_read_global() 152 static inline int snd_dice_transaction_write_tx(struct snd_dice *dice,  in snd_dice_transaction_write_tx() 159 static inline int snd_dice_transaction_read_tx(struct snd_dice *dice,  in snd_dice_transaction_read_tx() 166 static inline int snd_dice_transaction_write_rx(struct snd_dice *dice,  in snd_dice_transaction_write_rx() 173 static inline int snd_dice_transaction_read_rx(struct snd_dice *dice,  in snd_dice_transaction_read_rx() 180 static inline int snd_dice_transaction_write_sync(struct snd_dice *dice,  in snd_dice_transaction_write_sync() 187 static inline int snd_dice_transaction_read_sync(struct snd_dice *dice,  in snd_dice_transaction_read_sync()
  | 
| D | dice-extension.c | 50 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()
  | 
| D | dice-proc.c | 11 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()
  | 
| D | dice-alesis.c | 22 int snd_dice_detect_alesis_formats(struct snd_dice *dice)  in snd_dice_detect_alesis_formats()
  | 
| D | dice-mytek.c | 28 int snd_dice_detect_mytek_formats(struct snd_dice *dice)  in snd_dice_detect_mytek_formats()
  | 
| D | dice-presonus.c | 22 int snd_dice_detect_presonus_formats(struct snd_dice *dice)  in snd_dice_detect_presonus_formats()
  | 
| D | dice-tcelectronic.c | 58 int snd_dice_detect_tcelectronic_formats(struct snd_dice *dice)  in snd_dice_detect_tcelectronic_formats()
  |