sys/dev/hil/hil.c
210
send_hil_cmd(sc, HIL_WRITELPCTRL, &db, 1, NULL);
sys/dev/hil/hil.c
230
if (send_hil_cmd(sc, HIL_READLPSTAT, NULL, 0, &db) == 0) {
sys/dev/hil/hil.c
263
send_hil_cmd(sc, HIL_INTON, NULL, 0, NULL);
sys/dev/hil/hil.c
392
send_hil_cmd(sc, HIL_WRITEKBDSADR, &db,
sys/dev/hil/hil.c
501
send_hil_cmd(sc, HIL_READLPSTAT, NULL, 0, &db);
sys/dev/hil/hil.c
511
send_hil_cmd(sc, HIL_WRITEKBDSADR, &db, 1, NULL);
sys/dev/hil/hil.c
596
if (send_hil_cmd(sc, HIL_READLPSTAT, NULL, 0, &db) == 0) {
sys/dev/hil/hil.c
609
send_hil_cmd(sc, HIL_READLPSTAT, NULL, 0, &db);
sys/dev/hil/hil.c
862
send_hil_cmd(sc, HIL_INTON, NULL, 0, NULL);
sys/dev/hil/hilkbd.c
368
send_hil_cmd(sc, HIL_SETTONE, buf, 2, NULL);
sys/dev/hil/hilvar.h
100
int send_hil_cmd(struct hil_softc *, u_int, u_int8_t *, u_int, u_int8_t *);