| /Zephyr-latest/subsys/net/lib/mqtt/ | 
| D | mqtt_transport_socket_tls.c | 126 	uint32_t offset = 0U;  in mqtt_client_tls_write()  local 146 	size_t offset = 0;  in mqtt_client_tls_write_msg()  local
  | 
| /Zephyr-latest/drivers/flash/ | 
| D | flash_hp_ra.c | 50 static bool flash_ra_valid_range(struct flash_hp_ra_data *flash_data, off_t offset, size_t len)  in flash_ra_valid_range() 78 static int flash_ra_read(const struct device *dev, off_t offset, void *data, size_t len)  in flash_ra_read() 97 static int flash_ra_erase(const struct device *dev, off_t offset, size_t len)  in flash_ra_erase() 199 static int flash_ra_write(const struct device *dev, off_t offset, const void *data, size_t len)  in flash_ra_write()
  | 
| D | flash_util.c | 23 int z_impl_flash_fill(const struct device *dev, uint8_t val, off_t offset,  in z_impl_flash_fill() 71 int z_impl_flash_flatten(const struct device *dev, off_t offset, size_t size)  in z_impl_flash_flatten() 92 static inline bool off_add_overflow(off_t offset, off_t size, off_t *result)  in off_add_overflow()
  | 
| D | flash_rpi_pico.c | 190 static bool is_valid_range(off_t offset, uint32_t size)  in is_valid_range() 195 static int flash_rpi_read(const struct device *dev, off_t offset, void *data, size_t size)  in flash_rpi_read() 211 static int flash_rpi_write(const struct device *dev, off_t offset, const void *data, size_t size)  in flash_rpi_write() 257 static int flash_rpi_erase(const struct device *dev, off_t offset, size_t size)  in flash_rpi_erase()
  | 
| D | flash_stm32f4x.c | 39 bool flash_stm32_valid_range(const struct device *dev, off_t offset,  in flash_stm32_valid_range() 83 static int write_value(const struct device *dev, off_t offset, flash_prg_t val)  in write_value() 188 				 unsigned int offset,  in flash_stm32_block_erase_loop() 217 int flash_stm32_write_range(const struct device *dev, unsigned int offset,  in flash_stm32_write_range()
  | 
| D | flash_mcux_flexspi_nor.c | 146 static ALWAYS_INLINE bool area_is_subregion(const struct device *dev, off_t offset, size_t size)  in area_is_subregion() 226 	off_t offset)  in flash_flexspi_nor_erase_sector() 244 					  off_t offset)  in flash_flexspi_nor_erase_block() 279 		off_t offset, const void *buffer, size_t len)  in flash_flexspi_nor_page_program() 323 static int flash_flexspi_nor_read(const struct device *dev, off_t offset,  in flash_flexspi_nor_read() 345 static int flash_flexspi_nor_write(const struct device *dev, off_t offset,  in flash_flexspi_nor_write() 418 static int flash_flexspi_nor_erase(const struct device *dev, off_t offset,  in flash_flexspi_nor_erase() 917 		off_t offset, void *data, size_t len)  in flash_flexspi_nor_sfdp_read_helper() 937 		off_t offset, void *data, size_t len)  in flash_flexspi_nor_sfdp_read()
  | 
| D | flash_ifx_cat1.c | 53 static int ifx_cat1_flash_read(const struct device *dev, off_t offset, void *data, size_t data_len)  in ifx_cat1_flash_read() 75 static int ifx_cat1_flash_write(const struct device *dev, off_t offset, const void *data,  in ifx_cat1_flash_write() 114 static int ifx_cat1_flash_erase(const struct device *dev, off_t offset, size_t size)  in ifx_cat1_flash_erase()
  | 
| /Zephyr-latest/drivers/eeprom/ | 
| D | eeprom_mb85rcxx.c | 43 static uint16_t mb85rcxx_translate_address(const struct device *dev, off_t offset, uint8_t *addr)  in mb85rcxx_translate_address() 59 static size_t mb85rcxx_remaining_len_in_page(const struct device *dev, off_t offset, size_t len)  in mb85rcxx_remaining_len_in_page() 100 static int mb85rcxx_read(const struct device *dev, off_t offset, void *buf, size_t len)  in mb85rcxx_read() 154 static int mb85rcxx_write(const struct device *dev, off_t offset, const void *buf, size_t len)  in mb85rcxx_write()
  | 
| D | eeprom_simulator.c | 93 static int eeprom_range_is_valid(const struct device *dev, off_t offset,  in eeprom_range_is_valid() 105 static int eeprom_sim_read(const struct device *dev, off_t offset, void *data,  in eeprom_sim_read() 134 static int eeprom_sim_write(const struct device *dev, off_t offset,  in eeprom_sim_write()
  | 
| D | eeprom_at2x.c | 91 static int eeprom_at2x_read(const struct device *dev, off_t offset, void *buf,  in eeprom_at2x_read() 128 					    off_t offset,  in eeprom_at2x_limit_write_count() 149 static int eeprom_at2x_write(const struct device *dev, off_t offset,  in eeprom_at2x_write() 237 					     off_t *offset)  in eeprom_at24_translate_offset() 248 					    off_t offset, size_t len)  in eeprom_at24_adjust_read_count() 260 static int eeprom_at24_read(const struct device *dev, off_t offset, void *buf,  in eeprom_at24_read() 302 static int eeprom_at24_write(const struct device *dev, off_t offset,  in eeprom_at24_write() 418 static int eeprom_at25_read(const struct device *dev, off_t offset, void *buf,  in eeprom_at25_read() 503 static int eeprom_at25_write(const struct device *dev, off_t offset,  in eeprom_at25_write()
  | 
| /Zephyr-latest/subsys/bluetooth/services/ots/ | 
| D | ots.c | 122 				uint16_t len, uint16_t offset)  in ots_feature_read() 134 				 uint16_t len, uint16_t offset)  in ots_obj_name_read() 154 			   uint16_t offset, uint8_t flags)  in ots_obj_name_write() 211 				 uint16_t len, uint16_t offset)  in ots_obj_type_read() 240 				 uint16_t len, uint16_t offset)  in ots_obj_size_read() 258 			       uint16_t len, uint16_t offset)  in ots_obj_id_read() 282 				 uint16_t len, uint16_t offset)  in ots_obj_prop_read()
  | 
| D | ots_oacp_internal.h | 80 			uint32_t offset;  member 84 			uint32_t offset;  member 88 			uint32_t offset;  member
  | 
| /Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/gatt/ | 
| D | service_b_3_1.c | 46 			     uint16_t len, uint16_t offset)  in read_value_v6() 69 			      uint16_t len, uint16_t offset, uint8_t flags)  in write_value_v6()
  | 
| /Zephyr-latest/drivers/pinctrl/ | 
| D | pinctrl_b91.c | 90 static inline int pinctrl_b91_get_offset(uint32_t pin, uint8_t *offset)  in pinctrl_b91_get_offset() 130 	uint8_t offset = 0;  in pinctrl_configure_pin()  local
  | 
| /Zephyr-latest/subsys/bluetooth/services/ | 
| D | tps.c | 26 				   uint16_t len, uint16_t offset)  in read_tx_power_level()
  | 
| /Zephyr-latest/drivers/i3c/ | 
| D | i3c_i2c_mem_slab.c | 42 	ptrdiff_t offset = p - i3c_i2c_device_desc_pool.buffer;  in i3c_i2c_device_desc_in_pool()  local
  | 
| /Zephyr-latest/drivers/bbram/ | 
| D | bbram_rts5912.c | 31 static int bbram_rts5912_read(const struct device *dev, size_t offset, size_t size, uint8_t *data)  in bbram_rts5912_read() 57 static int bbram_rts5912_write(const struct device *dev, size_t offset, size_t size,  in bbram_rts5912_write()
  | 
| D | bbram_npcx.c | 66 static int bbram_npcx_read(const struct device *dev, size_t offset, size_t size,  in bbram_npcx_read() 80 static int bbram_npcx_write(const struct device *dev, size_t offset, size_t size,  in bbram_npcx_write()
  | 
| /Zephyr-latest/subsys/net/lib/dns/ | 
| D | dns_sd.c | 308 	uint16_t offset = buf_offset;  in add_a_record()  local 363 	uint16_t offset = buf_offset;  in add_ptr_record()  local 476 	uint16_t offset = buf_offset;  in add_txt_record()  local 525 	uint16_t offset = buf_offset;  in add_aaaa_record()  local 577 	uint16_t offset = buf_offset;  in add_srv_record()  local 739 	uint16_t offset = sizeof(struct dns_header);  in dns_sd_handle_ptr_query()  local 840 	uint16_t offset = sizeof(struct dns_header);  in dns_sd_handle_service_type_enum()  local 995 	size_t offset;  in dns_sd_query_extract()  local
  | 
| /Zephyr-latest/tests/bsim/bluetooth/mesh/src/ | 
| D | test_lcd.c | 202 					 uint16_t offset, uint16_t total_size, uint16_t *prev_len)  in rsp_equals_local_data_assert() 237 	uint16_t offset, total_size;  in test_cli_max_sdu_comp_data_request()  local 277 	uint16_t offset = 0, prev_len = 0;  in test_cli_split_comp_data_request()  local 336 	uint16_t offset, total_size;  in test_cli_max_sdu_metadata_request()  local 376 	uint16_t offset, total_size, prev_len = 0;  in test_cli_split_metadata_request()  local
  | 
| /Zephyr-latest/lib/posix/options/ | 
| D | shm.c | 143 static off_t shm_lseek(struct shm_obj *shm, off_t offset, int whence, size_t cur)  in shm_lseek() 209 static ssize_t shm_rw(struct shm_obj *shm, void *buf, size_t size, bool is_write, size_t offset)  in shm_rw() 228 static ssize_t shm_read(void *obj, void *buf, size_t sz, size_t offset)  in shm_read() 233 static ssize_t shm_write(void *obj, const void *buf, size_t sz, size_t offset)  in shm_write() 256 		off_t offset = va_arg(args, off_t);  in shm_ioctl()  local
  | 
| /Zephyr-latest/drivers/gpio/ | 
| D | gpio_dw.c | 38 static inline uint32_t dw_read(uint32_t base_addr, uint32_t offset)  in dw_read() 43 static inline void dw_write(uint32_t base_addr, uint32_t offset,  in dw_write() 49 static void dw_set_bit(uint32_t base_addr, uint32_t offset,  in dw_set_bit() 59 static inline uint32_t dw_read(uint32_t base_addr, uint32_t offset)  in dw_read() 64 static inline void dw_write(uint32_t base_addr, uint32_t offset,  in dw_write() 70 static void dw_set_bit(uint32_t base_addr, uint32_t offset,  in dw_set_bit()
  | 
| /Zephyr-latest/samples/bluetooth/peripheral/src/ | 
| D | main.c | 51 			void *buf, uint16_t len, uint16_t offset)  in read_vnd() 60 			 const void *buf, uint16_t len, uint16_t offset,  in write_vnd() 108 			      uint16_t len, uint16_t offset, uint8_t flags)  in write_long_vnd() 136 			   void *buf, uint16_t len, uint16_t offset)  in read_signed() 145 			    const void *buf, uint16_t len, uint16_t offset,  in write_signed() 167 				     const void *buf, uint16_t len, uint16_t offset,  in write_without_rsp_vnd()
  | 
| /Zephyr-latest/include/zephyr/drivers/ | 
| D | retained_mem.h | 117 static inline int z_impl_retained_mem_read(const struct device *dev, off_t offset,  in z_impl_retained_mem_read() 151 static inline int z_impl_retained_mem_write(const struct device *dev, off_t offset,  in z_impl_retained_mem_write()
  | 
| /Zephyr-latest/subsys/shell/ | 
| D | shell_help.c | 22 	size_t offset = 0;  in formatted_text_print()  local 114 	const uint16_t offset = 2 * strlen(tabulator) + item_name_width + strlen(sub_cmd_sep);  in help_item_print()  local
  |