Home
last modified time | relevance | path

Searched defs:adb_kbd_softc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/adb/
H A Dadb_kbd.c67 struct adb_kbd_softc { struct
68 keyboard_t sc_kbd;
70 device_t sc_dev;
71 struct mtx sc_mutex;
72 struct cv sc_cv;
74 int sc_mode;
75 int sc_state;
77 int have_led_control;
79 uint8_t buffer[8];
81 uint8_t at_buffered_char[2];
[all …]