Home
last modified time | relevance | path

Searched refs:property_entries_dup (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/base/
Dswnode.c323 property_entries_dup(const struct property_entry *properties) in property_entries_dup() function
351 EXPORT_SYMBOL_GPL(property_entries_dup);
738 props = property_entries_dup(properties); in software_node_alloc()
/linux-6.12.1/drivers/base/test/
Dproperty-entry-test.c356 copy = property_entries_dup(entries); in pe_test_move_inline_u8()
388 copy = property_entries_dup(entries); in pe_test_move_inline_str()
/linux-6.12.1/include/linux/
Dproperty.h454 property_entries_dup(const struct property_entry *properties);
/linux-6.12.1/drivers/platform/chrome/
Dchromeos_laptop.c828 property_entries_dup(src_dev->swnode.properties); in chromeos_laptop_prepare_acpi_peripherals()