/src/sys/dev/hil/ |
hilid.c | 71 struct hildev_softc *hdsc = &sc->sc_hildev; local in function:hilidattach 88 if (send_hildev_cmd(hdsc,
|
hilid.c | 71 struct hildev_softc *hdsc = &sc->sc_hildev; local in function:hilidattach 88 if (send_hildev_cmd(hdsc,
|
hil.c | 303 struct hildev_softc *hdsc; local in function:hil_process_int 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, 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) 866 struct hil_softc *sc = device_private(device_parent(hdsc->sc_dev)) [all...] |
hil.c | 303 struct hildev_softc *hdsc; local in function:hil_process_int 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, 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) 866 struct hil_softc *sc = device_private(device_parent(hdsc->sc_dev)) [all...] |
hilkbd.c | 263 struct hildev_softc *hdsc = &sc->sc_hildev; local in function:hilkbd_set_leds 275 send_hildev_cmd(hdsc, 279 send_hildev_cmd(hdsc, 283 send_hildev_cmd(hdsc, 325 struct hildev_softc *hdsc = &sc->sc_hildev; local in function:hilkbd_cngetc 329 while (hil_poll_data(hdsc, &stat, &c) != 0) 374 hilkbd_callback(struct hildev_softc *hdsc, u_int buflen, uint8_t *buf) 376 struct hilkbd_softc *sc = device_private(hdsc->sc_dev);
|
hilkbd.c | 263 struct hildev_softc *hdsc = &sc->sc_hildev; local in function:hilkbd_set_leds 275 send_hildev_cmd(hdsc, 279 send_hildev_cmd(hdsc, 283 send_hildev_cmd(hdsc, 325 struct hildev_softc *hdsc = &sc->sc_hildev; local in function:hilkbd_cngetc 329 while (hil_poll_data(hdsc, &stat, &c) != 0) 374 hilkbd_callback(struct hildev_softc *hdsc, u_int buflen, uint8_t *buf) 376 struct hilkbd_softc *sc = device_private(hdsc->sc_dev);
|