Searched defs:gpiodcf_softc (Results 1 – 1 of 1) sorted by relevance
46 struct gpiodcf_softc { struct47 struct device sc_dev; /* base device */48 void *sc_gpio; 49 struct gpio_pinmap sc_map;50 int __map[GPIODCF_NPINS];51 u_char sc_dying; /* disconnecting */52 int sc_data;54 struct timeout sc_to;56 struct timeout sc_bv_to; /* bit-value detect */57 struct timeout sc_db_to; /* debounce */[all …]