Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
pwr.c File Reference
#include <dspbridge/host_os.h>
#include <dspbridge/pwr.h>
#include <dspbridge/devdefs.h>
#include <dspbridge/drv.h>
#include <dspbridge/dev.h>
#include <dspbridge/dspioctl.h>

Go to the source code of this file.

Functions

int pwr_sleep_dsp (const u32 sleep_code, const u32 timeout)
 
int pwr_wake_dsp (const u32 timeout)
 
int pwr_pm_pre_scale (u16 voltage_domain, u32 level)
 
int pwr_pm_post_scale (u16 voltage_domain, u32 level)
 

Function Documentation

int pwr_pm_post_scale ( u16  voltage_domain,
u32  level 
)

Definition at line 147 of file pwr.c.

int pwr_pm_pre_scale ( u16  voltage_domain,
u32  level 
)

Definition at line 113 of file pwr.c.

int pwr_sleep_dsp ( const u32  sleep_code,
const u32  timeout 
)

Definition at line 39 of file pwr.c.

int pwr_wake_dsp ( const u32  timeout)

Definition at line 82 of file pwr.c.