/Zephyr-latest/drivers/watchdog/ |
D | wdt_counter.c | 69 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/ |
D | main.c | 84 .cancel = auth_cancel,
|
/Zephyr-latest/include/zephyr/drivers/ |
D | tee.h | 345 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()
|
D | video.h | 302 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/ |
D | main.c | 68 .cancel = auth_cancel,
|
/Zephyr-latest/samples/bluetooth/peripheral_gatt_write/src/ |
D | peripheral_gatt_write.c | 44 .cancel = auth_cancel,
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | blob_srv.c | 44 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/ |
D | main.c | 133 .cancel = auth_cancel,
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | ipso_buzzer.c | 128 static int stop_buzzer(struct ipso_buzzer_data *buzzer, bool cancel) in stop_buzzer() argument 140 if (cancel) { in stop_buzzer()
|
D | ipso_timer.c | 135 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/ |
D | main.c | 125 .cancel = auth_cancel,
|
/Zephyr-latest/drivers/video/ |
D | video_emul_rx.c | 222 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()
|
D | video_mcux_smartdma.c | 199 bool cancel) in nxp_video_sdma_flush() argument 205 if (!cancel) { in nxp_video_sdma_flush()
|
D | video_sw_generator.c | 213 bool cancel) in video_sw_generator_flush() argument 218 if (!cancel) { in video_sw_generator_flush()
|
D | video_mcux_csi.c | 233 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/ |
D | main.c | 115 .cancel = auth_cancel_cb,
|
/Zephyr-latest/samples/boards/phytec/reel_board/mesh_badge/src/ |
D | main.c | 120 .cancel = passkey_cancel,
|
/Zephyr-latest/kernel/ |
D | poll.c | 799 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/ |
D | dns.c | 260 SHELL_CMD(cancel, NULL, "Cancel all pending requests.",
|
/Zephyr-latest/samples/bluetooth/peripheral_hr/src/ |
D | main.c | 91 .cancel = auth_cancel,
|
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/ |
D | main.c | 278 .cancel = auth_cancel,
|
/Zephyr-latest/tests/kernel/workq/work_queue/ |
D | README.txt | 95 Starting delayed cancel test
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | blob.c | 577 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/ |
D | peripheral_ead.c | 291 peripheral_auth_cb.cancel = auth_cancel; in init_bt()
|
/Zephyr-latest/samples/bluetooth/peripheral_identity/src/ |
D | peripheral_identity.c | 189 .cancel = auth_cancel,
|