Searched refs:OF_DYNAMIC (Results 1 – 19 of 19) sorted by relevance
| /linux/drivers/media/platform/qcom/venus/ ! |
| H A D | Kconfig | 6 select OF_DYNAMIC if ARCH_QCOM
|
| /linux/drivers/of/ ! |
| H A D | Kconfig | 83 config OF_DYNAMIC config 107 select OF_DYNAMIC
|
| H 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()
|
| H A D | overlay.c | 264 of_property_set_flag(new_prop, OF_DYNAMIC); in dup_and_fixup_symbol_prop() 761 if (!of_node_check_flag(ovcs->overlay_root, OF_DYNAMIC)) in init_overlay_changeset()
|
| /linux/drivers/pci/ ! |
| H A D | of.c | 657 if (!np || !of_node_check_flag(np, OF_DYNAMIC)) in of_pci_remove_node() 743 if (!np || !of_node_check_flag(np, OF_DYNAMIC)) in of_pci_remove_host_bridge_node()
|
| H A D | Kconfig | 246 select OF_DYNAMIC
|
| /linux/include/linux/ ! |
| H 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/ ! |
| H A D | reconfig.c | 37 of_node_set_flag(np, OF_DYNAMIC); in pSeries_reconfig_add_node()
|
| H A D | Kconfig | 7 select OF_DYNAMIC
|
| H A D | dlpar.c | 94 of_node_set_flag(dn, OF_DYNAMIC); in dlpar_parse_cc_node()
|
| H A D | hotplug-memory.c | 50 of_property_set_flag(new_prop, OF_DYNAMIC); in dlpar_clone_property()
|
| /linux/arch/powerpc/platforms/8xx/ ! |
| H A D | Kconfig | 25 select OF_DYNAMIC
|
| /linux/drivers/pci/hotplug/ ! |
| H A D | Kconfig | 142 select OF_DYNAMIC
|
| /linux/drivers/i2c/muxes/ ! |
| H A D | Kconfig | 105 select OF_DYNAMIC
|
| /linux/arch/powerpc/mm/ ! |
| H A D | drmem.c | 59 of_property_set_flag(new_prop, OF_DYNAMIC); in clone_property()
|
| /linux/drivers/bus/ ! |
| H A D | Kconfig | 175 select OF_DYNAMIC
|
| /linux/drivers/platform/chrome/ ! |
| H A D | Kconfig | 68 select OF_DYNAMIC
|
| /linux/lib/ ! |
| H A D | vsprintf.c | 2253 tbuf[0] = of_node_check_flag(dn, OF_DYNAMIC) ? 'D' : '-'; in device_node_string()
|
| H A D | Kconfig.debug | 2037 depends on OF_DYNAMIC && NOTIFIER_ERROR_INJECTION
|