Searched refs:tbl_ptr (Results 1 – 1 of 1) sorted by relevance
300 struct acpi_table_header *tbl_ptr; in acpi_get_table_header() local324 status = acpi_tb_get_table_ptr (table_type, instance, &tbl_ptr); in acpi_get_table_header()332 if (tbl_ptr == NULL) { in acpi_get_table_header()339 ACPI_MEMCPY ((void *) out_table_header, (void *) tbl_ptr, in acpi_get_table_header()375 struct acpi_table_header *tbl_ptr; in acpi_get_table() local405 status = acpi_tb_get_table_ptr (table_type, instance, &tbl_ptr); in acpi_get_table()414 if (tbl_ptr == NULL) { in acpi_get_table()427 table_length = (acpi_size) tbl_ptr->length; in acpi_get_table()439 ACPI_MEMCPY ((void *) ret_buffer->pointer, (void *) tbl_ptr, table_length); in acpi_get_table()