HomeSort by: relevance | last modified time | path
    Searched defs:acpitype (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/acpi/
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);

Completed in 14 milliseconds