Lines Matching defs:table
71 int __init sfi_parse_mtmr(struct sfi_table_header *table)
78 sb = (struct sfi_table_simple *)table;
142 int __init sfi_parse_mrtc(struct sfi_table_header *table)
150 sb = (struct sfi_table_simple *)table;
179 * Parsing GPIO table first, since the DEVS table will need this table
182 static int __init sfi_parse_gpio(struct sfi_table_header *table)
190 sb = (struct sfi_table_simple *)table;
464 static int __init sfi_parse_devs(struct sfi_table_header *table)
473 sb = (struct sfi_table_simple *)table;