Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
rtl871x_pwrctrl.c File Reference
#include "osdep_service.h"
#include "drv_types.h"
#include "osdep_intf.h"

Go to the source code of this file.

Macros

#define _RTL871X_PWRCTRL_C_
 
#define RTL8712_SDIO_LOCAL_BASE   0X10100000
 
#define SDIO_HCPWM   (RTL8712_SDIO_LOCAL_BASE + 0x0081)
 

Functions

void r8712_set_rpwm (struct _adapter *padapter, u8 val8)
 
void r8712_set_ps_mode (struct _adapter *padapter, uint ps_mode, uint smart_ps)
 
void r8712_cpwm_int_hdl (struct _adapter *padapter, struct reportpwrstate_parm *preportpwrstate)
 
void r8712_init_pwrctrl_priv (struct _adapter *padapter)
 
sint r8712_register_cmd_alive (struct _adapter *padapter)
 
void r8712_unregister_cmd_alive (struct _adapter *padapter)
 

Macro Definition Documentation

#define _RTL871X_PWRCTRL_C_

Definition at line 29 of file rtl871x_pwrctrl.c.

#define RTL8712_SDIO_LOCAL_BASE   0X10100000

Definition at line 35 of file rtl871x_pwrctrl.c.

#define SDIO_HCPWM   (RTL8712_SDIO_LOCAL_BASE + 0x0081)

Definition at line 36 of file rtl871x_pwrctrl.c.

Function Documentation

void r8712_cpwm_int_hdl ( struct _adapter padapter,
struct reportpwrstate_parm preportpwrstate 
)

Definition at line 98 of file rtl871x_pwrctrl.c.

void r8712_init_pwrctrl_priv ( struct _adapter padapter)

Definition at line 175 of file rtl871x_pwrctrl.c.

sint r8712_register_cmd_alive ( struct _adapter padapter)

Definition at line 209 of file rtl871x_pwrctrl.c.

void r8712_set_ps_mode ( struct _adapter padapter,
uint  ps_mode,
uint  smart_ps 
)

Definition at line 70 of file rtl871x_pwrctrl.c.

void r8712_set_rpwm ( struct _adapter padapter,
u8  val8 
)

Definition at line 38 of file rtl871x_pwrctrl.c.

void r8712_unregister_cmd_alive ( struct _adapter padapter)

Definition at line 232 of file rtl871x_pwrctrl.c.