| /sound/firewire/fireface/ |
| A D | ff-proc.c | 35 static void add_node(struct snd_ff *ff, struct snd_info_entry *root, in add_node() argument 42 entry = snd_info_create_card_entry(ff->card, name, root); in add_node() 49 struct snd_info_entry *root; in snd_ff_proc_init() local 55 root = snd_info_create_card_entry(ff->card, "firewire", in snd_ff_proc_init() 57 if (root == NULL) in snd_ff_proc_init() 59 root->mode = S_IFDIR | 0555; in snd_ff_proc_init() 61 add_node(ff, root, "status", proc_dump_status); in snd_ff_proc_init()
|
| /sound/firewire/motu/ |
| A D | motu-proc.c | 81 static void add_node(struct snd_motu *motu, struct snd_info_entry *root, in add_node() argument 88 entry = snd_info_create_card_entry(motu->card, name, root); in add_node() 95 struct snd_info_entry *root; in snd_motu_proc_init() local 101 root = snd_info_create_card_entry(motu->card, "firewire", in snd_motu_proc_init() 103 if (root == NULL) in snd_motu_proc_init() 105 root->mode = S_IFDIR | 0555; in snd_motu_proc_init() 107 add_node(motu, root, "clock", proc_read_clock); in snd_motu_proc_init() 108 add_node(motu, root, "format", proc_read_format); in snd_motu_proc_init()
|
| /sound/firewire/tascam/ |
| A D | tascam-proc.c | 52 static void add_node(struct snd_tscm *tscm, struct snd_info_entry *root, in add_node() argument 59 entry = snd_info_create_card_entry(tscm->card, name, root); in add_node() 66 struct snd_info_entry *root; in snd_tscm_proc_init() local 72 root = snd_info_create_card_entry(tscm->card, "firewire", in snd_tscm_proc_init() 74 if (root == NULL) in snd_tscm_proc_init() 76 root->mode = S_IFDIR | 0555; in snd_tscm_proc_init() 78 add_node(tscm, root, "firmware", proc_read_firmware); in snd_tscm_proc_init()
|
| /sound/firewire/bebob/ |
| A D | bebob_proc.c | 159 add_node(struct snd_bebob *bebob, struct snd_info_entry *root, const char *name, in add_node() argument 164 entry = snd_info_create_card_entry(bebob->card, name, root); in add_node() 171 struct snd_info_entry *root; in snd_bebob_proc_init() local 177 root = snd_info_create_card_entry(bebob->card, "firewire", in snd_bebob_proc_init() 179 if (root == NULL) in snd_bebob_proc_init() 181 root->mode = S_IFDIR | 0555; in snd_bebob_proc_init() 183 add_node(bebob, root, "clock", proc_read_clock); in snd_bebob_proc_init() 184 add_node(bebob, root, "firmware", proc_read_hw_info); in snd_bebob_proc_init() 185 add_node(bebob, root, "formation", proc_read_formation); in snd_bebob_proc_init() 188 add_node(bebob, root, "meter", proc_read_meters); in snd_bebob_proc_init()
|
| /sound/firewire/oxfw/ |
| A D | oxfw-proc.c | 77 static void add_node(struct snd_oxfw *oxfw, struct snd_info_entry *root, in add_node() argument 84 entry = snd_info_create_card_entry(oxfw->card, name, root); in add_node() 91 struct snd_info_entry *root; in snd_oxfw_proc_init() local 97 root = snd_info_create_card_entry(oxfw->card, "firewire", in snd_oxfw_proc_init() 99 if (root == NULL) in snd_oxfw_proc_init() 101 root->mode = S_IFDIR | 0555; in snd_oxfw_proc_init() 103 add_node(oxfw, root, "formation", proc_read_formation); in snd_oxfw_proc_init()
|
| /sound/firewire/fireworks/ |
| A D | fireworks_proc.c | 195 add_node(struct snd_efw *efw, struct snd_info_entry *root, const char *name, in add_node() argument 200 entry = snd_info_create_card_entry(efw->card, name, root); in add_node() 207 struct snd_info_entry *root; in snd_efw_proc_init() local 213 root = snd_info_create_card_entry(efw->card, "firewire", in snd_efw_proc_init() 215 if (root == NULL) in snd_efw_proc_init() 217 root->mode = S_IFDIR | 0555; in snd_efw_proc_init() 219 add_node(efw, root, "clock", proc_read_clock); in snd_efw_proc_init() 220 add_node(efw, root, "firmware", proc_read_hwinfo); in snd_efw_proc_init() 221 add_node(efw, root, "meters", proc_read_phys_meters); in snd_efw_proc_init() 222 add_node(efw, root, "queues", proc_read_queues_state); in snd_efw_proc_init()
|
| /sound/firewire/digi00x/ |
| A D | digi00x-proc.c | 70 struct snd_info_entry *root, *entry; in snd_dg00x_proc_init() local 76 root = snd_info_create_card_entry(dg00x->card, "firewire", in snd_dg00x_proc_init() 78 if (root == NULL) in snd_dg00x_proc_init() 81 root->mode = S_IFDIR | 0555; in snd_dg00x_proc_init() 83 entry = snd_info_create_card_entry(dg00x->card, "clock", root); in snd_dg00x_proc_init()
|
| /sound/firewire/dice/ |
| A D | dice-proc.c | 279 static void add_node(struct snd_dice *dice, struct snd_info_entry *root, in add_node() argument 286 entry = snd_info_create_card_entry(dice->card, name, root); in add_node() 293 struct snd_info_entry *root; in snd_dice_create_proc() local 299 root = snd_info_create_card_entry(dice->card, "firewire", in snd_dice_create_proc() 301 if (!root) in snd_dice_create_proc() 303 root->mode = S_IFDIR | 0555; in snd_dice_create_proc() 305 add_node(dice, root, "dice", dice_proc_read); in snd_dice_create_proc() 306 add_node(dice, root, "formation", dice_proc_read_formation); in snd_dice_create_proc()
|
| /sound/hda/core/ |
| A D | sysfs.c | 14 struct kobject *root; member 333 kobject_put(tree->root); in widget_tree_free() 373 tree->root = kobject_create_and_add("widgets", &codec->dev.kobj); in widget_tree_create() 374 if (!tree->root) in widget_tree_create() 383 err = add_widget_node(tree->root, nid, &widget_node_group, in widget_tree_create() 390 err = add_widget_node(tree->root, codec->afg, in widget_tree_create() 396 kobject_uevent(tree->root, KOBJ_CHANGE); in widget_tree_create() 455 add_widget_node(tree->root, nid, &widget_node_group, in hda_widget_sysfs_reinit() 467 kobject_uevent(tree->root, KOBJ_CHANGE); in hda_widget_sysfs_reinit()
|
| /sound/core/ |
| A D | info.c | 775 struct proc_dir_entry *root, *p = NULL; in __snd_info_register() local 779 root = entry->parent == NULL ? snd_proc_root->p : entry->parent->p; in __snd_info_register() 781 if (entry->p || !root) in __snd_info_register() 784 p = proc_mkdir_mode(entry->name, entry->mode, root); in __snd_info_register() 793 p = proc_create_data(entry->name, entry->mode, root, in __snd_info_register()
|
| /sound/soc/intel/catpt/ |
| A D | loader.c | 72 catpt_request_region(struct resource *root, resource_size_t size) in catpt_request_region() argument 74 struct resource *res = root->child; in catpt_request_region() 75 resource_size_t addr = root->start; in catpt_request_region() 86 return __request_region(root, addr, size, NULL, 0); in catpt_request_region()
|
| A D | core.h | 23 catpt_request_region(struct resource *root, resource_size_t size);
|
| /sound/soc/fsl/ |
| A D | fsl_ssi.c | 1490 struct device_node *root = of_find_node_by_path("/"); in fsl_ssi_probe_from_dt() local 1492 sprop = of_get_property(root, "compatible", NULL); in fsl_ssi_probe_from_dt() 1493 of_node_put(root); in fsl_ssi_probe_from_dt()
|
| /sound/soc/sof/intel/ |
| A D | Kconfig | 55 typically located in the root file system are already 74 located in the root file system are already compatible with both SOF
|
| /sound/synth/emux/ |
| A D | emux_synth.c | 818 offset = (vp->reg.fixkey - vp->reg.root) * 4096 / 12; in calc_pitch() 820 offset = (vp->note - vp->reg.root) * 4096 / 12; in calc_pitch()
|
| A D | soundfont.c | 612 avp->root = 60; in init_voice_info() 1076 zone->v.root = note / 100; in load_guspatch() 1086 zone->v.root, zone->v.tune, zone->v.low, zone->v.high); in load_guspatch()
|
| /sound/core/seq/ |
| A D | seq_clientmgr.c | 2036 cptr = client_load_and_use_ptr(subs->root.client); in snd_seq_ioctl_query_subs() 2039 port = snd_seq_port_use_ptr(cptr, subs->root.port); in snd_seq_ioctl_query_subs()
|