Home
last modified time | relevance | path

Searched refs:cancel (Results 1 – 25 of 62) sorted by relevance

123

/Zephyr-latest/drivers/watchdog/
Dwdt_counter.c69 static int timeout_set(const struct device *dev, int chan_id, bool cancel) in timeout_set() argument
81 if (cancel) { in timeout_set()
/Zephyr-latest/samples/bluetooth/peripheral_ht/src/
Dmain.c84 .cancel = auth_cancel,
/Zephyr-latest/include/zephyr/drivers/
Dtee.h345 tee_cancel_t cancel; member
456 if (!api->cancel) { in z_impl_tee_cancel()
460 return api->cancel(dev, session_id, cancel_id); in z_impl_tee_cancel()
Dvideo.h302 typedef int (*video_api_flush_t)(const struct device *dev, enum video_endpoint_id ep, bool cancel);
574 static inline int video_flush(const struct device *dev, enum video_endpoint_id ep, bool cancel) in video_flush() argument
582 return api->flush(dev, ep, cancel); in video_flush()
/Zephyr-latest/samples/subsys/logging/ble_backend/src/
Dmain.c68 .cancel = auth_cancel,
/Zephyr-latest/samples/bluetooth/peripheral_gatt_write/src/
Dperipheral_gatt_write.c44 .cancel = auth_cancel,
/Zephyr-latest/subsys/bluetooth/mesh/
Dblob_srv.c44 static void cancel(struct bt_mesh_blob_srv *srv);
213 static void cancel(struct bt_mesh_blob_srv *srv) in cancel() function
292 cancel(srv); in timeout()
530 cancel(srv); in handle_xfer_start()
543 cancel(srv); in handle_xfer_start()
552 cancel(srv); in handle_xfer_start()
588 cancel(srv); in handle_xfer_cancel()
703 cancel(srv); in handle_block_start()
981 cancel(srv); in bt_mesh_blob_srv_cancel()
/Zephyr-latest/samples/bluetooth/peripheral_hids/src/
Dmain.c133 .cancel = auth_cancel,
/Zephyr-latest/subsys/net/lib/lwm2m/
Dipso_buzzer.c128 static int stop_buzzer(struct ipso_buzzer_data *buzzer, bool cancel) in stop_buzzer() argument
140 if (cancel) { in stop_buzzer()
Dipso_timer.c135 static int stop_timer(struct ipso_timer_data *timer, bool cancel) in stop_timer() argument
148 if (cancel) { in stop_timer()
/Zephyr-latest/samples/bluetooth/peripheral_sc_only/src/
Dmain.c125 .cancel = auth_cancel,
/Zephyr-latest/drivers/video/
Dvideo_emul_rx.c222 static int emul_rx_flush(const struct device *dev, enum video_endpoint_id ep, bool cancel) in emul_rx_flush() argument
232 if (cancel) { in emul_rx_flush()
Dvideo_mcux_smartdma.c199 bool cancel) in nxp_video_sdma_flush() argument
205 if (!cancel) { in nxp_video_sdma_flush()
Dvideo_sw_generator.c213 bool cancel) in video_sw_generator_flush() argument
218 if (!cancel) { in video_sw_generator_flush()
Dvideo_mcux_csi.c233 static int video_mcux_csi_flush(const struct device *dev, enum video_endpoint_id ep, bool cancel) in video_mcux_csi_flush() argument
241 if (!cancel) { in video_mcux_csi_flush()
/Zephyr-latest/tests/bsim/bluetooth/host/att/retry_on_sec_err/client/
Dmain.c115 .cancel = auth_cancel_cb,
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/
Dmain.c120 .cancel = passkey_cancel,
/Zephyr-latest/kernel/
Dpoll.c799 SYS_PORT_TRACING_FUNC_ENTER(k_work_poll, cancel, work); in k_work_poll_cancel()
803 SYS_PORT_TRACING_FUNC_EXIT(k_work_poll, cancel, work, -EINVAL); in k_work_poll_cancel()
812 SYS_PORT_TRACING_FUNC_EXIT(k_work_poll, cancel, work, retval); in k_work_poll_cancel()
/Zephyr-latest/subsys/net/lib/shell/
Ddns.c260 SHELL_CMD(cancel, NULL, "Cancel all pending requests.",
/Zephyr-latest/samples/bluetooth/peripheral_hr/src/
Dmain.c91 .cancel = auth_cancel,
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/
Dmain.c278 .cancel = auth_cancel,
/Zephyr-latest/tests/kernel/workq/work_queue/
DREADME.txt95 Starting delayed cancel test
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dblob.c577 SHELL_CMD_ARG(tx-cancel, NULL, NULL, cmd_tx_cancel, 1, 0),
590 SHELL_CMD_ARG(rx-cancel, NULL, NULL, cmd_rx_cancel, 1, 0),
/Zephyr-latest/samples/bluetooth/encrypted_advertising/peripheral/src/
Dperipheral_ead.c291 peripheral_auth_cb.cancel = auth_cancel; in init_bt()
/Zephyr-latest/samples/bluetooth/peripheral_identity/src/
Dperipheral_identity.c189 .cancel = auth_cancel,

123