hil_softc
CFATTACH_DECL_NEW(hil_intio, sizeof(struct hil_softc),
struct hil_softc *sc = device_private(self);
struct hil_softc sc_hs;
struct hil_softc *sc = &gsc->sc_hs;
struct hil_softc *sc = v;
sizeof(struct hil_softc),
struct hil_softc *sc = device_private(self);
struct hil_softc *sc = v;
static int hildatawait(struct hil_softc *);
hilwait(struct hil_softc *sc)
hildatawait(struct hil_softc *sc)
hil_attach(struct hil_softc *sc, int *hil_is_console)
struct hil_softc *sc = device_private(self);
struct hil_softc *sc = v;
hil_process_int(struct hil_softc *sc, uint8_t stat, uint8_t c)
hil_process_poll(struct hil_softc *sc, uint8_t stat, uint8_t c)
struct hil_softc *sc = arg;
hilconfig(struct hil_softc *sc, u_int knowndevs)
hilempty(struct hil_softc *sc)
send_hil_cmd(struct hil_softc *sc, u_int cmd, uint8_t *data, u_int dlen,
send_device_cmd(struct hil_softc *sc, u_int device, u_int cmd)
struct hil_softc *sc = device_private(device_parent(hdsc->sc_dev));
polloff(struct hil_softc *sc)
pollon(struct hil_softc *sc)
hil_set_poll(struct hil_softc *sc, int on)
struct hil_softc *sc = device_private(device_parent(hdsc->sc_dev));
static void hilconfig(struct hil_softc *, u_int);
static void hilempty(struct hil_softc *);
static void hil_process_int(struct hil_softc *, uint8_t, uint8_t);
static int hil_process_poll(struct hil_softc *, uint8_t, uint8_t);
static int send_device_cmd(struct hil_softc *sc, u_int device, u_int cmd);
static void polloff(struct hil_softc *);
static void pollon(struct hil_softc *);
static int hilwait(struct hil_softc *);
static void hilkbd_bell(struct hil_softc *, u_int, u_int, u_int);
hilkbd_bell(struct hil_softc *sc, u_int pitch, u_int period, u_int volume)
int send_hil_cmd(struct hil_softc *, u_int, uint8_t *, u_int, uint8_t *);
void hil_set_poll(struct hil_softc *, int);
void hil_attach(struct hil_softc *, int *);