HomeSort by: relevance | last modified time | path
    Searched defs:ktm_send_sync (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/adb/
adb_ktm.c 82 static int ktm_send_sync(struct ktm_softc *, uint8_t, int, uint8_t *);
157 ktm_send_sync(sc, ADBFLUSH(addr), 0, NULL);
159 ktm_send_sync(sc, ADBLISTEN(addr, 2), 8, sc->sc_config);
225 ktm_send_sync(sc, ADBTALK(addr, 2), 0, NULL);
238 ktm_send_sync(sc, ADBTALK(addr, reg), 0, NULL);
397 ktm_send_sync(struct ktm_softc *sc, uint8_t cmd, int len, uint8_t *msg) function in typeref:typename:int
adb_ktm.c 82 static int ktm_send_sync(struct ktm_softc *, uint8_t, int, uint8_t *);
157 ktm_send_sync(sc, ADBFLUSH(addr), 0, NULL);
159 ktm_send_sync(sc, ADBLISTEN(addr, 2), 8, sc->sc_config);
225 ktm_send_sync(sc, ADBTALK(addr, 2), 0, NULL);
238 ktm_send_sync(sc, ADBTALK(addr, reg), 0, NULL);
397 ktm_send_sync(struct ktm_softc *sc, uint8_t cmd, int len, uint8_t *msg) function in typeref:typename:int

Completed in 22 milliseconds