Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/platform/chrome/
Dchromeos_laptop.c766 property_entries_free(info->properties); in chromeos_laptop_prepare_i2c_peripherals()
827 property_entries_free(acpi_dev->properties); in chromeos_laptop_prepare_acpi_peripherals()
846 property_entries_free(info->properties); in chromeos_laptop_destroy()
852 property_entries_free(acpi_dev->properties); in chromeos_laptop_destroy()
/kernel/linux/linux-5.10/drivers/base/
Dswnode.c333 void property_entries_free(const struct property_entry *properties) in property_entries_free() function
345 EXPORT_SYMBOL_GPL(property_entries_free);
623 property_entries_free(swnode->node->properties); in software_node_release()
687 property_entries_free(node->properties); in swnode_register()
/kernel/linux/linux-5.10/drivers/base/test/
Dproperty-entry-test.c327 property_entries_free(copy); in pe_test_move_inline_u8()
360 property_entries_free(copy); in pe_test_move_inline_str()
/kernel/linux/linux-5.10/include/linux/
Dproperty.h372 void property_entries_free(const struct property_entry *properties);