Searched defs:cyapa_softc (Results 1 – 1 of 1) sorted by relevance
142 struct cyapa_softc { struct143 device_t dev;144 int count; /* >0 if device opened */145 int unit;146 int addr;147 cdev_t devnode;148 struct kqinfo kqinfo;149 struct lock lk;151 int cap_resx;152 int cap_resy;[all …]