Lines Matching defs:vme_bridge
101 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) */
114 void *driver_priv; /* Private pointer for the bridge driver */
115 struct list_head bus_list; /* list of VME buses */
118 struct vme_irq irq[7];
120 struct mutex irq_mtx;
123 int (*slave_get) (struct vme_slave_resource *, int *,
149 void (*irq_set) (struct vme_bridge *, int, int, int); argument
150 int (*irq_generate) (struct vme_bridge *, int, int); argument
160 int (*slot_get) (struct vme_bridge *); argument
169 void vme_irq_handler(struct vme_bridge *, int, int); argument