Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/canbus/
Disotp.h329 isotp_tx_callback_t complete_cb, void *cb_arg);
354 isotp_tx_callback_t complete_cb, void *cb_arg,
379 isotp_tx_callback_t complete_cb, void *cb_arg,
409 isotp_tx_callback_t complete_cb, void *cb_arg,
/Zephyr-latest/subsys/canbus/isotp/
Disotp.c1195 isotp_tx_callback_t complete_cb, void *cb_arg) in send() argument
1213 if (complete_cb) { in send()
1214 sctx->fin_cb.cb = complete_cb; in send()
1285 if (!complete_cb) { in send()
1299 isotp_tx_callback_t complete_cb, void *cb_arg) in isotp_send() argument
1306 return send(sctx, can_dev, tx_addr, rx_addr, complete_cb, cb_arg); in isotp_send()
1315 isotp_tx_callback_t complete_cb, void *cb_arg, in isotp_send_ctx_buf() argument
1332 return send(sctx, can_dev, tx_addr, rx_addr, complete_cb, cb_arg); in isotp_send_ctx_buf()
1339 isotp_tx_callback_t complete_cb, void *cb_arg, in isotp_send_net_ctx_buf() argument
1355 return send(sctx, can_dev, tx_addr, rx_addr, complete_cb, cb_arg); in isotp_send_net_ctx_buf()
[all …]