Searched defs:wskbd_accessops (Results 1 – 1 of 1) sorted by relevance
47 struct wskbd_accessops { struct48 int (*enable)(void *, int);49 void (*set_leds)(void *, int);73 const struct wskbd_accessops *accessops; /* access ops */ argument