Home
last modified time | relevance | path

Searched refs:send_hildev_cmd (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/sys/dev/hil/
H A Dhilkbd.c274 send_hildev_cmd((struct hildev_softc *)sc, in hilkbd_set_leds()
278 send_hildev_cmd((struct hildev_softc *)sc, in hilkbd_set_leds()
282 send_hildev_cmd((struct hildev_softc *)sc, in hilkbd_set_leds()
H A Dhilvar.h101 int send_hildev_cmd(struct hildev_softc *, u_int, u_int8_t *, u_int *);
H A Dhilid.c90 if (send_hildev_cmd((struct hildev_softc *)sc, in hilidattach()
H A Dhil.c758 send_hildev_cmd(struct hildev_softc *dev, u_int cmd, in send_hildev_cmd() function