Home
last modified time | relevance | path

Searched refs:iwl_dev_info_table (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/tests/
H A Ddevinfo.c65 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 …]
/linux/drivers/net/wireless/intel/iwlwifi/pcie/
H A Ddrv.c591 VISIBLE_IF_IWLWIFI_KUNIT const struct iwl_dev_info iwl_dev_info_table[] = { variable
1079 EXPORT_SYMBOL_IF_IWLWIFI_KUNIT(iwl_dev_info_table);
1082 const unsigned int iwl_dev_info_table_size = ARRAY_SIZE(iwl_dev_info_table);
1093 int num_devices = ARRAY_SIZE(iwl_dev_info_table); in iwl_pci_find_dev_info()
1100 const struct iwl_dev_info *dev_info = &iwl_dev_info_table[i]; in iwl_pci_find_dev_info()
/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-config.h500 extern const struct iwl_dev_info iwl_dev_info_table[];