Lines Matching defs:subtable
15 * Each fpdt_subtable_entry points to a subtable: FBPT or S3PT.
16 * Each FPDT subtable (FBPT/S3PT) is composed of a fpdt_subtable_header
181 pr_info(FW_BUG "subtable signature and type mismatch!\n");
206 pr_err(FW_BUG "Invalid record %d for subtable %s\n",
222 pr_err(FW_BUG "Invalid %d for subtable %s\n",
237 pr_err(FW_BUG "Invalid %d for subtable %s\n",
276 struct fpdt_subtable_entry *subtable;
292 subtable = (void *)header + offset;
293 switch (subtable->type) {
296 result = fpdt_process_subtable(subtable->address,
297 subtable->type);
305 offset += sizeof(*subtable);