Searched refs:can_cb_t (Results 1 – 6 of 6) sorted by relevance
60 typedef void (*can_cb_t)(struct can_async_descriptor *const descr); typedef66 can_cb_t tx_done;67 can_cb_t rx_done;
133 descr->cb.rx_done = (cb != NULL) ? (can_cb_t)cb : NULL; in can_async_register_callback()136 descr->cb.tx_done = (cb != NULL) ? (can_cb_t)cb : NULL; in can_async_register_callback()
Completed in 17 milliseconds