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

Go to the source code of this file.

Functions

void cns3xxx_pwr_clk_en (unsigned int block)
 
void cns3xxx_pwr_clk_dis (unsigned int block)
 
void cns3xxx_pwr_power_up (unsigned int block)
 
void cns3xxx_pwr_power_down (unsigned int block)
 

Variables

atomic_t usb_pwr_ref
 

Function Documentation

void cns3xxx_pwr_clk_dis ( unsigned int  block)

Definition at line 27 of file pm.c.

void cns3xxx_pwr_clk_en ( unsigned int  block)

Definition at line 18 of file pm.c.

void cns3xxx_pwr_power_down ( unsigned int  block)

Definition at line 48 of file pm.c.

void cns3xxx_pwr_power_up ( unsigned int  block)

Definition at line 36 of file pm.c.

Variable Documentation

atomic_t usb_pwr_ref

Definition at line 123 of file pm.c.