Searched refs:hdsc (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/dev/hil/
H A Dhilid.c71 struct hildev_softc *hdsc = &sc->sc_hildev; local
88 if (send_hildev_cmd(hdsc,
H A Dhilkbd.c263 struct hildev_softc *hdsc = &sc->sc_hildev; local
275 send_hildev_cmd(hdsc,
279 send_hildev_cmd(hdsc,
283 send_hildev_cmd(hdsc,
325 struct hildev_softc *hdsc = &sc->sc_hildev; local
329 while (hil_poll_data(hdsc, &stat, &c) != 0)
374 hilkbd_callback(struct hildev_softc *hdsc, u_int buflen, uint8_t *buf) argument
376 struct hilkbd_softc *sc = device_private(hdsc->sc_dev);
H A Dhil.c303 struct hildev_softc *hdsc; local
323 hdsc = device_private(child);
324 if (hdsc->sc_fn != NULL)
325 (*hdsc->sc_fn)(hdsc,
755 send_hildev_cmd(struct hildev_softc *hdsc, u_int cmd, argument
758 struct hil_softc *sc = device_private(device_parent(hdsc->sc_dev));
763 if ((rc = send_device_cmd(sc, hdsc->sc_code, cmd)) == 0) {
864 hil_poll_data(struct hildev_softc *hdsc, uint8_t *stat, uint8_t *data) argument
866 struct hil_softc *sc = device_private(device_parent(hdsc
[all...]
H A Dhilms.c218 hilms_callback(struct hildev_softc *hdsc, u_int buflen, uint8_t *buf) argument
220 struct hilms_softc *sc = device_private(hdsc->sc_dev);

Completed in 204 milliseconds