Lines Matching defs:ida_softc
130 struct ida_softc { struct
131 device_t dev;
133 struct callout ch;
134 struct cdev *ida_dev_t;
136 int regs_res_type;
137 int regs_res_id;
138 struct resource *regs;
140 int irq_res_type;
141 struct resource *irq;
142 void *ih;
144 struct mtx lock;
145 struct intr_config_hook ich;
148 bus_dma_tag_t parent_dmat;
149 bus_dma_tag_t buffer_dmat;
151 bus_dma_tag_t hwqcb_dmat;
152 bus_dmamap_t hwqcb_dmamap;
153 bus_addr_t hwqcb_busaddr;
177 struct ida_softc *controller; argument