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

  /src/sys/dev/adb/
adb_bus.c 67 static void nadb_send_sync(void *, int, int, uint8_t *);
113 nadb_send_sync(sc, 0, 0, NULL);
125 nadb_send_sync(sc, ADBTALK(i, 3), 0, NULL);
133 nadb_send_sync(sc, ADBLISTEN(i, 3), 2, cmd);
136 nadb_send_sync(sc, ADBTALK(sc->sc_free, 3), 0, NULL);
145 nadb_send_sync(sc, ADBTALK(i, 3), 0, NULL);
151 nadb_send_sync(sc, ADBLISTEN(last_moved_up, 3), 2, cmd);
153 nadb_send_sync(sc, ADBTALK(i, 3), 0, NULL);
247 nadb_send_sync(void *cookie, int command, int len, uint8_t *data) function in typeref:typename:void
adb_bus.c 67 static void nadb_send_sync(void *, int, int, uint8_t *);
113 nadb_send_sync(sc, 0, 0, NULL);
125 nadb_send_sync(sc, ADBTALK(i, 3), 0, NULL);
133 nadb_send_sync(sc, ADBLISTEN(i, 3), 2, cmd);
136 nadb_send_sync(sc, ADBTALK(sc->sc_free, 3), 0, NULL);
145 nadb_send_sync(sc, ADBTALK(i, 3), 0, NULL);
151 nadb_send_sync(sc, ADBLISTEN(last_moved_up, 3), 2, cmd);
153 nadb_send_sync(sc, ADBTALK(i, 3), 0, NULL);
247 nadb_send_sync(void *cookie, int command, int len, uint8_t *data) function in typeref:typename:void
adb_bus.c 67 static void nadb_send_sync(void *, int, int, uint8_t *);
113 nadb_send_sync(sc, 0, 0, NULL);
125 nadb_send_sync(sc, ADBTALK(i, 3), 0, NULL);
133 nadb_send_sync(sc, ADBLISTEN(i, 3), 2, cmd);
136 nadb_send_sync(sc, ADBTALK(sc->sc_free, 3), 0, NULL);
145 nadb_send_sync(sc, ADBTALK(i, 3), 0, NULL);
151 nadb_send_sync(sc, ADBLISTEN(last_moved_up, 3), 2, cmd);
153 nadb_send_sync(sc, ADBTALK(i, 3), 0, NULL);
247 nadb_send_sync(void *cookie, int command, int len, uint8_t *data) function in typeref:typename:void

Completed in 157 milliseconds