Searched defs:ida_softc (Results 1 – 1 of 1) sorted by relevance
130 struct ida_softc { struct131 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;[all …]