Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
power.h File Reference

Go to the source code of this file.

Macros

#define C_PWBT   1000
 
#define PS_FAST_INTERVAL   1
 
#define PS_MAX_INTERVAL   4
 

Functions

bool PSbConsiderPowerDown (void *hDeviceContext, bool bCheckRxDMA, bool bCheckCountToWakeUp)
 
void PSvDisablePowerSaving (void *hDeviceContext)
 
void PSvEnablePowerSaving (void *hDeviceContext, unsigned short wListenInterval)
 
void PSvSendPSPOLL (void *hDeviceContext)
 
bool PSbSendNullPacket (void *hDeviceContext)
 
bool PSbIsNextTBTTWakeUp (void *hDeviceContext)
 

Macro Definition Documentation

#define C_PWBT   1000

Definition at line 34 of file power.h.

#define PS_FAST_INTERVAL   1

Definition at line 35 of file power.h.

#define PS_MAX_INTERVAL   4

Definition at line 36 of file power.h.

Function Documentation

bool PSbConsiderPowerDown ( void hDeviceContext,
bool  bCheckRxDMA,
bool  bCheckCountToWakeUp 
)

Definition at line 186 of file power.c.

bool PSbIsNextTBTTWakeUp ( void hDeviceContext)

Definition at line 386 of file power.c.

bool PSbSendNullPacket ( void hDeviceContext)

Definition at line 300 of file power.c.

void PSvDisablePowerSaving ( void hDeviceContext)

Definition at line 148 of file power.c.

void PSvEnablePowerSaving ( void hDeviceContext,
unsigned short  wListenInterval 
)

Definition at line 78 of file power.c.

void PSvSendPSPOLL ( void hDeviceContext)

Definition at line 254 of file power.c.