Home
last modified time | relevance | path

Searched defs:cmx_softc (Results 1 – 1 of 1) sorted by relevance

/dragonfly/sys/dev/misc/cmx/
H A Dcmxvar.h37 struct cmx_softc { struct
38 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 …]