acpi_util.c | 230 acpi_type_to_prop(ACPI_OBJECT_TYPE acpitype, prop_type_t *out) 232 switch (acpitype) { 258 ACPI_OBJECT_TYPE acpitype; local in function:acpi_device_get_property 268 if (! prop_type_to_acpi(args->reqtype, &acpitype)) { 275 rv = acpi_dsd_property(hdl, args->prop, &buf, acpitype, &propval);
|