Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Variables
devices.c File Reference
#include "iwl-io.h"
#include "iwl-prph.h"
#include "iwl-eeprom-parse.h"
#include "agn.h"
#include "dev.h"
#include "commands.h"

Go to the source code of this file.

Macros

#define IWL_5150_VOLTAGE_TO_TEMPERATURE_COEFF   (-5)
 

Variables

struct iwl_lib_ops iwl1000_lib
 
struct iwl_lib_ops iwl2000_lib
 
struct iwl_lib_ops iwl2030_lib
 
struct iwl_lib_ops iwl5000_lib
 
struct iwl_lib_ops iwl5150_lib
 
struct iwl_lib_ops iwl6000_lib
 
struct iwl_lib_ops iwl6030_lib
 

Macro Definition Documentation

#define IWL_5150_VOLTAGE_TO_TEMPERATURE_COEFF   (-5)

Definition at line 302 of file devices.c.

Variable Documentation

struct iwl_lib_ops iwl1000_lib
Initial value:
= {
.set_hw_params = iwl1000_hw_set_hw_params,
.nic_config = iwl1000_nic_config,
.temperature = iwlagn_temperature,
}

Definition at line 177 of file devices.c.

struct iwl_lib_ops iwl2000_lib
Initial value:
= {
.set_hw_params = iwl2000_hw_set_hw_params,
.nic_config = iwl2000_nic_config,
.temperature = iwlagn_temperature,
}

Definition at line 235 of file devices.c.

struct iwl_lib_ops iwl2030_lib
Initial value:
= {
.set_hw_params = iwl2000_hw_set_hw_params,
.nic_config = iwl2000_nic_config,
.temperature = iwlagn_temperature,
}

Definition at line 241 of file devices.c.

struct iwl_lib_ops iwl5000_lib
Initial value:
= {
.set_hw_params = iwl5000_hw_set_hw_params,
.set_channel_switch = iwl5000_hw_channel_switch,
.temperature = iwlagn_temperature,
}

Definition at line 422 of file devices.c.

struct iwl_lib_ops iwl5150_lib
Initial value:
= {
.set_hw_params = iwl5150_hw_set_hw_params,
.set_channel_switch = iwl5000_hw_channel_switch,
.temperature = iwl5150_temperature,
}

Definition at line 428 of file devices.c.

struct iwl_lib_ops iwl6000_lib
Initial value:
= {
.set_hw_params = iwl6000_hw_set_hw_params,
.set_channel_switch = iwl6000_hw_channel_switch,
.nic_config = iwl6000_nic_config,
.temperature = iwlagn_temperature,
}

Definition at line 585 of file devices.c.

struct iwl_lib_ops iwl6030_lib
Initial value:
= {
.set_hw_params = iwl6000_hw_set_hw_params,
.set_channel_switch = iwl6000_hw_channel_switch,
.nic_config = iwl6000_nic_config,
.temperature = iwlagn_temperature,
}

Definition at line 592 of file devices.c.