Searched defs:ukbd_softc (Results 1 – 1 of 1) sorted by relevance
142 struct ukbd_softc { struct143 device_t sc_dev;144 keyboard_t sc_kbd;145 keymap_t sc_keymap;146 accentmap_t sc_accmap;147 fkeytab_t sc_fkeymap[UKBD_NFKEY];148 struct hid_location sc_loc_apple_eject;149 struct hid_location sc_loc_apple_fn;150 struct hid_location sc_loc_ctrl_l;151 struct hid_location sc_loc_ctrl_r;[all …]