Lines Matching defs:table_size
320 * @table_size: size of the root table
331 * The table_size is not the size of the complete ACPI table (the length
340 char *id, unsigned long table_size,
356 ((unsigned long)table_header + table_size);
402 char *id, unsigned long table_size, struct acpi_subtable_proc *proc,
415 if (!table_size)
427 count = acpi_parse_entries_array(id, table_size, table_header,
435 char *id, unsigned long table_size, int entry_id,
446 return acpi_table_parse_entries_array(id, table_size, &proc, 1,
460 int __init acpi_table_parse_entries(char *id, unsigned long table_size,
465 return __acpi_table_parse_entries(id, table_size, entry_id, handler,