Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/hil/
H A Dhil.c103 int send_device_cmd(struct hil_softc *sc, u_int device, u_int cmd);
520 if (send_device_cmd(sc, id, HIL_IDENTIFY) != 0) { in hilconfig()
700 send_device_cmd(struct hil_softc *sc, u_int device, u_int cmd) in send_device_cmd() function
766 if ((rc = send_device_cmd(sc, dev->sc_code, cmd)) == 0) { in send_hildev_cmd()