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

#include <vme.h>

Data Fields

int num
 
struct vme_bridgebridge
 
struct device dev
 
struct list_head drv_list
 
struct list_head bridge_list
 

Detailed Description

Structure representing a VME device : The device number : Pointer to the bridge device this device is on : Internal device structure : List of devices (per driver) : List of devices (per bridge)

Definition at line 99 of file vme.h.

Field Documentation

struct vme_bridge* bridge

Definition at line 101 of file vme.h.

struct list_head bridge_list

Definition at line 104 of file vme.h.

Definition at line 102 of file vme.h.

struct list_head drv_list

Definition at line 103 of file vme.h.

int num

Definition at line 100 of file vme.h.


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