Searched refs:iwl_dev_info_table (Results 1 – 3 of 3) sorted by relevance
65 const struct iwl_dev_info *di = &iwl_dev_info_table[idx]; in devinfo_table_order()81 idx, (int)(ret - iwl_dev_info_table)); in devinfo_table_order()94 const struct iwl_dev_info *di = &iwl_dev_info_table[idx]; in devinfo_discrete_match()117 const struct iwl_dev_info *di = &iwl_dev_info_table[idx]; in devinfo_names()126 const struct iwl_rf_cfg *cfg_i = iwl_dev_info_table[i].cfg; in devinfo_no_cfg_dups()129 const struct iwl_rf_cfg *cfg_j = iwl_dev_info_table[j].cfg; in devinfo_no_cfg_dups()146 if (iwl_dev_info_table[i].name == iwl_dev_info_table[j].name) in devinfo_no_name_dups()150 strcmp(iwl_dev_info_table[i].name, in devinfo_no_name_dups()151 iwl_dev_info_table[j].name), in devinfo_no_name_dups()154 iwl_dev_info_table[i].name, in devinfo_no_name_dups()[all …]
598 VISIBLE_IF_IWLWIFI_KUNIT const struct iwl_dev_info iwl_dev_info_table[] = { variable1092 EXPORT_SYMBOL_IF_IWLWIFI_KUNIT(iwl_dev_info_table);1095 const unsigned int iwl_dev_info_table_size = ARRAY_SIZE(iwl_dev_info_table);1106 int num_devices = ARRAY_SIZE(iwl_dev_info_table); in iwl_pci_find_dev_info()1113 const struct iwl_dev_info *dev_info = &iwl_dev_info_table[i]; in iwl_pci_find_dev_info()1402 for (i = 0; i < ARRAY_SIZE(iwl_dev_info_table); i++) { in sysctl_iwlwifi_pci_ids_name()1403 const struct iwl_dev_info *dev_info = &iwl_dev_info_table[i]; in sysctl_iwlwifi_pci_ids_name()
568 extern const struct iwl_dev_info iwl_dev_info_table[];