/Zephyr-Core-3.7.0/tests/net/socket/socketpair/src/ |
D | unsupported_calls.c | 15 socklen_t len = sizeof(addr); in ZTEST_USER_F() local
|
/Zephyr-Core-3.7.0/subsys/bluetooth/crypto/ |
D | bt_crypto_tc.c | 16 int bt_crypto_aes_cmac(const uint8_t *key, const uint8_t *in, size_t len, uint8_t *out) in bt_crypto_aes_cmac()
|
/Zephyr-Core-3.7.0/tests/bluetooth/host/ecc/mocks/ |
D | net_buf_expects.c | 13 void expect_single_call_net_buf_simple_add(struct net_buf_simple *buf, size_t len) in expect_single_call_net_buf_simple_add()
|
/Zephyr-Core-3.7.0/tests/bluetooth/host/id/mocks/ |
D | crypto_expects.c | 12 void expect_single_call_bt_rand(void *buf, size_t len) in expect_single_call_bt_rand()
|
/Zephyr-Core-3.7.0/drivers/sensor/st/iis3dhhc/ |
D | iis3dhhc_spi.c | 23 static int iis3dhhc_spi_read(const struct device *dev, uint8_t reg, uint8_t *data, uint16_t len) in iis3dhhc_spi_read() 57 static int iis3dhhc_spi_write(const struct device *dev, uint8_t reg, uint8_t *data, uint16_t len) in iis3dhhc_spi_write()
|
/Zephyr-Core-3.7.0/drivers/sensor/bosch/bmi270/ |
D | bmi270_spi.c | 23 uint8_t start, uint8_t *data, uint16_t len) in bmi270_reg_read_spi() 61 const uint8_t *data, uint16_t len) in bmi270_reg_write_spi()
|
/Zephyr-Core-3.7.0/samples/bluetooth/peripheral/src/ |
D | cts.c | 34 void *buf, uint16_t len, uint16_t offset) in read_ct() 43 const void *buf, uint16_t len, uint16_t offset, in write_ct()
|
D | main.c | 50 void *buf, uint16_t len, uint16_t offset) in read_vnd() 59 const void *buf, uint16_t len, uint16_t offset, in write_vnd() 107 uint16_t len, uint16_t offset, uint8_t flags) in write_long_vnd() 135 void *buf, uint16_t len, uint16_t offset) in read_signed() 144 const void *buf, uint16_t len, uint16_t offset, in write_signed() 166 const void *buf, uint16_t len, uint16_t offset, in write_without_rsp_vnd()
|
/Zephyr-Core-3.7.0/include/zephyr/mgmt/ec_host_cmd/ |
D | backend.h | 51 size_t len; member 68 size_t len; member
|
/Zephyr-Core-3.7.0/drivers/eeprom/ |
D | eeprom_stm32.c | 26 size_t len) in eeprom_stm32_read() 56 const void *buf, size_t len) in eeprom_stm32_write()
|
/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/ |
D | sol_pdu_rpl_srv.c | 20 uint8_t len) in sol_rpl_status_rsp() 41 uint8_t len = 0; in item_clear() local
|
/Zephyr-Core-3.7.0/tests/bluetooth/hci_prop_evt/src/ |
D | main.c | 42 uint8_t len; /* HCI command response length */ member 48 static void evt_create(struct net_buf *buf, uint8_t evt, uint8_t len) in evt_create() 124 uint8_t len, uint16_t opcode) in generic_success() 138 uint8_t len, uint16_t opcode) in read_local_features() 149 uint8_t len, uint16_t opcode) in read_supported_commands() 160 uint8_t len, uint16_t opcode) in le_read_local_features() 171 uint8_t len, uint16_t opcode) in le_read_supp_states()
|
/Zephyr-Core-3.7.0/drivers/flash/ |
D | flash_stm32.c | 49 uint32_t len, bool write) in flash_stm32_valid_range() 136 off_t offset, size_t len) in flash_stm32_flush_caches() 167 size_t len) in flash_stm32_read() 187 size_t len) in flash_stm32_erase() 224 const void *data, size_t len) in flash_stm32_write()
|
D | soc_flash_rv32m1.c | 46 size_t len) in flash_mcux_erase() 69 void *data, size_t len) in flash_mcux_read() 87 const void *data, size_t len) in flash_mcux_write()
|
/Zephyr-Core-3.7.0/samples/subsys/ipc/openamp_rsc_table/src/ |
D | main_remote.c | 63 size_t len; member 93 size_t len, uint32_t src, void *priv) in rpmsg_recv_cs_callback() 103 size_t len, uint32_t src, void *priv) in rpmsg_recv_tty_callback() 115 static void receive_message(unsigned char **msg, unsigned int *len) in receive_message() 324 unsigned int len; in rpmsg_mng_task() local
|
/Zephyr-Core-3.7.0/drivers/entropy/ |
D | entropy_nrf5.c | 82 #define RNG_POOL_DEFINE(name, len) uint8_t name[sizeof(struct rng_pool) + (len)] argument 119 static uint16_t rng_pool_get(struct rng_pool *rngp, uint8_t *buf, uint16_t len) in rng_pool_get() 225 uint16_t len) in entropy_nrf5_get_entropy() 252 uint8_t *buf, uint16_t len, in entropy_nrf5_get_entropy_isr()
|
/Zephyr-Core-3.7.0/subsys/bluetooth/services/ots/ |
D | ots_dir_list.c | 27 uint16_t len; in dir_list_object_record_size() local 74 uint16_t len; in dir_list_object_encode() local 240 size_t len = 0; in dir_list_update_size() local 309 void **data, size_t len, off_t offset) in bt_ots_dir_list_content_get()
|
/Zephyr-Core-3.7.0/drivers/console/ |
D | uart_mcumgr.c | 128 int len; in uart_mcumgr_async() local 203 static int uart_mcumgr_send_raw(const void *data, int len) in uart_mcumgr_send_raw() 215 int uart_mcumgr_send(const uint8_t *data, int len) in uart_mcumgr_send()
|
/Zephyr-Core-3.7.0/drivers/sensor/st/iis2dh/ |
D | iis2dh_spi.c | 24 static int iis2dh_spi_read(const struct device *dev, uint8_t reg, uint8_t *data, uint16_t len) in iis2dh_spi_read() 58 static int iis2dh_spi_write(const struct device *dev, uint8_t reg, uint8_t *data, uint16_t len) in iis2dh_spi_write()
|
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/gatt/ |
D | service_d_1.c | 56 uint16_t len, uint16_t offset) in read_value_v12() 78 void *buf, uint16_t len, uint16_t offset) in read_value_v11__128_bit_uuid()
|
/Zephyr-Core-3.7.0/drivers/mfd/ |
D | mfd_ad559x_i2c.c | 15 static int mfd_ad559x_i2c_read_raw(const struct device *dev, uint8_t *val, size_t len) in mfd_ad559x_i2c_read_raw() 22 static int mfd_ad559x_i2c_write_raw(const struct device *dev, uint8_t *val, size_t len) in mfd_ad559x_i2c_write_raw()
|
/Zephyr-Core-3.7.0/subsys/bluetooth/host/ |
D | crypto_psa.c | 39 int bt_rand(void *buf, size_t len) in bt_rand() 48 int bt_rand(void *buf, size_t len) in bt_rand()
|
/Zephyr-Core-3.7.0/samples/drivers/lcd_cyclonev_socdk/src/ |
D | main.c | 34 void send_string(uint8_t *str_ptr, int len) in send_string() 91 int len = strlen((const unsigned char *) &string); in main() local
|
/Zephyr-Core-3.7.0/tests/bluetooth/host_long_adv_recv/src/ |
D | main.c | 52 uint8_t len; /* HCI command response length */ member 57 static void evt_create(struct net_buf *buf, uint8_t evt, uint8_t len) in evt_create() 152 static void generic_success(struct net_buf *buf, struct net_buf **evt, uint8_t len, uint16_t opcode) in generic_success() 165 static void read_local_features(struct net_buf *buf, struct net_buf **evt, uint8_t len, in read_local_features() 176 static void read_supported_commands(struct net_buf *buf, struct net_buf **evt, uint8_t len, in read_supported_commands() 187 static void le_read_local_features(struct net_buf *buf, struct net_buf **evt, uint8_t len, in le_read_local_features() 198 static void le_read_supp_states(struct net_buf *buf, struct net_buf **evt, uint8_t len, in le_read_supp_states() 366 static void generate_sequence(uint8_t *dest, uint16_t len, uint8_t range_start, uint8_t range_end) in generate_sequence()
|
/Zephyr-Core-3.7.0/subsys/fs/nvs/ |
D | nvs.c | 89 static inline size_t nvs_al_size(struct nvs_fs *fs, size_t len) in nvs_al_size() 103 size_t len) in nvs_flash_al_wrt() 146 size_t len) in nvs_flash_rd() 178 static int nvs_flash_data_wrt(struct nvs_fs *fs, const void *data, size_t len, bool compute_crc) in nvs_flash_data_wrt() 237 size_t len) in nvs_flash_block_cmp() 269 size_t len) in nvs_flash_cmp_const() 300 static int nvs_flash_block_move(struct nvs_fs *fs, uint32_t addr, size_t len) in nvs_flash_block_move() 446 size_t len) in nvs_flash_wrt_entry() 1057 ssize_t nvs_write(struct nvs_fs *fs, uint16_t id, const void *data, size_t len) in nvs_write() 1194 ssize_t nvs_read_hist(struct nvs_fs *fs, uint16_t id, void *data, size_t len, in nvs_read_hist() [all …]
|