/Zephyr-Core-3.7.0/drivers/flash/ |
D | flash_sam.c | 55 static bool sam_flash_validate_offset_len(off_t offset, size_t len) in sam_flash_validate_offset_len() 137 static bool sam_flash_section_is_within_area(const struct device *dev, off_t offset, size_t len) in sam_flash_section_is_within_area() 156 off_t offset, size_t len) in sam_flash_section_is_aligned_with_write_block_size() 172 size_t len) in sam_flash_section_is_aligned_with_pages() 205 static int sam_flash_read(const struct device *dev, off_t offset, void *data, size_t len) in sam_flash_read() 269 static int sam_flash_write(const struct device *dev, off_t offset, const void *data, size_t len) in sam_flash_write()
|
D | flash_cadence_nand.c | 84 static int flash_cdns_nand_erase(const struct device *nand_dev, off_t offset, size_t len) in flash_cdns_nand_erase() 100 size_t len) in flash_cdns_nand_write() 120 static int flash_cdns_nand_read(const struct device *nand_dev, off_t offset, void *data, size_t len) in flash_cdns_nand_read()
|
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/mesh/src/ |
D | mesh_test.c | 36 size_t len = buf->len + BT_MESH_MODEL_OP_LEN(TEST_MSG_OP_1); in msg_rx() local 339 int bt_mesh_test_recv(uint16_t len, uint16_t dst, const uint8_t *uuid, k_timeout_t timeout) in bt_mesh_test_recv() 439 int bt_mesh_test_send_async(uint16_t addr, const uint8_t *uuid, size_t len, in bt_mesh_test_send_async() 491 int bt_mesh_test_send(uint16_t addr, const uint8_t *uuid, size_t len, in bt_mesh_test_send() 527 int bt_mesh_test_send_ra(uint16_t addr, uint8_t *data, size_t len, in bt_mesh_test_send_ra() 561 void bt_mesh_test_send_over_adv(void *data, size_t len) in bt_mesh_test_send_over_adv()
|
/Zephyr-Core-3.7.0/subsys/mgmt/mcumgr/grp/fs_mgmt/src/ |
D | fs_mgmt_hash_checksum_crc32.c | 20 size_t *out_len, size_t len) in fs_mgmt_hash_checksum_crc32()
|
/Zephyr-Core-3.7.0/lib/utils/ |
D | utf8.c | 19 const size_t len = strlen(utf8_str); in utf8_trunc() local
|
/Zephyr-Core-3.7.0/subsys/bluetooth/host/ |
D | hci_common.c | 11 struct net_buf *bt_hci_evt_create(uint8_t evt, uint8_t len) in bt_hci_evt_create()
|
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/ |
D | op_agg.c | 42 uint16_t len; in bt_mesh_op_agg_decode_msg() local
|
/Zephyr-Core-3.7.0/tests/bluetooth/at/src/ |
D | main.c | 51 int len; in ZTEST() local
|
/Zephyr-Core-3.7.0/tests/unit/base64/ |
D | main.c | 65 size_t len; in ZTEST() local
|
/Zephyr-Core-3.7.0/subsys/llext/ |
D | buf_loader.c | 12 int llext_buf_read(struct llext_loader *l, void *buf, size_t len) in llext_buf_read()
|
/Zephyr-Core-3.7.0/drivers/serial/ |
D | uart_hvc_xen.c | 32 static int read_from_ring(const struct device *dev, char *str, int len) in read_from_ring() 58 static int write_to_ring(const struct device *dev, const char *str, int len) in write_to_ring() 112 int len) in xen_hvc_fifo_fill()
|
/Zephyr-Core-3.7.0/subsys/net/ip/ |
D | tcp_internal.h | 304 size_t len, const struct msghdr *msg) in net_tcp_queue() 381 const void *value, size_t len) in net_tcp_set_option() 407 void *value, size_t *len) in net_tcp_get_option()
|
/Zephyr-Core-3.7.0/samples/net/sockets/big_http_download/src/ |
D | big_http_download.c | 101 ssize_t sendall(int sock, const void *buf, size_t len) in sendall() 246 void print_hex(const unsigned char *p, int len) in print_hex() 319 int len = recv(sock, response, sizeof(response) - 1, 0); in download() local
|
/Zephyr-Core-3.7.0/drivers/bluetooth/hci/ |
D | apollox_blue.c | 137 int bt_apollo_spi_send(uint8_t *data, uint16_t len, bt_spi_transceive_fun transceive) in bt_apollo_spi_send() 170 int bt_apollo_spi_rcv(uint8_t *data, uint16_t *len, bt_spi_transceive_fun transceive) in bt_apollo_spi_rcv() 227 bool bt_apollo_vnd_rcv_ongoing(uint8_t *data, uint16_t len) in bt_apollo_vnd_rcv_ongoing()
|
/Zephyr-Core-3.7.0/drivers/can/ |
D | can_stm32h7_fdcan.c | 60 static int can_stm32h7_read_mram(const struct device *dev, uint16_t offset, void *dst, size_t len) in can_stm32h7_read_mram() 69 size_t len) in can_stm32h7_write_mram() 77 static int can_stm32h7_clear_mram(const struct device *dev, uint16_t offset, size_t len) in can_stm32h7_clear_mram()
|
D | can_nrf.c | 101 static int can_nrf_read_mram(const struct device *dev, uint16_t offset, void *dst, size_t len) in can_nrf_read_mram() 110 size_t len) in can_nrf_write_mram() 118 static int can_nrf_clear_mram(const struct device *dev, uint16_t offset, size_t len) in can_nrf_clear_mram()
|
D | can_sam.c | 47 static int can_sam_read_mram(const struct device *dev, uint16_t offset, void *dst, size_t len) in can_sam_read_mram() 56 size_t len) in can_sam_write_mram() 64 static int can_sam_clear_mram(const struct device *dev, uint16_t offset, size_t len) in can_sam_clear_mram()
|
/Zephyr-Core-3.7.0/tests/subsys/ipc/pbuf/src/ |
D | main.c | 198 static int check_buffer(char *buf, uint16_t len, char exp) in check_buffer() 213 int len; in stress_read() local 238 uint16_t len = STRESS_LEN_MIN + (sys_rand8_get() % STRESS_LEN_MOD); in stress_write() local
|
/Zephyr-Core-3.7.0/drivers/sensor/ens160/ |
D | ens160_spi.c | 54 static int ens160_read_data_spi(const struct device *dev, uint8_t start, uint8_t *data, size_t len) in ens160_read_data_spi() 114 static int ens160_write_data_spi(const struct device *dev, uint8_t reg, uint8_t *data, size_t len) in ens160_write_data_spi()
|
/Zephyr-Core-3.7.0/samples/bluetooth/peripheral_accept_list/src/ |
D | main.c | 37 void *buf, uint16_t len, uint16_t offset) in read_signed() 46 const void *buf, uint16_t len, uint16_t offset, in write_signed()
|
/Zephyr-Core-3.7.0/tests/drivers/eeprom/shell/src/ |
D | main.c | 23 const void *data, size_t len) in eeprom_shell_test_write_capture_data() 35 void *data, size_t len) in eeprom_shell_test_read_captured_data()
|
/Zephyr-Core-3.7.0/subsys/random/ |
D | random_entropy_device.c | 40 uint32_t len = 0; in rand_get() local
|
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/gatt/ |
D | service_b_5_3.c | 45 uint16_t len, uint16_t offset) in read_value_v8()
|
D | service_e_2.c | 45 uint16_t len, uint16_t offset) in read_value_v13()
|
D | service_b_5_2.c | 45 uint16_t len, uint16_t offset) in read_value_v8()
|