Searched defs:kbd_softc (Results 1 – 4 of 4) sorted by relevance
52 struct kbd_softc { struct53 device_t k_dev; /* required first: base device */55 struct sysmon_pswitch k_sm_pbutton;56 int k_ev;59 const struct kbd_ops *k_ops;62 int k_evmode; /* set if we should produce events */63 struct evvar k_events; /* event queue state */66 device_t k_wskbd;/* handle for wskbd, if it is attached */67 int k_wsenabled; /* set if we are using wskbd */69 int k_wsraw; /* send raw events to wscons */[all …]
82 struct kbd_softc { struct 134 static struct kbd_softc kbd_softc; /* XXX */ variable 83 sc_event_modekbd_softc global() argument 85 sc_eventskbd_softc global() argument 86 sc_soft_cskbd_softc global() argument 87 sc_packagekbd_softc global() argument 88 sc_pkg_sizekbd_softc global() argument 89 sc_pkg_idxkbd_softc global() argument 90 sc_pkg_typekbd_softc global() argument 91 sc_sendpkbd_softc global() argument 92 sc_send_cntkbd_softc global() argument 94 sc_wskbddevkbd_softc global() argument 95 sc_pollingmodekbd_softc global() argument 97 sc_sicookiekbd_softc global() argument 98 sc_rndsourcekbd_softc global() argument [all...]
69 struct kbd_softc { struct92 CFATTACH_DECL_NEW(kbd, sizeof(struct kbd_softc), argument
136 struct kbd_softc { struct 150 struct kbd_softc kbd_softc; variable [all...]