Searched refs:wskbd_softc (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/dev/wscons/ |
H A D | wskbd.c | 177 struct wskbd_softc *t_sc; /* back pointer */ 180 struct wskbd_softc { struct 268 static int internal_command(struct wskbd_softc *, u_int *, keysym_t, keysym_t); 270 static int wskbd_enable(struct wskbd_softc *, int); 272 static void change_displayparam(struct wskbd_softc *, int, int, int); 273 static void wskbd_holdscreen(struct wskbd_softc *, int); 276 static int wskbd_do_ioctl_sc(struct wskbd_softc *, u_long, void *, int, 278 static void wskbd_deliver_event(struct wskbd_softc *sc, u_int type, int value); 288 static int wskbd_do_open(struct wskbd_softc *, struct wseventvar *); 291 CFATTACH_DECL_NEW(wskbd, sizeof (struct wskbd_softc), [all …]
|
H A D | wskbdvar.h | 103 struct wskbd_softc; 104 typedef int (wskbd_hotkey_plugin)(struct wskbd_softc *, void *, u_int, int);
|
/netbsd-src/sys/dev/acpi/ |
H A D | hpqlb_acpi.c | 90 static int hpqlb_hotkey_handler(struct wskbd_softc *, void *, u_int, int); 168 hpqlb_hotkey_handler(struct wskbd_softc *wskbd_sc, void *cookie, in hpqlb_hotkey_handler()
|