Symbol: hil_softc
sys/arch/hppa/gsc/hil_gsc.c
50
struct hil_softc sc_hs;
sys/arch/hppa/gsc/hil_gsc.c
74
struct hil_softc *sc = &gsc->sc_hs;
sys/dev/hil/hil.c
100
void hil_process_int(struct hil_softc *, u_int8_t, u_int8_t);
sys/dev/hil/hil.c
101
int hil_process_poll(struct hil_softc *, u_int8_t, u_int8_t);
sys/dev/hil/hil.c
103
int send_device_cmd(struct hil_softc *sc, u_int device, u_int cmd);
sys/dev/hil/hil.c
104
void polloff(struct hil_softc *);
sys/dev/hil/hil.c
105
void pollon(struct hil_softc *);
sys/dev/hil/hil.c
107
static int hilwait(struct hil_softc *);
sys/dev/hil/hil.c
108
static int hildatawait(struct hil_softc *);
sys/dev/hil/hil.c
113
hilwait(struct hil_softc *sc)
sys/dev/hil/hil.c
128
hildatawait(struct hil_softc *sc)
sys/dev/hil/hil.c
147
hil_attach(struct hil_softc *sc, int *hil_is_console)
sys/dev/hil/hil.c
199
struct hil_softc *sc = v;
sys/dev/hil/hil.c
279
struct hil_softc *sc = v;
sys/dev/hil/hil.c
307
hil_process_int(struct hil_softc *sc, u_int8_t stat, u_int8_t c)
sys/dev/hil/hil.c
369
hil_process_poll(struct hil_softc *sc, u_int8_t stat, u_int8_t c)
sys/dev/hil/hil.c
446
struct hil_softc *sc = arg;
sys/dev/hil/hil.c
489
hilconfig(struct hil_softc *sc, u_int knowndevs)
sys/dev/hil/hil.c
584
hilempty(struct hil_softc *sc)
sys/dev/hil/hil.c
648
send_hil_cmd(struct hil_softc *sc, u_int cmd, u_int8_t *data, u_int dlen,
sys/dev/hil/hil.c
700
send_device_cmd(struct hil_softc *sc, u_int device, u_int cmd)
sys/dev/hil/hil.c
761
struct hil_softc *sc = (struct hil_softc *)dev->sc_dev.dv_parent;
sys/dev/hil/hil.c
784
polloff(struct hil_softc *sc)
sys/dev/hil/hil.c
826
pollon(struct hil_softc *sc)
sys/dev/hil/hil.c
856
hil_set_poll(struct hil_softc *sc, int on)
sys/dev/hil/hil.c
869
struct hil_softc *sc = (struct hil_softc *)dev->sc_dev.dv_parent;
sys/dev/hil/hil.c
97
void hilconfig(struct hil_softc *, u_int);
sys/dev/hil/hil.c
98
void hilempty(struct hil_softc *);
sys/dev/hil/hilkbd.c
120
void hilkbd_bell(struct hil_softc *, u_int, u_int, u_int);
sys/dev/hil/hilkbd.c
311
hilkbd_bell((struct hil_softc *)sc->hd_parent,
sys/dev/hil/hilkbd.c
346
hil_set_poll((struct hil_softc *)sc->hd_parent, on);
sys/dev/hil/hilkbd.c
354
hilkbd_bell((struct hil_softc *)sc->hd_parent,
sys/dev/hil/hilkbd.c
359
hilkbd_bell(struct hil_softc *sc, u_int pitch, u_int period, u_int volume)
sys/dev/hil/hilvar.h
100
int send_hil_cmd(struct hil_softc *, u_int, u_int8_t *, u_int, u_int8_t *);
sys/dev/hil/hilvar.h
102
void hil_set_poll(struct hil_softc *, int);
sys/dev/hil/hilvar.h
105
void hil_attach(struct hil_softc *, int *);