Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
ps.c File Reference
#include <linux/export.h>
#include "wifi.h"
#include "base.h"
#include "ps.h"

Go to the source code of this file.

Functions

bool rtl_ps_enable_nic (struct ieee80211_hw *hw)
 
 EXPORT_SYMBOL (rtl_ps_enable_nic)
 
bool rtl_ps_disable_nic (struct ieee80211_hw *hw)
 
 EXPORT_SYMBOL (rtl_ps_disable_nic)
 
bool rtl_ps_set_rf_state (struct ieee80211_hw *hw, enum rf_pwrstate state_toset, u32 changesource)
 
 EXPORT_SYMBOL (rtl_ps_set_rf_state)
 
void rtl_ips_nic_off_wq_callback (void *data)
 
void rtl_ips_nic_off (struct ieee80211_hw *hw)
 
void rtl_ips_nic_on (struct ieee80211_hw *hw)
 
void rtl_lps_enter (struct ieee80211_hw *hw)
 
void rtl_lps_leave (struct ieee80211_hw *hw)
 
void rtl_swlps_beacon (struct ieee80211_hw *hw, void *data, unsigned int len)
 
void rtl_swlps_rf_awake (struct ieee80211_hw *hw)
 
void rtl_swlps_rfon_wq_callback (void *data)
 
void rtl_swlps_rf_sleep (struct ieee80211_hw *hw)
 
void rtl_swlps_wq_callback (void *data)
 

Function Documentation

EXPORT_SYMBOL ( rtl_ps_enable_nic  )
EXPORT_SYMBOL ( rtl_ps_disable_nic  )
EXPORT_SYMBOL ( rtl_ps_set_rf_state  )
void rtl_ips_nic_off ( struct ieee80211_hw hw)

Definition at line 221 of file ps.c.

void rtl_ips_nic_off_wq_callback ( void data)

Definition at line 166 of file ps.c.

void rtl_ips_nic_on ( struct ieee80211_hw hw)

Definition at line 234 of file ps.c.

void rtl_lps_enter ( struct ieee80211_hw hw)

Definition at line 373 of file ps.c.

void rtl_lps_leave ( struct ieee80211_hw hw)

Definition at line 414 of file ps.c.

bool rtl_ps_disable_nic ( struct ieee80211_hw hw)

Definition at line 64 of file ps.c.

bool rtl_ps_enable_nic ( struct ieee80211_hw hw)

Definition at line 35 of file ps.c.

bool rtl_ps_set_rf_state ( struct ieee80211_hw hw,
enum rf_pwrstate  state_toset,
u32  changesource 
)

Definition at line 82 of file ps.c.

void rtl_swlps_beacon ( struct ieee80211_hw hw,
void data,
unsigned int  len 
)

Definition at line 445 of file ps.c.

void rtl_swlps_rf_awake ( struct ieee80211_hw hw)

Definition at line 525 of file ps.c.

void rtl_swlps_rf_sleep ( struct ieee80211_hw hw)

Definition at line 556 of file ps.c.

void rtl_swlps_rfon_wq_callback ( void data)

Definition at line 547 of file ps.c.

void rtl_swlps_wq_callback ( void data)

Definition at line 618 of file ps.c.