Searched refs:expected_type (Results 1 – 4 of 4) sorted by relevance
101 def __init__(self, expected_type): argument103 self.expected_type = expected_type111 elif self.expected_type != exc_type:115 return self.expected_type == exc_type
41 acpi_object_type expected_type,809 acpi_object_type expected_type, in acpi_db_read_from_object() argument850 if (ret_value->type != expected_type) { in acpi_db_read_from_object()853 acpi_ut_get_type_name(expected_type), in acpi_db_read_from_object()
687 u8 expected_type, unsigned long timeout) in smc_clc_wait_msg() argument721 expected_type == SMC_CLC_DECLINE) in smc_clc_wait_msg()733 if (len != -EAGAIN || expected_type != SMC_CLC_DECLINE) in smc_clc_wait_msg()742 (clcm->type != expected_type))) { in smc_clc_wait_msg()
448 u8 expected_type, unsigned long timeout);