Searched defs:gpiosim_softc (Results 1 – 1 of 1) sorted by relevance
47 struct gpiosim_softc { struct48 device_t sc_dev;49 device_t sc_gdev; /* gpio that attaches here */50 uint64_t sc_state;51 struct gpio_chipset_tag sc_gpio_gc;52 gpio_pin_t sc_gpio_pins[GPIOSIM_NPINS];53 struct gpiosim_irq sc_gpio_irqs[GPIOSIM_NPINS];55 struct sysctllog *sc_log;56 struct workqueue *sc_wq;57 callout_t sc_co;[all …]