| /Zephyr-latest/subsys/mgmt/mcumgr/grp/img_mgmt/src/ | 
| D | zephyr_img_mgmt.c | 345 int img_mgmt_read(int slot, unsigned int offset, void *dst, unsigned int num_bytes)  in img_mgmt_read() 373 int img_mgmt_write_image_data(unsigned int offset, const void *data, unsigned int num_bytes,  in img_mgmt_write_image_data() 421 int img_mgmt_write_image_data(unsigned int offset, const void *data, unsigned int num_bytes,  in img_mgmt_write_image_data()
  | 
| /Zephyr-latest/arch/riscv/core/ | 
| D | stacktrace.c | 257 #define LOG_STACK_TRACE(idx, sfp, ra, name, offset)                                                \  argument 261 #define LOG_STACK_TRACE(idx, sfp, ra, name, offset)                                                \  argument 269 	uint32_t offset = 0;  in print_trace_address()  local
  | 
| /Zephyr-latest/drivers/pcie/endpoint/ | 
| D | pcie_ep_iproc.c | 19 static int iproc_pcie_conf_read(const struct device *dev, uint32_t offset,  in iproc_pcie_conf_read() 33 static void iproc_pcie_conf_write(const struct device *dev, uint32_t offset,  in iproc_pcie_conf_write() 51 	uint64_t pcie_ob_base, pcie_ob_size, pcie_addr_start, offset;  in iproc_pcie_map_addr()  local
  | 
| /Zephyr-latest/tests/kernel/common/src/ | 
| D | bitarray.c | 283 	size_t offset;  in alloc_and_free_predefined()  local 389 	size_t offset;  in alloc_and_free_loop()  local 449 	size_t offset;  in alloc_and_free_interval()  local
  | 
| /Zephyr-latest/subsys/bluetooth/mesh/ | 
| D | access.c | 57 	size_t *offset;  member 99 #define IS_MOD_BASE(mod, idx, offset) \  argument 103 #define IS_MOD_EXTENSION(mod, idx, offset) \  argument 153 				       uint8_t val, size_t *offset)  in data_buf_add_u8_offset() 164 				     uint16_t val, size_t *offset)  in data_buf_add_le16_offset() 178 				    size_t *offset)  in data_buf_add_mem_offset() 267 	size_t *offset = arg->offset;  in metadata_add_model()  local 304 int bt_mesh_metadata_get_page_0(struct net_buf_simple *buf, size_t offset)  in bt_mesh_metadata_get_page_0() 369 			 size_t *offset)  in comp_add_elem() 418 int bt_mesh_comp_data_get_page_0(struct net_buf_simple *buf, size_t offset)  in bt_mesh_comp_data_get_page_0() [all …] 
 | 
| /Zephyr-latest/tests/drivers/smbus/smbus_emul/src/ | 
| D | emul.h | 30 	uint8_t offset;  member
  | 
| /Zephyr-latest/tests/bsim/bluetooth/host/att/retry_on_sec_err/server/ | 
| D | main.c | 23 			 uint16_t buf_len, uint16_t offset)  in read_chrc()
  | 
| /Zephyr-latest/drivers/pwm/ | 
| D | pwm_xlnx_axi_timer.c | 49 					     mm_reg_t offset)  in xlnx_axi_timer_read32() 58 					  mm_reg_t offset)  in xlnx_axi_timer_write32()
  | 
| /Zephyr-latest/drivers/serial/ | 
| D | uart_rpi_pico_pio.c | 58 	uint32_t offset;  in pio_uart_tx_init()  local 89 	uint32_t offset;  in pio_uart_rx_init()  local
  | 
| /Zephyr-latest/tests/subsys/mgmt/mcumgr/mcumgr_client/src/ | 
| D | img_gr_stub.c | 41 void img_upload_response(size_t offset, int status)  in img_upload_response() 227 	size_t decoded, length, offset;  in img_upload_init_verify()  local
  | 
| /Zephyr-latest/tests/net/lib/lwm2m/content_oma_tlv/src/ | 
| D | main.c | 88 	uint16_t offset = 0;  in ZTEST()  local 152 	uint16_t offset = 0;  in ZTEST()  local 218 	uint16_t offset = 0;  in ZTEST()  local 288 	uint16_t offset = 0;  in ZTEST()  local 406 	uint16_t offset = 0;  in ZTEST()  local 527 	uint16_t offset = 0;  in ZTEST()  local 619 	uint16_t offset = 0;  in ZTEST()  local
  | 
| /Zephyr-latest/subsys/demand_paging/backing_store/ | 
| D | backing_store_ondemand_semihost.c | 59 	uintptr_t offset = (uintptr_t)addr - (uintptr_t)lnkr_ondemand_start;  in k_mem_paging_backing_store_location_query()  local
  | 
| /Zephyr-latest/arch/common/ | 
| D | isr_tables.c | 17 	uint32_t offset;  member
  | 
| /Zephyr-latest/include/zephyr/fs/ | 
| D | nvs.h | 41 	off_t offset;  member
  | 
| /Zephyr-latest/drivers/eeprom/ | 
| D | eeprom_emulator.c | 109 static inline int eeprom_emu_flash_read(const struct device *dev, off_t offset,  in eeprom_emu_flash_read() 121 static inline int eeprom_emu_flash_write(const struct device *dev, off_t offset,  in eeprom_emu_flash_write() 136 static inline int eeprom_emu_flash_erase(const struct device *dev, off_t offset,  in eeprom_emu_flash_erase() 150 static int eeprom_emu_page_invalidate(const struct device *dev, off_t offset)  in eeprom_emu_page_invalidate() 248 	off_t offset, ch_address;  in eeprom_emu_word_read()  local 643 	off_t offset;  in eeprom_emu_init()  local
  | 
| D | eeprom_shell.c | 19 	uint8_t offset;  member 78 	off_t offset;  in cmd_write()  local
  | 
| /Zephyr-latest/subsys/bluetooth/services/nus/ | 
| D | nus.c | 13 	const void *buf, uint16_t len, uint16_t offset, uint8_t flags)  in nus_bt_chr_write()
  | 
| /Zephyr-latest/drivers/clock_control/ | 
| D | clock_control_rv32m1_pcc.c | 27 	uint32_t offset = POINTER_TO_UINT(sub_system);  in clock_ip()  local
  | 
| /Zephyr-latest/subsys/bluetooth/services/ots/ | 
| D | ots_oacp.c | 452 	off_t offset;  in oacp_read_proc_cb()  local 543 	off_t offset;  in oacp_write_proc_cb()  local 674 				   uint16_t offset, uint8_t flags)  in bt_gatt_ots_oacp_write()
  | 
| /Zephyr-latest/drivers/gpio/ | 
| D | gpio_stellaris.c | 34 #define GPIO_REG_ADDR(base, offset) (base + offset)  argument 36 #define GPIO_RW_ADDR(base, offset, p)			 \  argument 39 #define GPIO_RW_MASK_ADDR(base, offset, mask)		 \  argument
  | 
| /Zephyr-latest/subsys/retention/ | 
| D | retention.c | 53 	size_t offset;  member 267 int retention_read(const struct device *dev, off_t offset, uint8_t *buffer, size_t size)  in retention_read() 287 int retention_write(const struct device *dev, off_t offset, const uint8_t *buffer, size_t size)  in retention_write()
  | 
| /Zephyr-latest/samples/bluetooth/peripheral_ots/src/ | 
| D | main.c | 140 			    off_t offset)  in ots_obj_read() 172 			     off_t offset, size_t rem)  in ots_obj_write() 200 				off_t offset, size_t len, void **data)  in ots_obj_cal_checksum()
  | 
| /Zephyr-latest/subsys/bindesc/ | 
| D | bindesc_read.c | 95 int bindesc_open_memory_mapped_flash(struct bindesc_handle *handle, size_t offset)  in bindesc_open_memory_mapped_flash() 132 int bindesc_open_flash(struct bindesc_handle *handle, size_t offset,  in bindesc_open_flash()
  | 
| /Zephyr-latest/drivers/bbram/ | 
| D | bbram_emul.c | 94 static int bbram_emul_read(const struct device *dev, size_t offset, size_t size,  in bbram_emul_read() 108 static int bbram_emul_write(const struct device *dev, size_t offset, size_t size,  in bbram_emul_write()
  | 
| /Zephyr-latest/tests/bluetooth/tester/src/audio/btp/ | 
| D | btp_vocs.h | 41 	int16_t offset;  member 48 	int16_t offset;  member
  |