sys/dev/hil/hil.c
309
struct hildev_softc *dev;
sys/dev/hil/hil.c
547
sc->sc_devices[id] = (struct hildev_softc *)
sys/dev/hil/hil.c
758
send_hildev_cmd(struct hildev_softc *dev, u_int cmd,
sys/dev/hil/hil.c
867
hil_poll_data(struct hildev_softc *dev, u_int8_t *stat, u_int8_t *data)
sys/dev/hil/hildevs.h
65
void (*sc_fn)(struct hildev_softc *, u_int, u_int8_t *);
sys/dev/hil/hilid.c
43
struct hildev_softc sc_hildev;
sys/dev/hil/hilid.c
90
if (send_hildev_cmd((struct hildev_softc *)sc,
sys/dev/hil/hilkbd.c
121
void hilkbd_callback(struct hildev_softc *, u_int, u_int8_t *);
sys/dev/hil/hilkbd.c
274
send_hildev_cmd((struct hildev_softc *)sc,
sys/dev/hil/hilkbd.c
278
send_hildev_cmd((struct hildev_softc *)sc,
sys/dev/hil/hilkbd.c
282
send_hildev_cmd((struct hildev_softc *)sc,
sys/dev/hil/hilkbd.c
327
while (hil_poll_data((struct hildev_softc *)sc, &stat, &c) != 0)
sys/dev/hil/hilkbd.c
372
hilkbd_callback(struct hildev_softc *dev, u_int buflen, u_int8_t *buf)
sys/dev/hil/hilkbd.c
55
struct hildev_softc sc_hildev;
sys/dev/hil/hilms.c
219
hilms_callback(struct hildev_softc *dev, u_int buflen, u_int8_t *buf)
sys/dev/hil/hilms.c
46
struct hildev_softc sc_hildev;
sys/dev/hil/hilms.c
79
void hilms_callback(struct hildev_softc *, u_int, u_int8_t *);
sys/dev/hil/hilvar.h
101
int send_hildev_cmd(struct hildev_softc *, u_int, u_int8_t *, u_int *);
sys/dev/hil/hilvar.h
103
int hil_poll_data(struct hildev_softc *, u_int8_t *, u_int8_t *);
sys/dev/hil/hilvar.h
69
struct hildev_softc;
sys/dev/hil/hilvar.h
95
struct hildev_softc *sc_devices[NHILD]; /* interrupt dispatcher */