Searched defs:adbkbd_softc (Results 1 – 1 of 1) sorted by relevance
74 struct adbkbd_softc { struct75 device_t sc_dev;76 struct adb_device *sc_adbdev;77 struct adb_bus_accessops *sc_ops;78 device_t sc_wskbddev;80 device_t sc_wsmousedev;82 struct sysmon_pswitch sc_sm_pbutton;83 int sc_leds;84 int sc_have_led_control;85 int sc_power_button_delay;[all …]