Lines Matching defs:iwl_cfg
319 struct iwl_cfg { struct
321 const char *name;
322 const char *fw_name_pre;
323 const unsigned int ucode_api_max;
324 const unsigned int ucode_api_ok;
325 const unsigned int ucode_api_min;
326 const enum iwl_device_family device_family;
327 const u32 max_data_size;
328 const u32 max_inst_size;
329 u8 valid_tx_ant;
330 u8 valid_rx_ant;
331 u8 non_shared_ant;
332 bool bt_shared_single_ant;
333 u16 nvm_ver;
334 u16 nvm_calib_ver;
336 const struct iwl_base_params *base_params;
338 const struct iwl_ht_params *ht_params;
339 const struct iwl_eeprom_params *eeprom_params;
340 enum iwl_led_mode led_mode;
341 const bool rx_with_siso_diversity;
342 const bool internal_wimax_coex;
343 const bool host_interrupt_operation_mode;
344 bool high_temp;
345 bool d0i3;
346 u8 nvm_hw_section_num;
347 bool lp_xtal_workaround;
348 const struct iwl_pwr_tx_backoff *pwr_tx_backoffs;
372 extern const struct iwl_cfg iwl5300_agn_cfg; argument