Searched defs:btkbd_softc (Results 1 – 1 of 1) sorted by relevance
110 struct btkbd_softc { struct111 struct bthidev sc_hidev; /* device+ */112 device_t sc_wskbd; /* child */113 int sc_enabled;115 int (*sc_output) /* output method */119 struct btkbd_data sc_odata;120 struct btkbd_data sc_ndata;123 int sc_nmod;124 struct hid_location sc_modloc[MAXMOD];125 struct btkbd_mod sc_mods[MAXMOD];[all …]