Home
last modified time | relevance | path

Searched defs:vme_bridge (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/staging/vme/
Dvme_bridge.h101 struct vme_bridge { struct
102 char name[VMENAMSIZ];
103 int num;
104 struct list_head master_resources;
105 struct list_head slave_resources;
106 struct list_head dma_resources;
107 struct list_head lm_resources;
109 struct list_head vme_errors; /* List for errors generated on VME */
110 struct list_head devices; /* List of devices on this bridge */
113 struct device *parent; /* Parent device (eg. pdev->dev for PCI) */
[all …]