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

#include <core.h>

Data Fields

const charname
 
int id
 
atomic_tusage_count
 
int(* enable )(struct platform_device *dev)
 
int(* disable )(struct platform_device *dev)
 
int(* suspend )(struct platform_device *dev)
 
int(* resume )(struct platform_device *dev)
 
voidplatform_data
 
size_t pdata_size
 
const charof_compatible
 
int num_resources
 
struct resourceresources
 
bool ignore_resource_conflicts
 
bool pm_runtime_no_callbacks
 

Detailed Description

Definition at line 26 of file core.h.

Field Documentation

int(* disable)(struct platform_device *dev)

Definition at line 33 of file core.h.

Definition at line 32 of file core.h.

Definition at line 28 of file core.h.

bool ignore_resource_conflicts

Definition at line 55 of file core.h.

const char* name

Definition at line 27 of file core.h.

int num_resources

Definition at line 51 of file core.h.

const char* of_compatible

Definition at line 45 of file core.h.

size_t pdata_size

Definition at line 40 of file core.h.

Definition at line 39 of file core.h.

bool pm_runtime_no_callbacks

Definition at line 61 of file core.h.

Definition at line 52 of file core.h.

Definition at line 36 of file core.h.

int(* suspend)(struct platform_device *dev)

Definition at line 35 of file core.h.

atomic_t* usage_count

Definition at line 31 of file core.h.


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