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

#include <eadm.h>

Data Fields

struct device_driver drv
 
int(* probe )(struct scm_device *scmdev)
 
int(* remove )(struct scm_device *scmdev)
 
void(* notify )(struct scm_device *scmdev)
 
void(* handler )(struct scm_device *scmdev, void *data, int error)
 

Detailed Description

Definition at line 99 of file eadm.h.

Field Documentation

Definition at line 100 of file eadm.h.

void(* handler)(struct scm_device *scmdev, void *data, int error)

Definition at line 104 of file eadm.h.

Definition at line 103 of file eadm.h.

int(* probe)(struct scm_device *scmdev)

Definition at line 101 of file eadm.h.

int(* remove)(struct scm_device *scmdev)

Definition at line 102 of file eadm.h.


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