Searched refs:snd_dice (Results 1 – 11 of 11) sorted by relevance
| /linux/sound/firewire/dice/ |
| H A D | dice.h | 71 struct snd_dice; 72 typedef int (*snd_dice_detect_formats_t)(struct snd_dice *dice); 74 struct snd_dice { struct 124 int snd_dice_transaction_write(struct snd_dice *dice, argument 128 int snd_dice_transaction_read(struct snd_dice *dice, 132 static inline int snd_dice_transaction_write_global(struct snd_dice *dice, in snd_dice_transaction_write_global() 140 static inline int snd_dice_transaction_read_global(struct snd_dice *dice, in snd_dice_transaction_read_global() 148 static inline int snd_dice_transaction_write_tx(struct snd_dice *dice, in snd_dice_transaction_write_tx() 155 static inline int snd_dice_transaction_read_tx(struct snd_dice *dice, in snd_dice_transaction_read_tx() 162 static inline int snd_dice_transaction_write_rx(struct snd_dice *dice, in snd_dice_transaction_write_rx() [all …]
|
| H A 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()
|
| H A D | dice.c | 74 static int check_clock_caps(struct snd_dice *dice) in check_clock_caps() 98 static void dice_card_strings(struct snd_dice *dice) in dice_card_strings() 135 struct snd_dice *dice = card->private_data; in dice_card_free() 147 struct snd_dice *dice; in dice_probe() 229 struct snd_dice *dice = dev_get_drvdata(&unit->device); in dice_remove() 237 struct snd_dice *dice = dev_get_drvdata(&unit->device); in dice_bus_reset()
|
| H A 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()
|
| H A 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() 253 struct snd_dice *dice = entry->private_data; in dice_proc_read_formation() 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 D | dice-harman.c | 8 int snd_dice_detect_harman_formats(struct snd_dice *dice) in snd_dice_detect_harman_formats()
|
| H A D | dice-focusrite.c | 8 int snd_dice_detect_focusrite_pro40_tcd3070_formats(struct snd_dice *dice) in snd_dice_detect_focusrite_pro40_tcd3070_formats()
|
| H A D | dice-mytek.c | 28 int snd_dice_detect_mytek_formats(struct snd_dice *dice) in snd_dice_detect_mytek_formats()
|
| H A D | dice-presonus.c | 20 int snd_dice_detect_presonus_formats(struct snd_dice *dice) in snd_dice_detect_presonus_formats()
|
| H A D | dice-weiss.c | 61 int snd_dice_detect_weiss_formats(struct snd_dice *dice) in snd_dice_detect_weiss_formats()
|
| H A D | dice-tcelectronic.c | 58 int snd_dice_detect_tcelectronic_formats(struct snd_dice *dice) in snd_dice_detect_tcelectronic_formats()
|