Home
last modified time | relevance | path

Searched refs:table_length (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/drivers/acpi/acpica/
Dutfileio.c61 u32 table_length, u32 file_length);
65 struct acpi_table_header **table, u32 *table_length);
84 acpi_ut_check_text_mode_corruption(u8 *table, u32 table_length, u32 file_length) in acpi_ut_check_text_mode_corruption() argument
89 if (table_length != file_length) { in acpi_ut_check_text_mode_corruption()
92 file_length, table_length)); in acpi_ut_check_text_mode_corruption()
147 struct acpi_table_header **table, u32 *table_length) in acpi_ut_read_table() argument
180 *table_length = file_size; in acpi_ut_read_table()
225 *table_length = table_header.length; in acpi_ut_read_table()
234 table_header.signature, *table_length); in acpi_ut_read_table()
275 *table_length = 0; in acpi_ut_read_table()
[all …]
Dtbinstal.c75 u32 table_length; in acpi_tb_compare_tables() local
80 &table, &table_length, &table_flags); in acpi_tb_compare_tables()
89 is_identical = (u8)((table_desc->length != table_length || in acpi_tb_compare_tables()
90 memcmp(table_desc->pointer, table, table_length)) ? in acpi_tb_compare_tables()
95 acpi_tb_release_table(table, table_length, table_flags); in acpi_tb_compare_tables()
Dtbdata.c102 u32 *table_length, u8 *table_flags) in acpi_tb_acquire_table() argument
135 *table_length = table_desc->length; in acpi_tb_acquire_table()
156 u32 table_length, u8 table_flags) in acpi_tb_release_table() argument
162 acpi_os_unmap_memory(table, table_length); in acpi_tb_release_table()
Dactables.h113 u32 *table_length, u8 *table_flags);
117 u32 table_length, u8 table_flags);
/linux-4.4.14/tools/power/acpi/os_specific/service_layers/
Doslinuxtbl.c192 u32 table_length; in acpi_os_get_table_by_address() local
213 table_length = ap_get_table_length(mapped_table); in acpi_os_get_table_by_address()
214 if (table_length == 0) { in acpi_os_get_table_by_address()
219 local_table = calloc(1, table_length); in acpi_os_get_table_by_address()
225 memcpy(local_table, mapped_table, table_length); in acpi_os_get_table_by_address()
812 u32 table_length = 0; in osl_get_bios_table() local
878 table_length = ap_get_table_length(mapped_table); in osl_get_bios_table()
926 table_length = mapped_table->length; in osl_get_bios_table()
954 if (table_length == 0) { in osl_get_bios_table()
961 local_table = calloc(1, table_length); in osl_get_bios_table()
[all …]
/linux-4.4.14/tools/power/acpi/tools/acpidump/
Dapfiles.c126 u32 table_length; in ap_write_to_binary_file() local
130 table_length = ap_get_table_length(table); in ap_write_to_binary_file()
170 actual = acpi_os_write_file(file, table, 1, table_length); in ap_write_to_binary_file()
171 if (actual != table_length) { in ap_write_to_binary_file()
Dapdump.c176 u32 table_length; in ap_dump_table_buffer() local
178 table_length = ap_get_table_length(table); in ap_dump_table_buffer()
202 ACPI_CAST_PTR(u8, table), table_length, in ap_dump_table_buffer()
/linux-4.4.14/drivers/video/fbdev/via/
Dviamode.h35 int table_length; member
Dhw.c1854 for (j = 0; j < res_patch_table[0].table_length; j++) { in viafb_setmode()
/linux-4.4.14/drivers/acpi/
Dosl.c752 u32 *table_length) in acpi_os_physical_table_override() argument
755 *table_length = 0; in acpi_os_physical_table_override()
762 *table_length = 0; in acpi_os_physical_table_override()
800 *table_length = table->length; in acpi_os_physical_table_override()