Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
gpd_dev_ops Struct Reference

#include <pm_domain.h>

Data Fields

int(* start )(struct device *dev)
 
int(* stop )(struct device *dev)
 
int(* save_state )(struct device *dev)
 
int(* restore_state )(struct device *dev)
 
int(* suspend )(struct device *dev)
 
int(* suspend_late )(struct device *dev)
 
int(* resume_early )(struct device *dev)
 
int(* resume )(struct device *dev)
 
int(* freeze )(struct device *dev)
 
int(* freeze_late )(struct device *dev)
 
int(* thaw_early )(struct device *dev)
 
int(* thaw )(struct device *dev)
 
bool(* active_wakeup )(struct device *dev)
 

Detailed Description

Definition at line 33 of file pm_domain.h.

Field Documentation

bool(* active_wakeup)(struct device *dev)

Definition at line 46 of file pm_domain.h.

int(* freeze)(struct device *dev)

Definition at line 42 of file pm_domain.h.

int(* freeze_late)(struct device *dev)

Definition at line 43 of file pm_domain.h.

int(* restore_state)(struct device *dev)

Definition at line 37 of file pm_domain.h.

int(* resume)(struct device *dev)

Definition at line 41 of file pm_domain.h.

int(* resume_early)(struct device *dev)

Definition at line 40 of file pm_domain.h.

int(* save_state)(struct device *dev)

Definition at line 36 of file pm_domain.h.

int(* start)(struct device *dev)

Definition at line 34 of file pm_domain.h.

int(* stop)(struct device *dev)

Definition at line 35 of file pm_domain.h.

int(* suspend)(struct device *dev)

Definition at line 38 of file pm_domain.h.

int(* suspend_late)(struct device *dev)

Definition at line 39 of file pm_domain.h.

int(* thaw)(struct device *dev)

Definition at line 45 of file pm_domain.h.

int(* thaw_early)(struct device *dev)

Definition at line 44 of file pm_domain.h.


The documentation for this struct was generated from the following file: