Searched refs:OF_DYNAMIC (Results 1 – 15 of 15) sorted by relevance
/linux-6.1.9/drivers/of/ |
D | Kconfig | 57 config OF_DYNAMIC config 81 select OF_DYNAMIC
|
D | dynamic.c | 338 if (!of_node_check_flag(node, OF_DYNAMIC)) in of_node_release() 402 of_property_set_flag(new, OF_DYNAMIC); in __of_prop_dup() 438 of_node_set_flag(node, OF_DYNAMIC); in __of_node_dup()
|
D | overlay.c | 258 of_property_set_flag(new_prop, OF_DYNAMIC); in dup_and_fixup_symbol_prop() 746 if (!of_node_check_flag(ovcs->overlay_root, OF_DYNAMIC)) in init_overlay_changeset()
|
/linux-6.1.9/include/linux/ |
D | of.h | 143 #define OF_DYNAMIC 1 /* (and properties) allocated via kmalloc */ macro 253 #define OF_IS_DYNAMIC(x) test_bit(OF_DYNAMIC, &x->_flags) 254 #define OF_MARK_DYNAMIC(x) set_bit(OF_DYNAMIC, &x->_flags)
|
/linux-6.1.9/arch/powerpc/platforms/pseries/ |
D | reconfig.c | 37 of_node_set_flag(np, OF_DYNAMIC); in pSeries_reconfig_add_node()
|
D | Kconfig | 7 select OF_DYNAMIC
|
D | dlpar.c | 92 of_node_set_flag(dn, OF_DYNAMIC); in dlpar_parse_cc_node()
|
D | hotplug-memory.c | 98 of_property_set_flag(new_prop, OF_DYNAMIC); in dlpar_clone_property()
|
/linux-6.1.9/drivers/pci/hotplug/ |
D | Kconfig | 117 select OF_DYNAMIC
|
/linux-6.1.9/drivers/i2c/muxes/ |
D | Kconfig | 105 select OF_DYNAMIC
|
/linux-6.1.9/arch/powerpc/platforms/8xx/ |
D | Kconfig | 25 select OF_DYNAMIC
|
/linux-6.1.9/arch/powerpc/mm/ |
D | drmem.c | 59 of_property_set_flag(new_prop, OF_DYNAMIC); in clone_property()
|
/linux-6.1.9/lib/ |
D | vsprintf.c | 2167 tbuf[0] = of_node_check_flag(dn, OF_DYNAMIC) ? 'D' : '-'; in device_node_string()
|
D | Kconfig.debug | 1839 depends on OF_DYNAMIC && NOTIFIER_ERROR_INJECTION
|
/linux-6.1.9/drivers/spi/ |
D | Kconfig | 1194 def_bool ACPI || OF_DYNAMIC || SPI_SLAVE
|