Searched defs:zkbd_softc (Results 1 – 1 of 1) sorted by relevance
122 struct zkbd_softc { struct123 device_t sc_dev;125 const int *sc_sense_array;126 const int *sc_strobe_array;127 const int *sc_stuck_keys;128 int sc_nsense;129 int sc_nstrobe;130 int sc_nstuck;132 short sc_onkey_pin;133 short sc_sync_pin;[all …]