Lines Matching defs:iwl_cfg
275 struct iwl_cfg { struct
277 const char *name;
278 const char *fw_name_pre;
279 const unsigned int ucode_api_max;
280 const unsigned int ucode_api_ok;
281 const unsigned int ucode_api_min;
282 const enum iwl_device_family device_family;
283 const u32 max_data_size;
284 const u32 max_inst_size;
285 u8 valid_tx_ant;
286 u8 valid_rx_ant;
287 u8 non_shared_ant;
288 bool bt_shared_single_ant;
289 u16 nvm_ver;
290 u16 nvm_calib_ver;
292 const struct iwl_base_params *base_params;
294 const struct iwl_ht_params *ht_params;
295 const struct iwl_eeprom_params *eeprom_params;
296 enum iwl_led_mode led_mode;
297 const bool rx_with_siso_diversity;
298 const bool internal_wimax_coex;
299 const bool host_interrupt_operation_mode;
300 bool high_temp;
301 bool d0i3;
325 extern const struct iwl_cfg iwl5300_agn_cfg; argument