Lines Matching defs:vme_bridge
106 struct vme_bridge { struct
107 char name[VMENAMSIZ];
108 int num;
109 struct list_head master_resources;
110 struct list_head slave_resources;
111 struct list_head dma_resources;
112 struct list_head lm_resources;
115 struct list_head vme_error_handlers;
117 struct list_head devices;
120 struct device *parent; /* Parent device (eg. pdev->dev for PCI) */
121 void *driver_priv; /* Private pointer for the bridge driver */
122 struct list_head bus_list; /* list of VME buses */
125 struct vme_irq irq[7];
127 struct mutex irq_mtx;
130 int (*slave_get) (struct vme_slave_resource *, int *,
156 void (*irq_set) (struct vme_bridge *, int, int, int); argument
157 int (*irq_generate) (struct vme_bridge *, int, int); argument
167 int (*slot_get) (struct vme_bridge *); argument
176 void vme_bus_error_handler(struct vme_bridge *bridge, argument