Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/wscons/
H A Dwskbdvar.h72 const struct wskbd_accessops *accessops; /* access ops */ member
H A Dwsmousevar.h77 const struct wsmouse_accessops *accessops; /* access ops */ member
H A Dwsdisplayvar.h167 const struct wsdisplay_accessops *accessops; /* access ops */ member
H A Dwsdisplay.c704 wsdisplay_common_attach(struct wsdisplay_softc * sc,int console,int kbdmux,const struct wsscreen_list * scrdata,const struct wsdisplay_accessops * accessops,void * accesscookie,u_int defaultscreens) wsdisplay_common_attach() argument
/openbsd-src/sys/dev/hid/
H A Dhidkbd.c292 const struct wskbd_accessops *accessops) in hidkbd_attach_wskbd() argument
H A Dhidcc.c760 static const struct wskbd_accessops accessops = { in hidcc_attach_wskbd() local