Searched defs:cuda_attach_args (Results 1 – 1 of 1) sorted by relevance
53 struct cuda_attach_args { struct54 void *cookie;55 int (*send)(void *, int, int, uint8_t *); /* send a message */56 void (*poll)(void *); /* poll until the chip is idle */57 int (*set_handler)(void *, int, int (*)(void *, int, uint8_t *), void *);