Lines Matching refs:entry
493 static void cs46xx_dsp_proc_symbol_table_read (struct snd_info_entry *entry,
496 struct snd_cs46xx *chip = entry->private_data;
521 static void cs46xx_dsp_proc_modules_read (struct snd_info_entry *entry,
524 struct snd_cs46xx *chip = entry->private_data;
544 static void cs46xx_dsp_proc_task_tree_read (struct snd_info_entry *entry,
547 struct snd_cs46xx *chip = entry->private_data;
572 static void cs46xx_dsp_proc_scb_read (struct snd_info_entry *entry,
575 struct snd_cs46xx *chip = entry->private_data;
605 static void cs46xx_dsp_proc_parameter_dump_read (struct snd_info_entry *entry,
608 struct snd_cs46xx *chip = entry->private_data;
633 static void cs46xx_dsp_proc_sample_dump_read (struct snd_info_entry *entry,
636 struct snd_cs46xx *chip = entry->private_data;
783 struct snd_info_entry *entry;
789 entry = snd_info_create_card_entry(card, "dsp", card->proc_root);
790 if (entry)
791 entry->mode = S_IFDIR | 0555;
792 ins->proc_dsp_dir = entry;
797 entry = snd_info_create_card_entry(card, "spos_symbols",
799 if (entry)
800 snd_info_set_text_ops(entry, chip,
803 entry = snd_info_create_card_entry(card, "spos_modules",
805 if (entry)
806 snd_info_set_text_ops(entry, chip,
809 entry = snd_info_create_card_entry(card, "parameter",
811 if (entry)
812 snd_info_set_text_ops(entry, chip,
815 entry = snd_info_create_card_entry(card, "sample",
817 if (entry)
818 snd_info_set_text_ops(entry, chip,
821 entry = snd_info_create_card_entry(card, "task_tree",
823 if (entry)
824 snd_info_set_text_ops(entry, chip,
827 entry = snd_info_create_card_entry(card, "scb_info",
829 if (entry)
830 snd_info_set_text_ops(entry, chip,