Home
last modified time | relevance | path

Searched refs:cuda_send (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/arch/macppc/dev/
H A Dcuda.c127 static int cuda_send(void *, int, int, uint8_t *);
253 caa.send = cuda_send; in cuda_attach()
373 cuda_send(void *cookie, int poll, int length, uint8_t *msg) in cuda_send() function
786 cuda_send(sc, 0, 2, cmd); in cuda_todr_get()
826 if (cuda_send(sc, 0, 6, cmd) == 0) { in cuda_todr_set()
883 cuda_send(sc, 0, 3, cmd); in cuda_autopoll()
924 cuda_send(sc, poll, len + 2, packet); in cuda_adb_send()
973 cuda_send(sc, sc->sc_polling, send_len + 3, command); in cuda_i2c_exec()
1003 cuda_send(sc, sc->sc_polling, 3, command); in cuda_i2c_exec()