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

#include <vme.h>

Data Fields

struct list_head node
 
const charname
 
int(* match )(struct vme_dev *)
 
int(* probe )(struct vme_dev *)
 
int(* remove )(struct vme_dev *)
 
void(* shutdown )(void)
 
struct device_driver driver
 
struct list_head devices
 

Detailed Description

Definition at line 107 of file vme.h.

Field Documentation

struct list_head devices

Definition at line 115 of file vme.h.

Definition at line 114 of file vme.h.

int(* match)(struct vme_dev *)

Definition at line 110 of file vme.h.

const char* name

Definition at line 109 of file vme.h.

Definition at line 108 of file vme.h.

int(* probe)(struct vme_dev *)

Definition at line 111 of file vme.h.

int(* remove)(struct vme_dev *)

Definition at line 112 of file vme.h.

void(* shutdown)(void)

Definition at line 113 of file vme.h.


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