Home
last modified time | relevance | path

Searched defs:offset (Results 76 – 100 of 605) sorted by relevance

12345678910>>...25

/Zephyr-latest/drivers/flash/
Dsoc_flash_numaker_rmc.c38 static bool flash_numaker_is_range_valid(off_t offset, size_t len) in flash_numaker_is_range_valid()
65 static int flash_numaker_erase(const struct device *dev, off_t offset, size_t len) in flash_numaker_erase()
125 static int flash_numaker_read(const struct device *dev, off_t offset, void *data, size_t len) in flash_numaker_read()
165 static int flash_numaker_write(const struct device *dev, off_t offset, const void *data, size_t len) in flash_numaker_write()
Dflash_cadence_qspi_nor.c38 static int flash_cad_read(const struct device *dev, off_t offset, in flash_cad_read()
60 static int flash_cad_erase(const struct device *dev, off_t offset, in flash_cad_erase()
82 static int flash_cad_write(const struct device *dev, off_t offset, in flash_cad_write()
Dsoc_flash_silabs_siwx91x.c31 static bool flash_siwx91x_range_is_in_bounds(const struct device *dev, off_t offset, size_t len) in flash_siwx91x_range_is_in_bounds()
54 static int flash_siwx91x_read(const struct device *dev, off_t offset, void *buf, size_t len) in flash_siwx91x_read()
69 static int flash_siwx91x_write(const struct device *dev, off_t offset, const void *buf, size_t len) in flash_siwx91x_write()
94 static int flash_siwx91x_erase(const struct device *dev, off_t offset, size_t len) in flash_siwx91x_erase()
Dsoc_flash_xmc4xxx.c56 static int flash_xmc4xxx_read(const struct device *dev, off_t offset, void *data, size_t len) in flash_xmc4xxx_read()
70 static int flash_xmc4xxx_write(const struct device *dev, off_t offset, const void *data, size_t len) in flash_xmc4xxx_write()
117 static int flash_xmc4xxx_erase(const struct device *dev, off_t offset, size_t size) in flash_xmc4xxx_erase()
166 static int flash_xmc4xxx_erase(const struct device *dev, off_t offset, size_t size) in flash_xmc4xxx_erase()
Dsoc_flash_rv32m1.c45 static int flash_mcux_erase(const struct device *dev, off_t offset, in flash_mcux_erase()
68 static int flash_mcux_read(const struct device *dev, off_t offset, in flash_mcux_read()
86 static int flash_mcux_write(const struct device *dev, off_t offset, in flash_mcux_write()
Dflash_stm32h7x.c337 bool flash_stm32_valid_range(const struct device *dev, off_t offset, uint32_t len, bool write) in flash_stm32_valid_range()
474 static struct flash_stm32_sector_t get_sector(const struct device *dev, off_t offset)
527 static int erase_sector(const struct device *dev, int offset)
560 int flash_stm32_block_erase_loop(const struct device *dev, unsigned int offset, unsigned int len)
588 static int write_ndwords(const struct device *dev, off_t offset, const uint64_t *data, uint8_t n)
644 int flash_stm32_write_range(const struct device *dev, unsigned int offset, const void *data,
721 static void flash_stm32h7_flush_caches(const struct device *dev, off_t offset, size_t len)
733 static int flash_stm32h7_erase(const struct device *dev, off_t offset, size_t len)
783 static int flash_stm32h7_write(const struct device *dev, off_t offset, const void *data, size_t len)
816 static int flash_stm32h7_read(const struct device *dev, off_t offset, void *data, size_t len)
Dflash_smartbond.c32 static bool range_is_valid(off_t offset, uint32_t size) in range_is_valid()
148 static int flash_smartbond_read(const struct device *dev, off_t offset, in flash_smartbond_read()
167 off_t offset, const void *data, in flash_smartbond_write()
197 static __ramfunc int flash_smartbond_erase(const struct device *dev, off_t offset, in flash_smartbond_erase()
Dflash_gd32_v3.c93 bool flash_gd32_valid_range(off_t offset, uint32_t len, bool write) in flash_gd32_valid_range()
140 int flash_gd32_write_range(off_t offset, const void *data, size_t len) in flash_gd32_write_range()
216 int flash_gd32_erase_block(off_t offset, size_t size) in flash_gd32_erase_block()
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/gatt/
Dservice_b_1_2.c45 uint16_t len, uint16_t offset) in read_value_v4()
68 uint16_t len, uint16_t offset, uint8_t flags) in write_value_v4()
Dservice_b_1_3.c45 uint16_t len, uint16_t offset) in read_value_v4()
68 uint16_t len, uint16_t offset, uint8_t flags) in write_value_v4()
Dservice_d_2.c55 void *buf, uint16_t len, uint16_t offset) in read_value_v11__128_bit_uuid()
77 uint16_t len, uint16_t offset) in read_value_v12()
Dservice_d_3.c55 uint16_t len, uint16_t offset) in read_value_v12()
77 void *buf, uint16_t len, uint16_t offset) in read_value_v11__128_bit_uuid()
Dservice_d_1.c56 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-latest/drivers/eeprom/
Deeprom_lpc11u6x.c32 off_t offset, void *data, size_t len) in eeprom_lpc11u6x_read()
65 off_t offset, const void *data, size_t len) in eeprom_lpc11u6x_write()
Deeprom_stm32.c24 static int eeprom_stm32_read(const struct device *dev, off_t offset, in eeprom_stm32_read()
55 static int eeprom_stm32_write(const struct device *dev, off_t offset, in eeprom_stm32_write()
/Zephyr-latest/include/zephyr/drivers/
Deeprom.h85 static inline int z_impl_eeprom_read(const struct device *dev, off_t offset, in z_impl_eeprom_read()
108 static inline int z_impl_eeprom_write(const struct device *dev, off_t offset, in z_impl_eeprom_write()
/Zephyr-latest/subsys/bluetooth/audio/
Dvocs.c51 void *buf, uint16_t len, uint16_t offset) in read_offset_state()
135 const void *buf, uint16_t len, uint16_t offset, uint8_t flags) in write_location()
170 void *buf, uint16_t len, uint16_t offset) in read_location()
181 const void *buf, uint16_t len, uint16_t offset, uint8_t flags) in write_vocs_control()
252 const void *buf, uint16_t len, uint16_t offset, uint8_t flags) in write_output_desc()
287 uint16_t offset, uint8_t flags), in vocs_write()
308 void *buf, uint16_t len, uint16_t offset) in read_output_desc()
538 int bt_vocs_state_set(struct bt_vocs *inst, int16_t offset) in bt_vocs_state_set()
Daics.c125 uint16_t len, uint16_t offset) in read_aics_state()
138 void *buf, uint16_t len, uint16_t offset) in read_aics_gain_settings()
151 void *buf, uint16_t len, uint16_t offset) in read_type()
169 uint16_t len, uint16_t offset) in read_input_status()
252 uint16_t offset, uint8_t flags) in write_aics_control()
371 const void *buf, uint16_t len, uint16_t offset, in write_description()
406 uint16_t offset, uint8_t flags), in aics_write()
428 uint16_t len, uint16_t offset) in read_description()
/Zephyr-latest/drivers/bbram/
Dbbram_xec.c47 static int bbram_xec_read(const struct device *dev, size_t offset, size_t size, in bbram_xec_read()
61 static int bbram_xec_write(const struct device *dev, size_t offset, size_t size, in bbram_xec_write()
/Zephyr-latest/drivers/mfd/
Dmfd_npm1300.c62 uint8_t offset; member
105 int offset = event_reg[i].offset + MAIN_OFFSET_CLR; in work_callback() local
187 int mfd_npm1300_reg_read_burst(const struct device *dev, uint8_t base, uint8_t offset, void *data, in mfd_npm1300_reg_read_burst()
196 int mfd_npm1300_reg_read(const struct device *dev, uint8_t base, uint8_t offset, uint8_t *data) in mfd_npm1300_reg_read()
201 int mfd_npm1300_reg_write(const struct device *dev, uint8_t base, uint8_t offset, uint8_t data) in mfd_npm1300_reg_write()
209 int mfd_npm1300_reg_write2(const struct device *dev, uint8_t base, uint8_t offset, uint8_t data1, in mfd_npm1300_reg_write2()
218 int mfd_npm1300_reg_update(const struct device *dev, uint8_t base, uint8_t offset, uint8_t data, in mfd_npm1300_reg_update()
/Zephyr-latest/subsys/bluetooth/services/ots/
Dots_dir_list.c135 off_t offset) in bt_ots_dir_list_search_forward()
163 off_t offset) in bt_ots_dir_list_search_backward()
187 static int bt_ots_dir_list_search(struct bt_ots_dir_list *dir_list, void *obj_manager, off_t offset) in bt_ots_dir_list_search()
309 void **data, size_t len, off_t offset) in bt_ots_dir_list_content_get()
/Zephyr-latest/drivers/sensor/bosch/bmi323/
Dbmi323_spi.c11 static int bosch_bmi323_spi_read_words(const void *context, uint8_t offset, uint16_t *words, in bosch_bmi323_spi_read_words()
46 static int bosch_bmi323_spi_write_words(const void *context, uint8_t offset, uint16_t *words, in bosch_bmi323_spi_write_words()
/Zephyr-latest/subsys/net/lib/mqtt/
Dmqtt_transport_socket_tcp.c69 uint32_t offset = 0U; in mqtt_client_tcp_write() local
90 size_t offset = 0; in mqtt_client_tcp_write_msg() local
/Zephyr-latest/tests/drivers/i2c/i2c_target_api/src/
Dmain.c76 uint8_t addr_width, const uint8_t *comp_buffer, unsigned int offset) in run_partial_read()
115 uint8_t addr_width, unsigned int offset) in run_program_read()
179 int ret, offset; in ZTEST() local
/Zephyr-latest/subsys/bluetooth/mesh/
Dlarge_comp_data_srv.c50 size_t offset, total_size; in handle_large_comp_data_get() local
111 size_t offset, total_size; in handle_models_metadata_get() local

12345678910>>...25