Home
last modified time | relevance | path

Searched refs:snd_dice (Results 1 – 11 of 11) sorted by relevance

/linux/sound/firewire/dice/
H A Ddice.h71 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 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.c74 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 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-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()
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 Ddice-harman.c8 int snd_dice_detect_harman_formats(struct snd_dice *dice) in snd_dice_detect_harman_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-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()