Lines Matching defs:kbd_softc
52 struct kbd_softc { struct
53 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 */
71 struct callout k_wsbell;/* to shut the bell off */
95 int (*open)(struct kbd_softc *); argument