Home
last modified time | relevance | path

Searched defs:slot (Results 1 – 25 of 46) sorted by relevance

12

/Zephyr-latest/subsys/bluetooth/mesh/
Ddfu_slot.c31 static struct slot { struct
33 struct bt_mesh_dfu_slot slot; argument
48 static bool slot_eq(const struct bt_mesh_dfu_slot *slot, in slot_eq()
128 struct slot *slot = NULL; in bt_mesh_dfu_slot_reserve() local
159 struct slot *slot = CONTAINER_OF(dfu_slot, struct slot, slot); in bt_mesh_dfu_slot_info_set() local
178 struct slot *slot = CONTAINER_OF(dfu_slot, struct slot, slot); in bt_mesh_dfu_slot_fwid_set() local
204 struct slot *slot = CONTAINER_OF(dfu_slot, struct slot, slot); in bt_mesh_dfu_slot_commit() local
228 struct slot *slot = CONTAINER_OF(dfu_slot, struct slot, slot); in bt_mesh_dfu_slot_release() local
239 struct slot *slot = CONTAINER_OF(dfu_slot, struct slot, slot); in bt_mesh_dfu_slot_del() local
279 int bt_mesh_dfu_slot_get(const uint8_t *fwid, size_t fwid_len, struct bt_mesh_dfu_slot **slot) in bt_mesh_dfu_slot_get()
Ddfd_srv.c93 static int slot_del(struct bt_mesh_dfd_srv *srv, const struct bt_mesh_dfu_slot *slot) in slot_del()
199 static enum bt_mesh_dfu_iter slot_space_cb(const struct bt_mesh_dfu_slot *slot, in slot_space_cb()
614 struct bt_mesh_dfu_slot *slot = bt_mesh_dfu_slot_reserve(); in handle_upload_start_oob() local
697 struct bt_mesh_dfu_slot *slot; in handle_fw_get() local
721 const struct bt_mesh_dfu_slot *slot; in handle_fw_get_by_index() local
755 static enum bt_mesh_dfu_iter slot_del_cb(const struct bt_mesh_dfu_slot *slot, in slot_del_cb()
1224 struct bt_mesh_dfu_slot *slot; in bt_mesh_dfd_srv_fw_delete() local
1263 const struct bt_mesh_dfu_slot *slot, int status, in bt_mesh_dfd_srv_oob_check_complete()
1296 const struct bt_mesh_dfu_slot *slot, bool success, in bt_mesh_dfd_srv_oob_store_complete()
/Zephyr-latest/drivers/interrupt_controller/
Dintc_nxp_pint.c68 uint8_t slot = 0U; in nxp_pint_pin_enable() local
116 uint8_t slot; in nxp_pint_pin_disable() local
141 uint8_t slot; in nxp_pint_pin_set_callback() local
164 uint8_t slot; in nxp_pint_pin_unset_callback() local
179 static void nxp_pint_isr(uint8_t *slot) in nxp_pint_isr()
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/include/mgmt/mcumgr/grp/img_mgmt/
Dimg_mgmt_priv.h96 static inline int img_mgmt_slot_to_image(int slot) in img_mgmt_slot_to_image()
111 static inline int img_mgmt_get_opposite_slot(int slot) in img_mgmt_get_opposite_slot()
/Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/src/
Dzephyr_img_mgmt.c134 img_mgmt_flash_area_id(int slot) in img_mgmt_flash_area_id()
191 static int img_mgmt_get_unused_slot_area_id(int slot) in img_mgmt_get_unused_slot_area_id()
232 int slot = 0; in img_mgmt_get_unused_slot_area_id() local
277 int img_mgmt_erase_slot(int slot) in img_mgmt_erase_slot()
315 int img_mgmt_write_pending(int slot, bool permanent) in img_mgmt_write_pending()
345 int img_mgmt_read(int slot, unsigned int offset, void *dst, unsigned int num_bytes) in img_mgmt_read()
520 int img_mgmt_swap_type(int slot) in img_mgmt_swap_type()
778 int img_mgmt_erased_val(int slot, uint8_t *erased_val) in img_mgmt_erased_val()
Dimg_mgmt_state.c152 int slot = img_mgmt_get_opposite_slot(active_slot); in img_mgmt_get_next_boot_slot() local
198 static int read_directxip_state(int slot) in read_directxip_state()
322 img_mgmt_slot_in_use(int slot) in img_mgmt_slot_in_use()
359 img_mgmt_state_set_pending(int slot, int permanent) in img_mgmt_state_set_pending()
413 static bool img_mgmt_state_encode_slot(struct smp_streamer *ctxt, uint32_t slot, int state_flags) in img_mgmt_state_encode_slot()
544 static int img_mgmt_set_next_boot_slot_common(int slot, int active_slot, bool confirm) in img_mgmt_set_next_boot_slot_common()
589 int img_mgmt_set_next_boot_slot(int slot, bool confirm) in img_mgmt_set_next_boot_slot()
665 int img_mgmt_set_next_boot_slot(int slot, bool confirm) in img_mgmt_set_next_boot_slot()
689 int slot; in img_mgmt_state_write() local
Dimg_mgmt.c186 static int img_mgmt_find_tlvs(int slot, size_t *start_off, size_t *end_off, uint16_t magic) in img_mgmt_find_tlvs()
210 int slot = 0; in img_mgmt_active_slot() local
416 uint32_t slot = img_mgmt_get_opposite_slot(img_mgmt_active_slot(img_mgmt_active_image())); in img_mgmt_erase() local
/Zephyr-latest/subsys/net/lib/tls_credentials/
Dtls_credentials_trusted.c95 static int credentials_toc_update(unsigned int slot, psa_storage_uid_t uid) in credentials_toc_update()
115 unsigned int slot; in tls_credential_toc_find_slot() local
131 unsigned int slot; in credentials_init() local
236 unsigned int slot; in credential_next_get() local
268 unsigned int slot; in credential_next_tag_get() local
332 unsigned int slot; in tls_credential_add() local
376 unsigned int slot; in tls_credential_get() local
423 unsigned int slot; in tls_credential_delete() local
/Zephyr-latest/include/zephyr/drivers/dma/
Ddma_stm32.h35 #define STM32_DMA_SLOT(id, dir, slot) 0 argument
36 #define STM32_DMA_SLOT_BY_IDX(id, idx, slot) 0 argument
38 #define STM32_DMA_SLOT(id, dir, slot) DT_INST_DMAS_CELL_BY_NAME(id, dir, slot) argument
39 #define STM32_DMA_SLOT_BY_IDX(id, idx, slot) DT_INST_DMAS_CELL_BY_IDX(id, idx, slot) argument
Ddma_mcux_lpc.h54 #define LPC_DMA_GET_BURSTPOWER(slot) (((slot) & 0xE0) >> 5) argument
/Zephyr-latest/samples/bluetooth/eddystone/src/
Dmain.c212 struct eds_slot *slot = &eds_slots[eds_active_slot]; in read_tx_power() local
227 struct eds_slot *slot = &eds_slots[eds_active_slot]; in write_tx_power() local
246 struct eds_slot *slot = &eds_slots[eds_active_slot]; in read_adv_tx_power() local
262 struct eds_slot *slot = &eds_slots[eds_active_slot]; in write_adv_tx_power() local
281 struct eds_slot *slot = &eds_slots[eds_active_slot]; in read_interval() local
294 struct eds_slot *slot = &eds_slots[eds_active_slot]; in read_lock() local
304 struct eds_slot *slot = &eds_slots[eds_active_slot]; in write_lock() local
339 struct eds_slot *slot = &eds_slots[eds_active_slot]; in read_unlock() local
360 struct eds_slot *slot = &eds_slots[eds_active_slot]; in write_unlock() local
399 struct eds_slot *slot = &eds_slots[eds_active_slot]; in read_adv_data() local
[all …]
/Zephyr-latest/subsys/net/lib/dhcpv4/
Ddhcpv4_server.c59 struct dhcpv4_addr_slot *slot; member
86 struct dhcpv4_addr_slot *slot = &ctx->addr_pool[i]; in dhcpv4_server_timeout_recalc() local
771 struct dhcpv4_addr_slot *slot) in dhcpv4_probe_address()
834 struct dhcpv4_addr_slot *slot = &ctx->addr_pool[i]; in echo_reply_handler() local
885 struct dhcpv4_addr_slot *slot, in dhcpv4_server_probe_setup()
910 struct dhcpv4_addr_slot *slot) in dhcpv4_server_probe_timeout()
928 struct dhcpv4_addr_slot *slot) in dhcpv4_server_is_slot_probed()
963 struct dhcpv4_addr_slot *slot = &ctx->addr_pool[i]; in dhcpv4_handle_discover() local
1004 struct dhcpv4_addr_slot *slot = in dhcpv4_handle_discover() local
1030 struct dhcpv4_addr_slot *slot = &ctx->addr_pool[i]; in dhcpv4_handle_discover() local
[all …]
/Zephyr-latest/include/zephyr/mgmt/mcumgr/grp/img_mgmt/
Dimg_mgmt_callbacks.h52 const uint32_t slot; member
84 const uint8_t slot; member
/Zephyr-latest/samples/net/sockets/http_server/src/
Dws.c114 int slot = POINTER_TO_INT(ptr1); in ws_echo_handler() local
300 int slot; in ws_echo_setup() local
337 int slot; in ws_netstats_setup() local
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_dfu.c120 const struct bt_mesh_dfu_slot *slot, in dist_fw_recv()
129 const struct bt_mesh_dfu_slot *slot) in dist_fw_del()
134 const struct bt_mesh_dfu_slot *slot, in dist_fw_send()
462 static bool slot_add(const struct bt_mesh_dfu_slot **slot) in slot_add()
596 struct bt_mesh_dfu_slot *slot[CONFIG_BT_MESH_DFU_SLOT_CNT]; in test_dist_dfu_slot_create() local
636 enum bt_mesh_dfu_iter check_slot(const struct bt_mesh_dfu_slot *slot, void *data) in check_slot()
663 struct bt_mesh_dfu_slot *slot; in test_dist_dfu_slot_create_recover() local
698 const struct bt_mesh_dfu_slot *slot; in check_delete_all() local
764 struct bt_mesh_dfu_slot *slot; in test_dist_dfu_slot_idempotency() local
957 const struct bt_mesh_dfu_slot *slot; in cli_common_fail_on_init() local
[all …]
/Zephyr-latest/samples/net/sockets/echo_server/src/
Dtcp.c139 int slot = POINTER_TO_INT(ptr1); in handle_data() local
228 int slot; in process_tcp() local
/Zephyr-latest/drivers/sdhc/
Dsdhc_esp32.c53 int slot; member
283 static int sdmmc_host_start_command(sdmmc_dev_t *sdio_hw, int slot, sdmmc_hw_cmd_t cmd, in sdmmc_host_start_command()
621 static int sdmmc_host_do_transaction(const struct device *dev, int slot, in sdmmc_host_do_transaction()
709 static int sdmmc_host_clock_update_command(sdmmc_dev_t *sdio_hw, int slot) in sdmmc_host_clock_update_command()
807 int sdmmc_host_set_card_clk(sdmmc_dev_t *sdio_hw, int slot, uint32_t freq_khz) in sdmmc_host_set_card_clk()
872 int sdmmc_host_set_bus_width(sdmmc_dev_t *sdio_hw, int slot, size_t width) in sdmmc_host_set_bus_width()
/Zephyr-latest/lib/heap/
Dshared_multi_heap.c56 unsigned int slot; in shared_multi_heap_add() local
/Zephyr-latest/subsys/net/l2/ethernet/lldp/
Dlldp.c200 int slot) in lldp_start_timer()
234 int ret, slot; in lldp_start() local
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Ddfu.c378 struct bt_mesh_dfu_slot *slot; in cmd_dfu_slot_add() local
425 const struct bt_mesh_dfu_slot *slot; in cmd_dfu_slot_del() local
459 static void slot_info_print(const struct shell *sh, const struct bt_mesh_dfu_slot *slot, in slot_info_print()
484 const struct bt_mesh_dfu_slot *slot; in cmd_dfu_slot_get() local
669 const struct bt_mesh_dfu_slot *slot; in cmd_dfu_target_check() local
Ddfd.c57 static enum bt_mesh_dfu_iter slot_space_cb(const struct bt_mesh_dfu_slot *slot, in slot_space_cb()
344 const struct bt_mesh_dfu_slot *slot = bt_mesh_dfu_slot_at(idx); in cmd_dfd_fw_get_by_idx() local
/Zephyr-latest/drivers/dma/
Ddma_stm32_v1.c39 uint32_t dma_stm32_slot_to_channel(uint32_t slot) in dma_stm32_slot_to_channel()
350 uint32_t slot) in stm32_dma_config_channel_function()
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Ddfu_cli.h196 const struct bt_mesh_dfu_slot *slot; member
227 const struct bt_mesh_dfu_slot *slot; member
/Zephyr-latest/subsys/logging/backends/
Dlog_backend_adsp_mtrace.c78 struct adsp_debug_slot *slot = (struct adsp_debug_slot *)(ADSP_DW->slots[0]); in mtrace_out() local
/Zephyr-latest/subsys/bluetooth/controller/flash/
Dsoc_flash_nrf_ticker.c31 uint32_t slot; /* timeslot length. */ member

12