Searched refs:childnode (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/arch/c6x/platforms/ |
D | pll.c | 102 list_for_each_entry(clk, &root->children, childnode) { in propagate_rate() 145 list_del_init(&clk->childnode); in clk_set_parent() 146 list_add(&clk->childnode, &clk->parent->children); in clk_set_parent() 172 list_add_tail(&clk->childnode, &clk->parent->children); in clk_register() 198 list_del(&clk->childnode); in clk_unregister() 330 INIT_LIST_HEAD(&clk->childnode); in __init_clk() 403 list_for_each_entry(clk, &parent->children, childnode) { in dump_clock()
|
D | plldata.c | 33 .childnode = LIST_HEAD_INIT(clkin1.childnode),
|
/linux-4.4.14/arch/arm/mach-davinci/ |
D | clock.c | 152 list_for_each_entry(clk, &root->children, childnode) { in propagate_rate() 199 list_del_init(&clk->childnode); in clk_set_parent() 200 list_add(&clk->childnode, &clk->parent->children); in clk_set_parent() 228 list_add_tail(&clk->childnode, &clk->parent->children); in clk_register() 254 list_del(&clk->childnode); in clk_unregister() 678 list_for_each_entry(clk, &parent->children, childnode) { in dump_clock()
|
D | clock.h | 100 struct list_head childnode; /* parent's child list node */ member
|
/linux-4.4.14/arch/c6x/include/asm/ |
D | clock.h | 91 struct list_head childnode; /* parent's child list node */ member
|
/linux-4.4.14/Documentation/devicetree/bindings/reset/ |
D | zynq-reset.txt | 14 The Zynq Reset Manager needs to be a childnode of the SLCR.
|
/linux-4.4.14/Documentation/devicetree/bindings/usb/ |
D | atmel-usb.txt | 91 - ep childnode: To specify the number of endpoints and their properties.
|
/linux-4.4.14/Documentation/devicetree/ |
D | booting-without-of.txt | 1137 childnode@address { /* define a child node named "childnode" 1138 * whose unit name is "childnode at 1143 * childnode (in this case, a string)
|