Lines Matching defs:wzero3kbd_softc
80 struct wzero3kbd_softc { struct
81 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;
93 void *sc_reset_ih;
95 int sc_key_pin;
96 int sc_power_pin;
97 int sc_reset_pin;
99 struct hpckbd_ic_if sc_if;
100 struct hpckbd_if *sc_hpckbd;
124 CFATTACH_DECL_NEW(wzero3kbd, sizeof(struct wzero3kbd_softc), argument