| /Zephyr-latest/drivers/can/ | 
| D | can_nrf.c | 107 static int can_nrf_read_mram(const struct device *dev, uint16_t offset, void *dst, size_t len)  in can_nrf_read_mram() 115 static int can_nrf_write_mram(const struct device *dev, uint16_t offset, const void *src,  in can_nrf_write_mram() 124 static int can_nrf_clear_mram(const struct device *dev, uint16_t offset, size_t len)  in can_nrf_clear_mram()
  | 
| D | can_numaker.c | 204 static int can_numaker_read_mram(const struct device *dev, uint16_t offset, void *dst, size_t len)  in can_numaker_read_mram() 212 static int can_numaker_write_mram(const struct device *dev, uint16_t offset, const void *src,  in can_numaker_write_mram() 221 static int can_numaker_clear_mram(const struct device *dev, uint16_t offset, size_t len)  in can_numaker_clear_mram()
  | 
| /Zephyr-latest/samples/net/lwm2m_client/src/ | 
| D | led.c | 25 			 uint16_t data_len, bool last_block, size_t total_size, size_t offset)  in led_on_off_cb()
  | 
| /Zephyr-latest/lib/utils/ | 
| D | cobs.c | 74 		uint8_t offset = net_buf_pull_u8(src);  in cobs_decode()  local
  | 
| /Zephyr-latest/include/zephyr/drivers/ | 
| D | flash.h | 248 static inline int z_impl_flash_read(const struct device *dev, off_t offset,  in z_impl_flash_read() 280 static inline int z_impl_flash_write(const struct device *dev, off_t offset,  in z_impl_flash_write() 322 static inline int z_impl_flash_erase(const struct device *dev, off_t offset,  in z_impl_flash_erase() 515 					 off_t offset,  in z_impl_flash_sfdp_read()
  | 
| /Zephyr-latest/drivers/disk/ | 
| D | flashdisk.c | 31 	const off_t offset;  member 92 	off_t offset;  in flashdisk_init_runtime()  local 205 	uint32_t offset;  in disk_flash_access_read()  local 316 	uint32_t offset;  in flashdisk_cache_write()  local
  | 
| /Zephyr-latest/scripts/build/ | 
| D | gen_kobject_list.py | 201     def __init__(self, offset, name, size, api=False):  argument 219     def __init__(self, offset, elements, member_type):  argument 269     def __init__(self, offset, member_name, member_type, member_offset):  argument 320     def __init__(self, offset, name, size):  argument 486 def unpack_pointer(elf, data, offset):  argument
  | 
| /Zephyr-latest/tests/net/lib/dns_sd/src/ | 
| D | main.c | 275 	const uint32_t offset = sizeof(struct dns_header);  in ZTEST()  local 347 	const uint32_t offset = 0;  in ZTEST()  local 385 	const uint32_t offset = 0;  in ZTEST()  local 441 	const uint32_t offset = 0;  in ZTEST()  local 479 	const uint32_t offset = 0;  in ZTEST()  local
  | 
| /Zephyr-latest/drivers/wifi/esp_at/ | 
| D | esp_socket.c | 105 					      size_t offset, size_t len)  in esp_socket_prepare_pkt() 154 		   size_t offset, size_t len)
  | 
| /Zephyr-latest/samples/arch/mpu/mpu_test/src/ | 
| D | main.c | 57 	uint32_t offset;  in cmd_write_mcux()  local 82 	uint32_t offset = FLASH_MEM + 0x4000;  in cmd_write_stm32()  local
  | 
| /Zephyr-latest/subsys/debug/symtab/ | 
| D | symtab.c | 20 const char *symtab_find_symbol_name(uintptr_t addr, uint32_t *offset)  in symtab_find_symbol_name()
  | 
| /Zephyr-latest/samples/boards/nordic/nrf53_sync_rtc/net/src/ | 
| D | main.c | 25 	int32_t offset = z_nrf_rtc_timer_nrf53net_offset_get();  in sync_callback()  local
  | 
| /Zephyr-latest/subsys/net/lib/coap/ | 
| D | coap.c | 71 static inline void encode_u8(struct coap_packet *cpkt, uint16_t offset, uint8_t data)  in encode_u8() 77 static inline void encode_be16(struct coap_packet *cpkt, uint16_t offset, uint16_t data)  in encode_be16() 84 static inline void encode_buffer(struct coap_packet *cpkt, uint16_t offset, const uint8_t *data,  in encode_buffer() 107 static inline bool insert_u8(struct coap_packet *cpkt, uint8_t data, uint16_t offset)  in insert_u8() 131 static inline bool insert_be16(struct coap_packet *cpkt, uint16_t data, size_t offset)  in insert_be16() 156 			  size_t offset)  in insert() 282 			 uint16_t len, size_t offset)  in encode_option() 456 static int read_u8(uint8_t *data, uint16_t offset, uint16_t *pos,  in read_u8() 469 static int read_be16(uint8_t *data, uint16_t offset, uint16_t *pos,  in read_be16() 483 static int read(uint8_t *data, uint16_t offset, uint16_t *pos,  in read() [all …] 
 | 
| /Zephyr-latest/drivers/sensor/ti/tmp116/ | 
| D | tmp116.c | 69 static bool check_eeprom_bounds(const struct device *dev, off_t offset,  in check_eeprom_bounds() 90 int tmp116_eeprom_write(const struct device *dev, off_t offset,  in tmp116_eeprom_write() 134 int tmp116_eeprom_read(const struct device *dev, off_t offset, void *data,  in tmp116_eeprom_read()
  | 
| /Zephyr-latest/drivers/flash/ | 
| D | spi_flash_at45.c | 244 static int spi_flash_at45_read(const struct device *dev, off_t offset,  in spi_flash_at45_read() 290 static int perform_write(const struct device *dev, off_t offset,  in perform_write() 326 static int spi_flash_at45_write(const struct device *dev, off_t offset,  in spi_flash_at45_write() 400 			      off_t offset, size_t requested_size)  in is_erase_possible() 407 			    off_t offset)  in perform_erase_op() 436 static int spi_flash_at45_erase(const struct device *dev, off_t offset,  in spi_flash_at45_erase()
  | 
| D | soc_flash_mcux.c | 173 static int flash_mcux_erase(const struct device *dev, off_t offset,  in flash_mcux_erase() 216 static int flash_mcux_read(const struct device *dev, off_t offset,  in flash_mcux_read() 283 static int flash_mcux_write(const struct device *dev, off_t offset,  in flash_mcux_write()
  | 
| /Zephyr-latest/lib/acpi/ | 
| D | acpi.c | 671 					    uintptr_t offset, uintptr_t base, uint32_t madt_len)  in acpi_get_subtable_entry_num() 694 	uintptr_t offset = sizeof(ACPI_TABLE_MADT);  in acpi_madt_entry_get()  local 722 	uintptr_t offset = sizeof(ACPI_TABLE_DMAR);  in acpi_dmar_entry_get()  local 747 	uintptr_t offset = sizeof(ACPI_TABLE_DMAR);  in acpi_dmar_foreach_subtable()  local 767 	uintptr_t offset = sizeof(ACPI_DMAR_HARDWARE_UNIT);  in acpi_dmar_foreach_devscope()  local 839 	uintptr_t offset = sizeof(ACPI_DMAR_HARDWARE_UNIT);  in acpi_drhd_get()  local
  | 
| /Zephyr-latest/tests/bluetooth/audio/mocks/src/ | 
| D | gatt.c | 50 				  uint16_t len, uint16_t offset)  in bt_gatt_attr_read_service() 57 			       uint16_t len, uint16_t offset)  in bt_gatt_attr_read_chrc() 64 			      uint16_t len, uint16_t offset)  in bt_gatt_attr_read_ccc() 71 			       const void *buf, uint16_t len, uint16_t offset, uint8_t flags)  in bt_gatt_attr_write_ccc() 465 			  void *buf, uint16_t buf_len, uint16_t offset,  in bt_gatt_attr_read()
  | 
| /Zephyr-latest/subsys/fs/ext2/ | 
| D | ext2_impl.h | 155 	uint32_t offset;   /* (CR, ST, UN) offset of entry in directory */  member
  | 
| /Zephyr-latest/subsys/fs/nvs/ | 
| D | nvs_priv.h | 45 	uint16_t offset;	/* data offset within sector */  member
  | 
| /Zephyr-latest/drivers/pinctrl/ | 
| D | pinctrl_lpc_iocon.c | 46 		uint32_t offset = OFFSET(pin_mux);  in pinctrl_configure_pins()  local
  | 
| /Zephyr-latest/drivers/spi/spi_nxp_lpspi/ | 
| D | spi_nxp_lpspi.c | 31 static inline void lpspi_rx_word_write_bytes(const struct device *dev, size_t offset)  in lpspi_rx_word_write_bytes() 59 	size_t offset = 0;  in lpspi_rx_buf_write_words()  local 100 static inline uint32_t lpspi_next_tx_word(const struct device *dev, int offset)  in lpspi_next_tx_word() 122 	size_t offset;  in lpspi_fill_tx_fifo()  local
  | 
| /Zephyr-latest/drivers/eeprom/ | 
| D | eeprom_mchp_xec.c | 171 							uint8_t *buf, size_t len, off_t offset)  in eeprom_xec_data_read_32_bytes() 184 							uint8_t *buf, size_t len, off_t offset)  in eeprom_xec_data_write_32_bytes() 223 static int eeprom_xec_read(const struct device *dev, off_t offset,  in eeprom_xec_read() 260 static int eeprom_xec_write(const struct device *dev, off_t offset,  in eeprom_xec_write()
  | 
| /Zephyr-latest/drivers/bbram/ | 
| D | bbram_microchip_mcp7940n.c | 148 static int microchip_mcp7940n_bbram_read(const struct device *dev, size_t offset, size_t size,  in microchip_mcp7940n_bbram_read() 181 static int microchip_mcp7940n_bbram_write(const struct device *dev, size_t offset, size_t size,  in microchip_mcp7940n_bbram_write()
  | 
| /Zephyr-latest/drivers/pinctrl/renesas/rcar/ | 
| D | pfc_rcar.c | 45 	uint32_t offset;  member 103 static uint32_t pfc_rcar_get_drive_reg(uint16_t pin, uint8_t *offset,  in pfc_rcar_get_drive_reg() 130 	uint8_t offset, size, step;  in pfc_rcar_set_drive_strength()  local
  |