Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
led.c File Reference
#include "../wifi.h"
#include "../pci.h"
#include "reg.h"
#include "led.h"

Go to the source code of this file.

Functions

void rtl92de_sw_led_on (struct ieee80211_hw *hw, struct rtl_led *pled)
 
void rtl92de_sw_led_off (struct ieee80211_hw *hw, struct rtl_led *pled)
 
void rtl92de_init_sw_leds (struct ieee80211_hw *hw)
 
void rtl92de_led_control (struct ieee80211_hw *hw, enum led_ctl_mode ledaction)
 

Function Documentation

void rtl92de_init_sw_leds ( struct ieee80211_hw hw)

Definition at line 115 of file led.c.

void rtl92de_led_control ( struct ieee80211_hw hw,
enum led_ctl_mode  ledaction 
)

Definition at line 141 of file led.c.

void rtl92de_sw_led_off ( struct ieee80211_hw hw,
struct rtl_led pled 
)

Definition at line 80 of file led.c.

void rtl92de_sw_led_on ( struct ieee80211_hw hw,
struct rtl_led pled 
)

Definition at line 43 of file led.c.