Lines Matching defs:vme_bridge
107 struct vme_bridge { struct
108 char name[VMENAMSIZ];
109 int num;
110 struct list_head master_resources;
111 struct list_head slave_resources;
112 struct list_head dma_resources;
113 struct list_head lm_resources;
116 struct list_head vme_error_handlers;
118 struct list_head devices;
121 struct device *parent; /* Parent device (eg. pdev->dev for PCI) */
122 void *driver_priv; /* Private pointer for the bridge driver */
123 struct list_head bus_list; /* list of VME buses */
126 struct vme_irq irq[7];
128 struct mutex irq_mtx;
131 int (*slave_get) (struct vme_slave_resource *, int *,
157 void (*irq_set) (struct vme_bridge *, int, int, int); argument
158 int (*irq_generate) (struct vme_bridge *, int, int); argument
169 int (*slot_get) (struct vme_bridge *); argument
178 void vme_bus_error_handler(struct vme_bridge *bridge, argument