| /kernel/linux/linux-4.19/sound/firewire/dice/ |
| D | dice-pcm.c | 16 struct snd_dice *dice = substream->private_data; in dice_rate_constraint() local 54 struct snd_dice *dice = substream->private_data; in dice_channels_constraint() local 88 static int limit_channels_and_rates(struct snd_dice *dice, in limit_channels_and_rates() 126 static int init_hw_info(struct snd_dice *dice, in init_hw_info() 167 struct snd_dice *dice = substream->private_data; in pcm_open() local 227 struct snd_dice *dice = substream->private_data; in pcm_close() local 237 struct snd_dice *dice = substream->private_data; in capture_hw_params() local 256 struct snd_dice *dice = substream->private_data; in playback_hw_params() local 275 struct snd_dice *dice = substream->private_data; in capture_hw_free() local 291 struct snd_dice *dice = substream->private_data; in playback_hw_free() local [all …]
|
| D | dice-transaction.c | 12 static u64 get_subaddr(struct snd_dice *dice, enum snd_dice_addr_type type, in get_subaddr() 37 int snd_dice_transaction_write(struct snd_dice *dice, in snd_dice_transaction_write() 47 int snd_dice_transaction_read(struct snd_dice *dice, in snd_dice_transaction_read() 57 static unsigned int get_clock_info(struct snd_dice *dice, __be32 *info) in get_clock_info() 63 int snd_dice_transaction_get_clock_source(struct snd_dice *dice, in snd_dice_transaction_get_clock_source() 76 int snd_dice_transaction_get_rate(struct snd_dice *dice, unsigned int *rate) in snd_dice_transaction_get_rate() 97 int snd_dice_transaction_set_enable(struct snd_dice *dice) in snd_dice_transaction_set_enable() 119 void snd_dice_transaction_clear_enable(struct snd_dice *dice) in snd_dice_transaction_clear_enable() 138 struct snd_dice *dice = callback_data; in dice_notification() local 164 static int register_notification_address(struct snd_dice *dice, bool retry) in register_notification_address() [all …]
|
| D | dice-stream.c | 33 int snd_dice_stream_get_rate_mode(struct snd_dice *dice, unsigned int rate, in snd_dice_stream_get_rate_mode() 65 static int ensure_phase_lock(struct snd_dice *dice, unsigned int rate) in ensure_phase_lock() 115 static int get_register_params(struct snd_dice *dice, in get_register_params() 139 static void release_resources(struct snd_dice *dice) in release_resources() 158 static void stop_streams(struct snd_dice *dice, enum amdtp_stream_direction dir, in stop_streams() 178 static int keep_resources(struct snd_dice *dice, in keep_resources() 233 static int start_streams(struct snd_dice *dice, enum amdtp_stream_direction dir, in start_streams() 321 static int start_duplex_streams(struct snd_dice *dice, unsigned int rate) in start_duplex_streams() 388 int snd_dice_stream_start_duplex(struct snd_dice *dice, unsigned int rate) in snd_dice_stream_start_duplex() 445 void snd_dice_stream_stop_duplex(struct snd_dice *dice) in snd_dice_stream_stop_duplex() [all …]
|
| D | dice-hwdep.c | 15 struct snd_dice *dice = hwdep->private_data; in hwdep_read() local 58 struct snd_dice *dice = hwdep->private_data; in hwdep_poll() local 73 static int hwdep_get_info(struct snd_dice *dice, void __user *arg) in hwdep_get_info() 92 static int hwdep_lock(struct snd_dice *dice) in hwdep_lock() 110 static int hwdep_unlock(struct snd_dice *dice) in hwdep_unlock() 130 struct snd_dice *dice = hwdep->private_data; in hwdep_release() local 143 struct snd_dice *dice = hwdep->private_data; in hwdep_ioctl() local 168 int snd_dice_create_hwdep(struct snd_dice *dice) in snd_dice_create_hwdep()
|
| D | dice-midi.c | 12 struct snd_dice *dice = substream->rmidi->private_data; in midi_open() local 34 struct snd_dice *dice = substream->rmidi->private_data; in midi_close() local 49 struct snd_dice *dice = substrm->rmidi->private_data; in midi_capture_trigger() local 66 struct snd_dice *dice = substrm->rmidi->private_data; in midi_playback_trigger() local 81 static void set_midi_substream_names(struct snd_dice *dice, in set_midi_substream_names() 92 int snd_dice_create_midi(struct snd_dice *dice) in snd_dice_create_midi()
|
| D | dice.c | 67 static int check_clock_caps(struct snd_dice *dice) in check_clock_caps() 91 static void dice_card_strings(struct snd_dice *dice) in dice_card_strings() 126 static void dice_free(struct snd_dice *dice) in dice_free() 149 struct snd_dice *dice = container_of(work, struct snd_dice, dwork.work); in do_registration() local 217 struct snd_dice *dice; in dice_probe() local 255 struct snd_dice *dice = dev_get_drvdata(&unit->device); in dice_remove() local 275 struct snd_dice *dice = dev_get_drvdata(&unit->device); in dice_bus_reset() local
|
| D | dice.h | 135 static inline int snd_dice_transaction_write_global(struct snd_dice *dice, in snd_dice_transaction_write_global() 143 static inline int snd_dice_transaction_read_global(struct snd_dice *dice, in snd_dice_transaction_read_global() 151 static inline int snd_dice_transaction_write_tx(struct snd_dice *dice, in snd_dice_transaction_write_tx() 158 static inline int snd_dice_transaction_read_tx(struct snd_dice *dice, in snd_dice_transaction_read_tx() 165 static inline int snd_dice_transaction_write_rx(struct snd_dice *dice, in snd_dice_transaction_write_rx() 172 static inline int snd_dice_transaction_read_rx(struct snd_dice *dice, in snd_dice_transaction_read_rx() 179 static inline int snd_dice_transaction_write_sync(struct snd_dice *dice, in snd_dice_transaction_write_sync() 186 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 | 12 static int dice_proc_read_mem(struct snd_dice *dice, void *buffer, in dice_proc_read_mem() 71 struct snd_dice *dice = entry->private_data; in dice_proc_read() local 254 struct snd_dice *dice = entry->private_data; in dice_proc_read_formation() local 280 static void add_node(struct snd_dice *dice, struct snd_info_entry *root, in add_node() 296 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-tcelectronic.c | 58 int snd_dice_detect_tcelectronic_formats(struct snd_dice *dice) in snd_dice_detect_tcelectronic_formats()
|
| /kernel/linux/linux-5.10/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() 269 static void finish_session(struct snd_dice *dice, struct reg_params *tx_params, in finish_session() 278 int snd_dice_stream_reserve_duplex(struct snd_dice *dice, unsigned int rate, in snd_dice_stream_reserve_duplex() 339 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 256 struct snd_dice *dice = substream->private_data; in pcm_close() local 266 struct snd_dice *dice = substream->private_data; in pcm_hw_params() local 292 struct snd_dice *dice = substream->private_data; in pcm_hw_free() local 308 struct snd_dice *dice = substream->private_data; in capture_prepare() local 322 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-alesis.c | 22 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()
|
| 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-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()
|