Searched defs:cyapa_softc (Results 1 – 1 of 1) sorted by relevance
154 struct cyapa_softc { struct155 device_t dev;156 int count; /* >0 if device opened */157 struct cdev *devnode;158 struct selinfo selinfo;159 struct mtx mutex;160 struct intr_config_hook intr_hook;162 struct evdev_dev *evdev;165 int cap_resx;166 int cap_resy;[all …]