Searched refs:out_name (Results 1 – 1 of 1) sorted by relevance
82 static int testacpi_get_name(const struct udevice *dev, char *out_name) in testacpi_get_name() argument89 *out_name = '\0'; in testacpi_get_name()93 return acpi_copy_name(out_name, ACPI_TEST_CHILD_NAME); in testacpi_get_name()95 return acpi_copy_name(out_name, ACPI_TEST_DEV_NAME); in testacpi_get_name()
Completed in 5 milliseconds