Searched defs:wzero3kbd_softc (Results 1 – 1 of 1) sorted by relevance
80 struct wzero3kbd_softc { struct81 device_t sc_dev;83 bus_space_tag_t sc_iot;84 bus_space_handle_t sc_ioh;86 int sc_ncolumn;87 int sc_nrow;88 uint8_t *sc_okeystat;89 uint8_t *sc_keystat;91 void *sc_key_ih;92 void *sc_power_ih;[all …]