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

#include <olpc-ec.h>

Data Fields

int(* probe )(struct platform_device *)
 
int(* suspend )(struct platform_device *)
 
int(* resume )(struct platform_device *)
 
int(* ec_cmd )(u8, u8 *, size_t, u8 *, size_t, void *)
 

Detailed Description

Definition at line 19 of file olpc-ec.h.

Field Documentation

int(* ec_cmd)(u8, u8 *, size_t, u8 *, size_t, void *)

Definition at line 24 of file olpc-ec.h.

int(* probe)(struct platform_device *)

Definition at line 20 of file olpc-ec.h.

int(* resume)(struct platform_device *)

Definition at line 22 of file olpc-ec.h.

int(* suspend)(struct platform_device *)

Definition at line 21 of file olpc-ec.h.


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