Home | History | Annotate | Download | only in acpi

Lines Matching defs:compatible

412 	char *compatible;
444 ret = acpi_dsd_string(ad->ad_handle, "compatible",
445 &compatible);
447 strlist_append(&sl, &slsize, compatible);
448 kmem_strfree(compatible);
452 ret = acpi_dsd_property(ad->ad_handle, "compatible", &buf,
513 char *compatible;
522 ret = acpi_dsd_string(handle, "compatible", &compatible);
524 strings[0] = compatible;
526 kmem_strfree(compatible);
531 ret = acpi_dsd_property(handle, "compatible", &buf,