Searched refs:OF_DYNAMIC (Results 1 – 15 of 15) sorted by relevance
/Linux-v4.19/drivers/of/ |
D | Kconfig | 56 config OF_DYNAMIC config 94 select OF_DYNAMIC
|
D | dynamic.c | 330 if (!of_node_check_flag(node, OF_DYNAMIC)) in of_node_release() 373 of_property_set_flag(new, OF_DYNAMIC); in __of_prop_dup() 409 of_node_set_flag(node, OF_DYNAMIC); in __of_node_dup()
|
D | overlay.c | 243 of_property_set_flag(new_prop, OF_DYNAMIC); in dup_and_fixup_symbol_prop() 572 if (!of_node_check_flag(tree, OF_DYNAMIC)) in init_overlay_changeset()
|
/Linux-v4.19/include/linux/ |
D | of.h | 142 #define OF_DYNAMIC 1 /* node and properties were allocated via kmalloc */ macro 256 #define OF_IS_DYNAMIC(x) test_bit(OF_DYNAMIC, &x->_flags) 257 #define OF_MARK_DYNAMIC(x) set_bit(OF_DYNAMIC, &x->_flags)
|
/Linux-v4.19/drivers/gpu/drm/rcar-du/ |
D | rcar_du_of.c | 86 of_property_set_flag(prop, OF_DYNAMIC); in rcar_du_of_add_property()
|
/Linux-v4.19/arch/powerpc/platforms/pseries/ |
D | reconfig.c | 41 of_node_set_flag(np, OF_DYNAMIC); in pSeries_reconfig_add_node()
|
D | Kconfig | 7 select OF_DYNAMIC
|
D | dlpar.c | 94 of_node_set_flag(dn, OF_DYNAMIC); in dlpar_parse_cc_node()
|
D | hotplug-memory.c | 100 of_property_set_flag(new_prop, OF_DYNAMIC); in dlpar_clone_property()
|
/Linux-v4.19/arch/powerpc/platforms/8xx/ |
D | Kconfig | 25 select OF_DYNAMIC
|
/Linux-v4.19/drivers/i2c/muxes/ |
D | Kconfig | 104 select OF_DYNAMIC
|
/Linux-v4.19/drivers/pci/hotplug/ |
D | Kconfig | 117 select OF_DYNAMIC
|
/Linux-v4.19/arch/powerpc/mm/ |
D | drmem.c | 60 of_property_set_flag(new_prop, OF_DYNAMIC); in clone_property()
|
/Linux-v4.19/lib/ |
D | vsprintf.c | 1622 tbuf[0] = of_node_check_flag(dn, OF_DYNAMIC) ? 'D' : '-'; in device_node_string()
|
D | Kconfig.debug | 1476 depends on OF_DYNAMIC && NOTIFIER_ERROR_INJECTION
|