/Linux-v4.19/sound/firewire/fireface/ |
D | ff-proc.c | 27 static void add_node(struct snd_ff *ff, struct snd_info_entry *root, in add_node() function 61 add_node(ff, root, "clock-config", proc_dump_clock_config); in snd_ff_proc_init() 62 add_node(ff, root, "sync-status", proc_dump_sync_status); in snd_ff_proc_init()
|
/Linux-v4.19/sound/firewire/bebob/ |
D | bebob_proc.c | 160 add_node(struct snd_bebob *bebob, struct snd_info_entry *root, const char *name, in add_node() function 192 add_node(bebob, root, "clock", proc_read_clock); in snd_bebob_proc_init() 193 add_node(bebob, root, "firmware", proc_read_hw_info); in snd_bebob_proc_init() 194 add_node(bebob, root, "formation", proc_read_formation); in snd_bebob_proc_init() 197 add_node(bebob, root, "meter", proc_read_meters); in snd_bebob_proc_init()
|
/Linux-v4.19/sound/firewire/fireworks/ |
D | fireworks_proc.c | 196 add_node(struct snd_efw *efw, struct snd_info_entry *root, const char *name, in add_node() function 228 add_node(efw, root, "clock", proc_read_clock); in snd_efw_proc_init() 229 add_node(efw, root, "firmware", proc_read_hwinfo); in snd_efw_proc_init() 230 add_node(efw, root, "meters", proc_read_phys_meters); in snd_efw_proc_init() 231 add_node(efw, root, "queues", proc_read_queues_state); in snd_efw_proc_init()
|
/Linux-v4.19/sound/firewire/motu/ |
D | motu-proc.c | 82 static void add_node(struct snd_motu *motu, struct snd_info_entry *root, in add_node() function 116 add_node(motu, root, "clock", proc_read_clock); in snd_motu_proc_init() 117 add_node(motu, root, "format", proc_read_format); in snd_motu_proc_init()
|
/Linux-v4.19/sound/firewire/tascam/ |
D | tascam-proc.c | 53 static void add_node(struct snd_tscm *tscm, struct snd_info_entry *root, in add_node() function 87 add_node(tscm, root, "firmware", proc_read_firmware); in snd_tscm_proc_init()
|
/Linux-v4.19/sound/firewire/oxfw/ |
D | oxfw-proc.c | 78 static void add_node(struct snd_oxfw *oxfw, struct snd_info_entry *root, in add_node() function 112 add_node(oxfw, root, "formation", proc_read_formation); in snd_oxfw_proc_init()
|
/Linux-v4.19/sound/firewire/dice/ |
D | dice-proc.c | 280 static void add_node(struct snd_dice *dice, struct snd_info_entry *root, in add_node() function 314 add_node(dice, root, "dice", dice_proc_read); in snd_dice_create_proc() 315 add_node(dice, root, "formation", dice_proc_read_formation); in snd_dice_create_proc()
|
/Linux-v4.19/Documentation/sphinx/ |
D | kfigure.py | 133 app.add_node(kernel_image, 142 app.add_node(kernel_figure, 151 app.add_node(kernel_render,
|
/Linux-v4.19/fs/ubifs/ |
D | log.c | 602 static int add_node(struct ubifs_info *c, void *buf, int *lnum, int *offs, in add_node() function 664 err = add_node(c, buf, &write_lnum, in ubifs_consolidate_log() 674 err = add_node(c, buf, &write_lnum, &offs, in ubifs_consolidate_log()
|
/Linux-v4.19/kernel/gcov/ |
D | fs.c | 572 static void add_node(struct gcov_info *info) in add_node() function 747 add_node(info); in gcov_event()
|
/Linux-v4.19/kernel/ |
D | cpu.c | 1621 goto add_node; in __cpuhp_state_add_instance_cpuslocked() 1641 add_node: in __cpuhp_state_add_instance_cpuslocked()
|