Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
rt2x00leds.c File Reference
#include <linux/kernel.h>
#include <linux/module.h>
#include "rt2x00.h"
#include "rt2x00lib.h"

Go to the source code of this file.

Functions

void rt2x00leds_led_quality (struct rt2x00_dev *rt2x00dev, int rssi)
 
void rt2x00led_led_activity (struct rt2x00_dev *rt2x00dev, bool enabled)
 
void rt2x00leds_led_assoc (struct rt2x00_dev *rt2x00dev, bool enabled)
 
void rt2x00leds_led_radio (struct rt2x00_dev *rt2x00dev, bool enabled)
 
void rt2x00leds_register (struct rt2x00_dev *rt2x00dev)
 
void rt2x00leds_unregister (struct rt2x00_dev *rt2x00dev)
 
void rt2x00leds_suspend (struct rt2x00_dev *rt2x00dev)
 
void rt2x00leds_resume (struct rt2x00_dev *rt2x00dev)
 

Function Documentation

void rt2x00led_led_activity ( struct rt2x00_dev rt2x00dev,
bool  enabled 
)

Definition at line 86 of file rt2x00leds.c.

void rt2x00leds_led_assoc ( struct rt2x00_dev rt2x00dev,
bool  enabled 
)

Definition at line 92 of file rt2x00leds.c.

void rt2x00leds_led_quality ( struct rt2x00_dev rt2x00dev,
int  rssi 
)

Definition at line 32 of file rt2x00leds.c.

void rt2x00leds_led_radio ( struct rt2x00_dev rt2x00dev,
bool  enabled 
)

Definition at line 98 of file rt2x00leds.c.

void rt2x00leds_register ( struct rt2x00_dev rt2x00dev)

Definition at line 125 of file rt2x00leds.c.

void rt2x00leds_resume ( struct rt2x00_dev rt2x00dev)

Definition at line 238 of file rt2x00leds.c.

void rt2x00leds_suspend ( struct rt2x00_dev rt2x00dev)

Definition at line 219 of file rt2x00leds.c.

void rt2x00leds_unregister ( struct rt2x00_dev rt2x00dev)

Definition at line 200 of file rt2x00leds.c.