Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
led.h File Reference

Go to the source code of this file.

Macros

#define IWL_LED_SOLID   11
 
#define IWL_DEF_LED_INTRVL   cpu_to_le32(1000)
 
#define IWL_LED_ACTIVITY   (0<<1)
 
#define IWL_LED_LINK   (1<<1)
 

Functions

void iwlagn_led_enable (struct iwl_priv *priv)
 
void iwl_leds_init (struct iwl_priv *priv)
 
void iwl_leds_exit (struct iwl_priv *priv)
 

Macro Definition Documentation

#define IWL_DEF_LED_INTRVL   cpu_to_le32(1000)

Definition at line 34 of file led.h.

#define IWL_LED_ACTIVITY   (0<<1)

Definition at line 36 of file led.h.

#define IWL_LED_LINK   (1<<1)

Definition at line 37 of file led.h.

#define IWL_LED_SOLID   11

Definition at line 33 of file led.h.

Function Documentation

void iwl_leds_exit ( struct iwl_priv priv)

Definition at line 217 of file led.c.

void iwl_leds_init ( struct iwl_priv priv)

Definition at line 174 of file led.c.

void iwlagn_led_enable ( struct iwl_priv priv)

Definition at line 70 of file led.c.