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

#include <lm.h>

Data Fields

struct device_driver drv
 
int(* probe )(struct lm_device *)
 
void(* remove )(struct lm_device *)
 
int(* suspend )(struct lm_device *, pm_message_t)
 
int(* resume )(struct lm_device *)
 

Detailed Description

Definition at line 9 of file lm.h.

Field Documentation

Definition at line 10 of file lm.h.

int(* probe)(struct lm_device *)

Definition at line 11 of file lm.h.

void(* remove)(struct lm_device *)

Definition at line 12 of file lm.h.

int(* resume)(struct lm_device *)

Definition at line 14 of file lm.h.

int(* suspend)(struct lm_device *, pm_message_t)

Definition at line 13 of file lm.h.


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