Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
rtl_ps.h File Reference
#include <linux/types.h>

Go to the source code of this file.

Macros

#define RT_CHECK_FOR_HANG_PERIOD   2
 
#define INIT_DEFAULT_CHAN   1
 

Functions

void rtl8192_hw_wakeup (struct net_device *dev)
 
void rtl8192_hw_to_sleep (struct net_device *dev, u64 time)
 
void rtllib_ips_leave_wq (struct net_device *dev)
 
void rtllib_ips_leave (struct net_device *dev)
 
void IPSLeave_wq (void *data)
 
void IPSEnter (struct net_device *dev)
 
void IPSLeave (struct net_device *dev)
 
void LeisurePSEnter (struct net_device *dev)
 
void LeisurePSLeave (struct net_device *dev)
 

Macro Definition Documentation

#define INIT_DEFAULT_CHAN   1

Definition at line 33 of file rtl_ps.h.

#define RT_CHECK_FOR_HANG_PERIOD   2

Definition at line 32 of file rtl_ps.h.

Function Documentation

void IPSEnter ( struct net_device dev)

Definition at line 1408 of file r8185b_init.c.

void IPSLeave ( struct net_device dev)

Definition at line 1430 of file r8185b_init.c.

void IPSLeave_wq ( void data)

Definition at line 176 of file rtl_ps.c.

void LeisurePSEnter ( struct net_device dev)

Definition at line 245 of file rtl_ps.c.

void LeisurePSLeave ( struct net_device dev)

Definition at line 285 of file rtl_ps.c.

void rtl8192_hw_to_sleep ( struct net_device dev,
u64  time 
)

Definition at line 86 of file rtl_ps.c.

void rtl8192_hw_wakeup ( struct net_device dev)

Definition at line 57 of file rtl_ps.c.

void rtllib_ips_leave ( struct net_device dev)

Definition at line 209 of file rtl_ps.c.

void rtllib_ips_leave_wq ( struct net_device dev)

Definition at line 187 of file rtl_ps.c.