/Zephyr-latest/scripts/build/ |
D | file2hex.py | 49 def make_hex(chunk): argument
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | blob_io_flash.c | 98 const struct bt_mesh_blob_chunk *chunk) in rd_chunk() 110 const struct bt_mesh_blob_chunk *chunk) in wr_chunk()
|
D | delayable_msg.c | 168 struct delayable_msg_chunk *chunk; in push_msg_from_delayable_msgs() local 265 struct delayable_msg_chunk *chunk = in bt_mesh_delayable_msg_manage() local
|
D | blob_srv.c | 128 static void buf_chunk_index_add(struct net_buf_simple *buf, uint16_t chunk) in buf_chunk_index_add() 726 struct bt_mesh_blob_chunk chunk; in handle_chunk() local
|
D | blob_cli.c | 676 struct bt_mesh_blob_chunk chunk; in chunk_tx() local
|
/Zephyr-latest/tests/bluetooth/mesh/blob_io_flash/src/ |
D | main.c | 53 struct bt_mesh_blob_chunk chunk = { 0 }; in ZTEST() local 163 struct bt_mesh_blob_chunk chunk = { 0 }; in ZTEST() local
|
/Zephyr-latest/tests/subsys/storage/flash_map/src/ |
D | main.c | 188 int chunk = MIN(sizeof(buf), fa->fa_size - i); in ZTEST() local 211 int chunk = MIN(sizeof(buf), fa->fa_size - i); in ZTEST() local
|
/Zephyr-latest/tests/drivers/flash_simulator/flash_sim_impl/src/ |
D | main.c | 93 size_t chunk = MIN(size - i, sizeof(buf)); in test_check_erase() local 485 size_t chunk = MIN(size, FLASH_SIMULATOR_PROG_UNIT); in ZTEST() local
|
/Zephyr-latest/subsys/net/lib/tls_credentials/ |
D | tls_credentials_shell.c | 155 static int cred_buf_write(char *chunk) in cred_buf_write() 328 static int shell_write_cred_buf(const struct shell *sh, char *chunk) in shell_write_cred_buf()
|
/Zephyr-latest/drivers/flash/ |
D | flash_util.c | 58 size_t chunk = MIN(sizeof(filler), size - stored); in z_impl_flash_fill() local
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | blob.c | 38 const struct bt_mesh_blob_chunk *chunk) in blob_chunk_wr() 56 const struct bt_mesh_blob_chunk *chunk) in blob_chunk_rd()
|
/Zephyr-latest/subsys/shell/modules/ |
D | devmem_service.c | 37 static char chunk[2]; variable
|
/Zephyr-latest/drivers/wifi/esp_at/ |
D | esp.c | 1172 const char *chunk, size_t chunk_len) in esp_conn_cmd_append() 1192 #define esp_conn_cmd_append_literal(data, off, chunk) \ argument 1196 const char *chunk, size_t chunk_len) in esp_conn_cmd_escape_and_append()
|
/Zephyr-latest/drivers/spi/ |
D | spi_ambiq_spid.c | 188 uint32_t chunk, num_written, num_read, used_space = 0; in spi_ambiq_xfer() local
|
/Zephyr-latest/tests/lib/heap/src/ |
D | main.c | 128 size_t chunk = ROUND_DOWN(addr - 1, 8); in testalloc() local
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_blob.c | 77 const struct bt_mesh_blob_chunk *chunk) in blob_chunk_wr() 103 const struct bt_mesh_blob_chunk *chunk) in blob_chunk_rd()
|
D | test_dfu.c | 99 const struct bt_mesh_blob_chunk *chunk) in dummy_blob_chunk_wr() 107 const struct bt_mesh_blob_chunk *chunk) in dummy_blob_chunk_rd()
|
/Zephyr-latest/subsys/usb/device/ |
D | usb_device.c | 245 uint32_t chunk = usb_dev.data_buf_residue; in usb_data_to_host() local 285 uint32_t chunk = 0U; in usb_handle_control_transfer() local
|
/Zephyr-latest/subsys/mgmt/hawkbit/ |
D | hawkbit.c | 669 struct hawkbit_dep_res_chunk *chunk; in hawkbit_parse_deployment() local
|
/Zephyr-latest/tests/bluetooth/tester/src/ |
D | btp_mesh.c | 82 const struct bt_mesh_blob_chunk *chunk) in blob_chunk_wr() 98 const struct bt_mesh_blob_chunk *chunk) in blob_chunk_rd()
|