Searched refs:this_type (Results 1 – 3 of 3) sorted by relevance
23 acpi_object_type this_type, void *object);41 acpi_object_type this_type, void *object) in acpi_ex_check_object_type() argument58 if ((this_type == ACPI_TYPE_INTEGER) && in acpi_ex_check_object_type()65 if (type_needed != this_type) { in acpi_ex_check_object_type()69 acpi_ut_get_type_name(this_type), object)); in acpi_ex_check_object_type()
46 this_type = model[iter][COL_DEP_TYPE]48 if this_type != self.dep_type: return False
512 uint16_t this_type = start->entity.entity_type; in find_insertion_at() local 514 if (this_type == entity_type && in find_insertion_at() 515 (this_type != next->entity.entity_type)) { in find_insertion_at()