Home
last modified time | relevance | path

Searched refs:add_node (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/kernel/sound/firewire/bebob/
H A Dbebob_proc.c159 add_node(struct snd_bebob *bebob, struct snd_info_entry *root, const char *name, in add_node() function
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()
/OK3568_Linux_fs/kernel/sound/firewire/fireworks/
H A Dfireworks_proc.c195 add_node(struct snd_efw *efw, struct snd_info_entry *root, const char *name, in add_node() function
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()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Ddigraph.h101 void add_node (node_t *node);
134 virtual void add_node (node_t *node) = 0;
167 root_cluster->add_node (n); in dump_dot_to_pp()
228 digraph<GraphTraits>::add_node (node_t *node) in add_node() function
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Ddigraph.h101 void add_node (node_t *node);
134 virtual void add_node (node_t *node) = 0;
167 root_cluster->add_node (n); in dump_dot_to_pp()
228 digraph<GraphTraits>::add_node (node_t *node) in add_node() function
/OK3568_Linux_fs/kernel/sound/firewire/motu/
H A Dmotu-proc.c81 static void add_node(struct snd_motu *motu, struct snd_info_entry *root, in add_node() function
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()
/OK3568_Linux_fs/kernel/sound/firewire/fireface/
H A Dff-proc.c35 static void add_node(struct snd_ff *ff, struct snd_info_entry *root, in add_node() function
61 add_node(ff, root, "status", proc_dump_status); in snd_ff_proc_init()
/OK3568_Linux_fs/external/mpp/osal/
H A Dmpp_mem.cpp100 void add_node(const char *caller, void *ptr, size_t size);
230 add_node(__FUNCTION__, nodes, size); in MppMemService()
236 add_node(__FUNCTION__, frees, size); in MppMemService()
241 add_node(__FUNCTION__, logs, size); in MppMemService()
243 add_node(__FUNCTION__, this, sizeof(MppMemService)); in MppMemService()
301 void MppMemService::add_node(const char *caller, void *ptr, size_t size) in add_node() function in MppMemService
660 service.add_node(caller, ptr, size); in mpp_osal_malloc()
/OK3568_Linux_fs/kernel/sound/firewire/tascam/
H A Dtascam-proc.c52 static void add_node(struct snd_tscm *tscm, struct snd_info_entry *root, in add_node() function
78 add_node(tscm, root, "firmware", proc_read_firmware); in snd_tscm_proc_init()
/OK3568_Linux_fs/kernel/sound/firewire/oxfw/
H A Doxfw-proc.c77 static void add_node(struct snd_oxfw *oxfw, struct snd_info_entry *root, in add_node() function
103 add_node(oxfw, root, "formation", proc_read_formation); in snd_oxfw_proc_init()
/OK3568_Linux_fs/kernel/sound/firewire/dice/
H A Ddice-proc.c279 static void add_node(struct snd_dice *dice, struct snd_info_entry *root, in add_node() function
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()
/OK3568_Linux_fs/kernel/Documentation/sphinx/
H A Dkfigure.py135 app.add_node(kernel_image,
144 app.add_node(kernel_figure,
153 app.add_node(kernel_render,
/OK3568_Linux_fs/u-boot/fs/ubifs/
H A Dlog.c594 static int add_node(struct ubifs_info *c, void *buf, int *lnum, int *offs, in add_node() function
656 err = add_node(c, buf, &write_lnum, in ubifs_consolidate_log()
666 err = add_node(c, buf, &write_lnum, &offs, in ubifs_consolidate_log()
/OK3568_Linux_fs/kernel/fs/ubifs/
H A Dlog.c611 static int add_node(struct ubifs_info *c, void *buf, int *lnum, int *offs, in add_node() function
673 err = add_node(c, buf, &write_lnum, in ubifs_consolidate_log()
683 err = add_node(c, buf, &write_lnum, &offs, in ubifs_consolidate_log()
/OK3568_Linux_fs/kernel/kernel/gcov/
H A Dfs.c564 static void add_node(struct gcov_info *info) in add_node() function
739 add_node(info); in gcov_event()
/OK3568_Linux_fs/u-boot/fs/jffs2/
H A Djffs2_nand_1pass.c63 add_node(struct b_list *list, int size) in add_node() function
140 if (!(new = (struct b_inode *)add_node(list, sizeof(struct b_inode)))) { in insert_inode()
158 if (!(new = (struct b_dirent *)add_node(list, sizeof(struct b_dirent)))) { in insert_dirent()
H A Djffs2_1pass.c512 add_node(struct b_list *list) in add_node() function
555 if (!(new = add_node(list))) { in insert_node()
/OK3568_Linux_fs/kernel/lib/
H A Dbootconfig.c587 goto add_node; in __xbc_add_key()
602 add_node: in __xbc_add_key()
/OK3568_Linux_fs/kernel/kernel/
H A Dcpu.c2200 goto add_node; in __cpuhp_state_add_instance_cpuslocked()
2220 add_node: in __cpuhp_state_add_instance_cpuslocked()