Lines Matching defs:table
46 * configuration table
564 (struct pci_dev *pci, const struct config_entry *table, u32 len)
569 for (; len > 0; len--, table++) {
570 if (table->device != device)
572 if (table->dmi_table && !dmi_check_system(table->dmi_table))
574 if (table->codec_hid) {
577 for (i = 0; i < table->codec_hid->num_codecs; i++) {
581 if (!acpi_dev_present(table->codec_hid->codecs[i], NULL, -1))
586 dev_warn(&pci->dev, "%s: NHLT table not found, skipped HID %s\n",
587 __func__, table->codec_hid->codecs[i]);
601 __func__, table->codec_hid->codecs[i]);
603 if (i == table->codec_hid->num_codecs)
606 return table;
733 * configuration table
778 const struct config_entry *table,
781 for (; len > 0; len--, table++) {
782 if (memcmp(table->acpi_hid, acpi_hid, ACPI_ID_LEN))
784 if (table->dmi_table && !dmi_check_system(table->dmi_table))
786 return table;