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;
634 static void cs46xx_dsp_proc_sample_dump_read (struct snd_info_entry *entry,
637 struct snd_cs46xx *chip = entry->private_data;
784 struct snd_info_entry *entry;
790 entry = snd_info_create_card_entry(card, "dsp", card->proc_root);
791 if (entry)
792 entry->mode = S_IFDIR | 0555;
793 ins->proc_dsp_dir = entry;
798 entry = snd_info_create_card_entry(card, "spos_symbols",
800 if (entry)
801 snd_info_set_text_ops(entry, chip,
804 entry = snd_info_create_card_entry(card, "spos_modules",
806 if (entry)
807 snd_info_set_text_ops(entry, chip,
810 entry = snd_info_create_card_entry(card, "parameter",
812 if (entry)
813 snd_info_set_text_ops(entry, chip,
816 entry = snd_info_create_card_entry(card, "sample",
818 if (entry)
819 snd_info_set_text_ops(entry, chip,
822 entry = snd_info_create_card_entry(card, "task_tree",
824 if (entry)
825 snd_info_set_text_ops(entry, chip,
828 entry = snd_info_create_card_entry(card, "scb_info",
830 if (entry)
831 snd_info_set_text_ops(entry, chip,