Home
last modified time | relevance | path

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

/openbmc/linux/drivers/base/
H A Dswnode.c312 property_entries_dup(const struct property_entry *properties) in property_entries_dup() function
340 EXPORT_SYMBOL_GPL(property_entries_dup);
727 props = property_entries_dup(properties); in software_node_alloc()
/openbmc/linux/drivers/base/test/
H A 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()
/openbmc/linux/include/linux/
H A Dproperty.h435 property_entries_dup(const struct property_entry *properties);
/openbmc/linux/drivers/platform/chrome/
H A Dchromeos_laptop.c829 property_entries_dup(src_dev->swnode.properties); in chromeos_laptop_prepare_acpi_peripherals()