Lines Matching refs:complete_cb
1195 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()
1363 isotp_tx_callback_t complete_cb, void *cb_arg, in isotp_send_buf() argument
1388 return send(sctx, can_dev, tx_addr, rx_addr, complete_cb, cb_arg); in isotp_send_buf()