Searched defs:cmx_softc (Results 1 – 1 of 1) sorted by relevance
37 struct cmx_softc { struct38 device_t dev; /* pccard device */39 struct cdev *cdev; /* character device */44 bus_space_tag_t bst; /* bus space tag */50 void *ih; /* intr handle */53 struct lock mtx; /* per-unit lock */54 struct callout ch; /* callout handle */57 int open; /* is chardev open? */58 int polling; /* are we polling? */59 int dying; /* are we detaching? */[all …]