Searched refs:hw_atl_boards (Results 1 – 1 of 1) sorted by relevance
58 static const struct aq_board_revision_s hw_atl_boards[] = { variable107 for (i = 0; i < ARRAY_SIZE(hw_atl_boards); i++) { in aq_pci_probe_get_hw_by_id()108 if (hw_atl_boards[i].devid == pdev->device && in aq_pci_probe_get_hw_by_id()109 (hw_atl_boards[i].revision == AQ_HWREV_ANY || in aq_pci_probe_get_hw_by_id()110 hw_atl_boards[i].revision == pdev->revision)) { in aq_pci_probe_get_hw_by_id()111 *ops = hw_atl_boards[i].ops; in aq_pci_probe_get_hw_by_id()112 *caps = hw_atl_boards[i].caps; in aq_pci_probe_get_hw_by_id()117 if (i == ARRAY_SIZE(hw_atl_boards)) in aq_pci_probe_get_hw_by_id()