Home
last modified time | relevance | path

Searched refs:OF_DYNAMIC (Results 1 – 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/drivers/of/
DKconfig57 config OF_DYNAMIC config
87 select OF_DYNAMIC
Ddynamic.c335 if (!of_node_check_flag(node, OF_DYNAMIC)) in of_node_release()
397 of_property_set_flag(new, OF_DYNAMIC); in __of_prop_dup()
433 of_node_set_flag(node, OF_DYNAMIC); in __of_node_dup()
Doverlay.c260 of_property_set_flag(new_prop, OF_DYNAMIC); in dup_and_fixup_symbol_prop()
742 if (!of_node_check_flag(tree, OF_DYNAMIC)) in init_overlay_changeset()
/kernel/linux/linux-5.10/drivers/gpu/drm/rcar-du/
Drcar_du_of.c86 of_property_set_flag(prop, OF_DYNAMIC); in rcar_du_of_add_property()
/kernel/linux/linux-5.10/include/linux/
Dof.h143 #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)
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
Dreconfig.c37 of_node_set_flag(np, OF_DYNAMIC); in pSeries_reconfig_add_node()
DKconfig7 select OF_DYNAMIC
Ddlpar.c93 of_node_set_flag(dn, OF_DYNAMIC); in dlpar_parse_cc_node()
Dhotplug-memory.c99 of_property_set_flag(new_prop, OF_DYNAMIC); in dlpar_clone_property()
/kernel/linux/linux-5.10/drivers/i2c/muxes/
DKconfig105 select OF_DYNAMIC
/kernel/linux/linux-5.10/drivers/pci/hotplug/
DKconfig117 select OF_DYNAMIC
/kernel/linux/linux-5.10/arch/powerpc/platforms/8xx/
DKconfig25 select OF_DYNAMIC
/kernel/linux/linux-5.10/arch/powerpc/mm/
Ddrmem.c58 of_property_set_flag(new_prop, OF_DYNAMIC); in clone_property()
/kernel/linux/linux-5.10/lib/
Dvsprintf.c2059 tbuf[0] = of_node_check_flag(dn, OF_DYNAMIC) ? 'D' : '-'; in device_node_string()
DKconfig.debug1767 depends on OF_DYNAMIC && NOTIFIER_ERROR_INJECTION
/kernel/linux/linux-5.10/drivers/spi/
DKconfig1050 def_bool ACPI || OF_DYNAMIC || SPI_SLAVE