Searched refs:OF_DYNAMIC (Results 1 – 18 of 18) sorted by relevance
| /linux/drivers/of/ |
| A D | Kconfig | 77 config OF_DYNAMIC config 101 select OF_DYNAMIC
|
| A D | dynamic.c | 363 if (!of_node_check_flag(node, OF_DYNAMIC)) in of_node_release() 431 of_property_set_flag(new, OF_DYNAMIC); in __of_prop_dup() 466 of_node_set_flag(node, OF_DYNAMIC); in __of_node_dup()
|
| A D | overlay.c | 258 of_property_set_flag(new_prop, OF_DYNAMIC); in dup_and_fixup_symbol_prop() 756 if (!of_node_check_flag(ovcs->overlay_root, OF_DYNAMIC)) in init_overlay_changeset()
|
| /linux/include/linux/ |
| A D | of.h | 150 #define OF_DYNAMIC 1 /* (and properties) allocated via kmalloc */ macro 255 #define OF_IS_DYNAMIC(x) test_bit(OF_DYNAMIC, &x->_flags) 256 #define OF_MARK_DYNAMIC(x) set_bit(OF_DYNAMIC, &x->_flags)
|
| /linux/arch/powerpc/platforms/pseries/ |
| A D | reconfig.c | 37 of_node_set_flag(np, OF_DYNAMIC); in pSeries_reconfig_add_node()
|
| A D | Kconfig | 7 select OF_DYNAMIC
|
| A D | dlpar.c | 94 of_node_set_flag(dn, OF_DYNAMIC); in dlpar_parse_cc_node()
|
| A D | hotplug-memory.c | 50 of_property_set_flag(new_prop, OF_DYNAMIC); in dlpar_clone_property()
|
| /linux/drivers/pci/hotplug/ |
| A D | Kconfig | 132 select OF_DYNAMIC
|
| /linux/arch/powerpc/platforms/8xx/ |
| A D | Kconfig | 25 select OF_DYNAMIC
|
| /linux/arch/powerpc/mm/ |
| A D | drmem.c | 59 of_property_set_flag(new_prop, OF_DYNAMIC); in clone_property()
|
| /linux/drivers/i2c/muxes/ |
| A D | Kconfig | 105 select OF_DYNAMIC
|
| /linux/drivers/pci/ |
| A D | of.c | 656 if (!np || !of_node_check_flag(np, OF_DYNAMIC)) in of_pci_remove_node()
|
| A D | Kconfig | 214 select OF_DYNAMIC
|
| /linux/drivers/bus/ |
| A D | Kconfig | 169 select OF_DYNAMIC
|
| /linux/lib/ |
| A D | vsprintf.c | 2170 tbuf[0] = of_node_check_flag(dn, OF_DYNAMIC) ? 'D' : '-'; in device_node_string()
|
| A D | Kconfig.debug | 1987 depends on OF_DYNAMIC && NOTIFIER_ERROR_INJECTION
|
| /linux/drivers/spi/ |
| A D | Kconfig | 1284 def_bool ACPI || OF_DYNAMIC || SPI_SLAVE
|
Completed in 48 milliseconds