Searched refs:match_table (Results 1 – 3 of 3) sorted by relevance
32 match_table = { variable70 if key in match_table:71 match = match_table[key]
297 static const struct acpi_device_id match_table[] = { in emac_sgmii_acpi_match() local303 const struct acpi_device_id *id = acpi_match_device(match_table, dev); in emac_sgmii_acpi_match()
625 static const struct of_device_id match_table[] = { variable630 MODULE_DEVICE_TABLE(of, match_table);635 .of_match_table = match_table,