Searched refs:out_name (Results 1 – 2 of 2) sorted by relevance
117 static int apl_acpi_lpc_get_name(const struct udevice *dev, char *out_name) in apl_acpi_lpc_get_name() argument119 return acpi_copy_name(out_name, "LPCB"); in apl_acpi_lpc_get_name()
264 static int apl_acpi_hb_get_name(const struct udevice *dev, char *out_name) in apl_acpi_hb_get_name() argument266 return acpi_copy_name(out_name, "RHUB"); in apl_acpi_hb_get_name()
Completed in 2 milliseconds