Searched refs:OF_DYNAMIC (Results 1 – 17 of 17) sorted by relevance
/linux-6.6.21/drivers/of/ |
D | Kconfig | 69 config OF_DYNAMIC config 93 select OF_DYNAMIC
|
D | dynamic.c | 356 if (!of_node_check_flag(node, OF_DYNAMIC)) in of_node_release() 424 of_property_set_flag(new, OF_DYNAMIC); in __of_prop_dup() 461 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() 763 if (!of_node_check_flag(ovcs->overlay_root, OF_DYNAMIC)) in init_overlay_changeset()
|
/linux-6.6.21/include/linux/ |
D | of.h | 148 #define OF_DYNAMIC 1 /* (and properties) allocated via kmalloc */ macro 258 #define OF_IS_DYNAMIC(x) test_bit(OF_DYNAMIC, &x->_flags) 259 #define OF_MARK_DYNAMIC(x) set_bit(OF_DYNAMIC, &x->_flags)
|
/linux-6.6.21/arch/powerpc/platforms/pseries/ |
D | reconfig.c | 37 of_node_set_flag(np, OF_DYNAMIC); in pSeries_reconfig_add_node()
|
D | dlpar.c | 93 of_node_set_flag(dn, OF_DYNAMIC); in dlpar_parse_cc_node()
|
D | Kconfig | 7 select OF_DYNAMIC
|
D | hotplug-memory.c | 50 of_property_set_flag(new_prop, OF_DYNAMIC); in dlpar_clone_property()
|
/linux-6.6.21/drivers/i2c/muxes/ |
D | Kconfig | 105 select OF_DYNAMIC
|
/linux-6.6.21/drivers/pci/hotplug/ |
D | Kconfig | 120 select OF_DYNAMIC
|
/linux-6.6.21/arch/powerpc/platforms/8xx/ |
D | Kconfig | 25 select OF_DYNAMIC
|
/linux-6.6.21/arch/powerpc/mm/ |
D | drmem.c | 59 of_property_set_flag(new_prop, OF_DYNAMIC); in clone_property()
|
/linux-6.6.21/drivers/pci/ |
D | of.c | 616 if (!np || !of_node_check_flag(np, OF_DYNAMIC)) in of_pci_remove_node()
|
D | Kconfig | 200 select OF_DYNAMIC
|
/linux-6.6.21/lib/ |
D | vsprintf.c | 2190 tbuf[0] = of_node_check_flag(dn, OF_DYNAMIC) ? 'D' : '-'; in device_node_string()
|
D | Kconfig.debug | 1906 depends on OF_DYNAMIC && NOTIFIER_ERROR_INJECTION
|
/linux-6.6.21/drivers/spi/ |
D | Kconfig | 1256 def_bool ACPI || OF_DYNAMIC || SPI_SLAVE
|