Home
last modified time | relevance | path

Searched defs:offset (Results 26 – 50 of 605) sorted by relevance

12345678910>>...25

/Zephyr-latest/drivers/retained_mem/
Dretained_mem_handlers.c17 static inline int z_vrfy_retained_mem_read(const struct device *dev, off_t offset, in z_vrfy_retained_mem_read()
26 static inline int z_vrfy_retained_mem_write(const struct device *dev, off_t offset, in z_vrfy_retained_mem_write()
/Zephyr-latest/drivers/flash/
Dflash_sam.c55 static bool sam_flash_validate_offset_len(off_t offset, size_t len) in sam_flash_validate_offset_len()
73 static bool sam_flash_offset_is_on_write_page_boundary(off_t offset) in sam_flash_offset_is_on_write_page_boundary()
137 static bool sam_flash_section_is_within_area(const struct device *dev, off_t offset, size_t len) in sam_flash_section_is_within_area()
156 off_t offset, size_t len) in sam_flash_section_is_aligned_with_write_block_size()
171 static bool sam_flash_section_is_aligned_with_pages(const struct device *dev, off_t offset, in sam_flash_section_is_aligned_with_pages()
205 static int sam_flash_read(const struct device *dev, off_t offset, void *data, size_t len) in sam_flash_read()
229 static int sam_flash_write_latch_buffer_to_page(const struct device *dev, off_t offset) in sam_flash_write_latch_buffer_to_page()
240 static int sam_flash_write_latch_buffer_to_previous_page(const struct device *dev, off_t offset) in sam_flash_write_latch_buffer_to_previous_page()
245 static void sam_flash_write_dword_to_latch_buffer(off_t offset, uint32_t dword) in sam_flash_write_dword_to_latch_buffer()
251 static int sam_flash_write_dwords_to_flash(const struct device *dev, off_t offset, in sam_flash_write_dwords_to_flash()
[all …]
Dsoc_flash_nrf_mram.c40 static uintptr_t validate_and_map_addr(off_t offset, size_t len, bool must_align) in validate_and_map_addr()
85 static int nrf_mram_read(const struct device *dev, off_t offset, void *data, size_t len) in nrf_mram_read()
102 static int nrf_mram_write(const struct device *dev, off_t offset, const void *data, size_t len) in nrf_mram_write()
120 static int nrf_mram_erase(const struct device *dev, off_t offset, size_t size) in nrf_mram_erase()
Dflash_gd32_v2.c96 static int gd32_fmc_v2_bank0_write(off_t offset, const void *data, size_t len) in gd32_fmc_v2_bank0_write()
168 static int gd32_fmc_v2_bank0_erase_block(off_t offset, size_t size) in gd32_fmc_v2_bank0_erase_block()
211 static int gd32_fmc_v2_bank1_write(off_t offset, const void *data, size_t len) in gd32_fmc_v2_bank1_write()
283 static int gd32_fmc_v2_bank1_erase_block(off_t offset, size_t size) in gd32_fmc_v2_bank1_erase_block()
302 bool flash_gd32_valid_range(off_t offset, uint32_t len, bool write) in flash_gd32_valid_range()
348 int flash_gd32_write_range(off_t offset, const void *data, size_t len) in flash_gd32_write_range()
387 int flash_gd32_erase_block(off_t offset, size_t size) in flash_gd32_erase_block()
Dflash_gd32.c31 static int flash_gd32_read(const struct device *dev, off_t offset, in flash_gd32_read()
48 static int flash_gd32_write(const struct device *dev, off_t offset, in flash_gd32_write()
71 static int flash_gd32_erase(const struct device *dev, off_t offset, size_t size) in flash_gd32_erase()
Dsoc_flash_b91.c39 static bool flash_b91_is_range_valid(off_t offset, size_t len) in flash_b91_is_range_valid()
65 static int flash_b91_erase(const struct device *dev, off_t offset, size_t len) in flash_b91_erase()
122 static int flash_b91_write(const struct device *dev, off_t offset, in flash_b91_write()
175 static int flash_b91_read(const struct device *dev, off_t offset, in flash_b91_read()
Dsoc_flash_silabs_series2.c44 static bool flash_silabs_read_range_is_valid(off_t offset, uint32_t size) in flash_silabs_read_range_is_valid()
50 static bool flash_silabs_write_range_is_valid(off_t offset, uint32_t size) in flash_silabs_write_range_is_valid()
83 static int flash_silabs_read_dma(const struct device *dev, off_t offset, void *data, size_t size) in flash_silabs_read_dma()
131 static int flash_silabs_read(const struct device *dev, off_t offset, void *data, size_t size) in flash_silabs_read()
150 static int flash_silabs_write(const struct device *dev, off_t offset, const void *data, size_t size) in flash_silabs_write()
188 static int flash_silabs_erase_block(off_t offset, size_t size) in flash_silabs_erase_block()
206 static int flash_silabs_erase(const struct device *dev, off_t offset, size_t size) in flash_silabs_erase()
Dflash_stm32wba_fm.c60 bool flash_stm32_valid_range(const struct device *dev, off_t offset, in flash_stm32_valid_range()
69 static int flash_stm32_read(const struct device *dev, off_t offset, in flash_stm32_read()
92 static int flash_stm32_erase(const struct device *dev, off_t offset, in flash_stm32_erase()
125 static int flash_stm32_write(const struct device *dev, off_t offset, in flash_stm32_write()
Dflash_stm32g0x.c57 static int write_dword(const struct device *dev, off_t offset, uint64_t val) in write_dword()
105 static int erase_page(const struct device *dev, unsigned int offset) in erase_page()
166 unsigned int offset, in flash_stm32_block_erase_loop()
182 int flash_stm32_write_range(const struct device *dev, unsigned int offset, in flash_stm32_write_range()
Dflash_stm32wbx.c32 static uint32_t get_page(off_t offset) in get_page()
61 static int write_dword(const struct device *dev, off_t offset, uint64_t val) in write_dword()
334 unsigned int offset, in flash_stm32_block_erase_loop()
372 int flash_stm32_write_range(const struct device *dev, unsigned int offset, in flash_stm32_write_range()
Dflash_stm32.c47 bool __weak flash_stm32_valid_range(const struct device *dev, off_t offset, in flash_stm32_valid_range()
109 off_t offset, size_t len) in flash_stm32_flush_caches()
138 static int flash_stm32_read(const struct device *dev, off_t offset, in flash_stm32_read()
159 static int flash_stm32_erase(const struct device *dev, off_t offset, in flash_stm32_erase()
196 static int flash_stm32_write(const struct device *dev, off_t offset, in flash_stm32_write()
Dflash_stm32g4x.c30 bool flash_stm32_valid_range(const struct device *dev, off_t offset, in flash_stm32_valid_range()
76 static int write_dword(const struct device *dev, off_t offset, uint64_t val) in write_dword()
148 static int erase_page(const struct device *dev, unsigned int offset) in erase_page()
227 unsigned int offset, in flash_stm32_block_erase_loop()
243 int flash_stm32_write_range(const struct device *dev, unsigned int offset, in flash_stm32_write_range()
Dflash_stm32wbax.c108 static int write_qword(const struct device *dev, off_t offset, const uint32_t *buff) in write_qword()
156 static int erase_page(const struct device *dev, unsigned int offset) in erase_page()
198 unsigned int offset, in flash_stm32_block_erase_loop()
239 int flash_stm32_write_range(const struct device *dev, unsigned int offset, in flash_stm32_write_range()
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/gatt/
Dservice_a_2.c65 uint16_t len, uint16_t offset) in read_value_v1()
87 uint16_t len, uint16_t offset) in read_str_value()
110 uint16_t len, uint16_t offset, uint8_t flags) in write_value_v2()
141 uint16_t len, uint16_t offset, uint8_t flags) in write_value_v3()
Dservice_a_3.c65 uint16_t len, uint16_t offset) in read_value_v1()
87 uint16_t len, uint16_t offset) in read_str_value()
110 uint16_t len, uint16_t offset, uint8_t flags) in write_value_v2()
141 uint16_t len, uint16_t offset, uint8_t flags) in write_value_v3()
/Zephyr-latest/boards/native/nrf_bsim/common/
Dphy_sync_ctrl.c100 static void cmd_start_of_found(char *argv, int offset) in cmd_start_of_found()
109 static void cmd_no_delay_init_found(char *argv, int offset) in cmd_no_delay_init_found()
114 static void cmd_no_sync_preinit_found(char *argv, int offset) in cmd_no_sync_preinit_found()
119 static void cmd_no_sync_preboot_found(char *argv, int offset) in cmd_no_sync_preboot_found()
126 static void cmd_max_resync_offset_found(char *argv, int offset) in cmd_max_resync_offset_found()
/Zephyr-latest/subsys/bluetooth/audio/
Dgmap_server.c34 uint16_t len, uint16_t offset) in read_gmap_role()
43 uint16_t len, uint16_t offset) in read_gmap_ugg_feat()
60 uint16_t len, uint16_t offset) in read_gmap_ugt_feat()
78 uint16_t len, uint16_t offset) in read_gmap_bgs_feat()
95 uint16_t len, uint16_t offset) in read_gmap_bgr_feat()
Dmcs.c98 uint16_t len, uint16_t offset) in read_player_name()
127 uint16_t len, uint16_t offset) in read_icon_id()
143 uint16_t len, uint16_t offset) in read_icon_url()
170 void *buf, uint16_t len, uint16_t offset) in read_track_title()
198 uint16_t len, uint16_t offset) in read_track_duration()
220 uint16_t len, uint16_t offset) in read_track_position()
240 uint16_t offset, uint8_t flags) in write_track_position()
269 uint16_t len, uint16_t offset) in read_playback_speed()
285 const void *buf, uint16_t len, uint16_t offset, uint8_t flags) in write_playback_speed()
311 uint16_t len, uint16_t offset) in read_seeking_speed()
[all …]
/Zephyr-latest/drivers/bbram/
Dbbram_stm32.c27 #define STM32_BKP_REG_INDEX(offset) ((offset) >> 2) argument
28 #define STM32_BKP_REG_BYTE_INDEX(offset) ((offset)&0x3UL) argument
40 static int bbram_stm32_read(const struct device *dev, size_t offset, size_t size, uint8_t *data) in bbram_stm32_read()
59 static int bbram_stm32_write(const struct device *dev, size_t offset, size_t size, in bbram_stm32_write()
/Zephyr-latest/tests/bsim/bluetooth/host/misc/disable/src/
Dgatt_server_test.c64 void *buf, uint16_t len, uint16_t offset) in read_test_chrc()
73 uint16_t offset, uint8_t flags) in write_test_chrc()
97 void *buf, uint16_t len, uint16_t offset) in read_long_test_chrc()
106 uint16_t offset, uint8_t flags) in write_long_test_chrc()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/general/src/
Dgatt_server_test.c74 void *buf, uint16_t len, uint16_t offset) in read_test_chrc()
83 uint16_t offset, uint8_t flags) in write_test_chrc()
107 void *buf, uint16_t len, uint16_t offset) in read_long_test_chrc()
116 uint16_t offset, uint8_t flags) in write_long_test_chrc()
/Zephyr-latest/scripts/native_simulator/native/src/
Dnsi_trace.c101 static void trace_disable_color(char *argv, int offset) in trace_disable_color()
107 static void trace_enable_color(char *argv, int offset) in trace_enable_color()
114 static void trace_force_color(char *argv, int offset) in trace_force_color()
Dtimer_model.c287 void hwtimer_set_rtc_offset(int64_t offset) in hwtimer_set_rtc_offset()
411 static void cmd_stop_at_found(char *argv, int offset) in cmd_stop_at_found()
421 static void cmd_realtime_found(char *argv, int offset) in cmd_realtime_found()
428 static void cmd_no_realtime_found(char *argv, int offset) in cmd_no_realtime_found()
435 static void cmd_rtcoffset_found(char *argv, int offset) in cmd_rtcoffset_found()
442 static void cmd_rt_drift_found(char *argv, int offset) in cmd_rt_drift_found()
454 static void cmd_rt_ratio_found(char *argv, int offset) in cmd_rt_ratio_found()
465 static void cmd_rtcreset_found(char *argv, int offset) in cmd_rtcreset_found()
/Zephyr-latest/include/zephyr/drivers/
Demul_bbram.h49 static inline int emul_bbram_backend_set_data(const struct emul *target, size_t offset, in emul_bbram_backend_set_data()
76 static inline int emul_bbram_backend_get_data(const struct emul *target, size_t offset, in emul_bbram_backend_get_data()
/Zephyr-latest/subsys/bluetooth/mesh/
Dlarge_comp_data_cli.c43 uint16_t offset; in data_status() local
127 size_t offset, struct bt_mesh_large_comp_data_rsp *rsp) in data_get()
146 size_t offset, struct bt_mesh_large_comp_data_rsp *rsp) in bt_mesh_large_comp_data_get()
153 size_t offset, struct bt_mesh_large_comp_data_rsp *rsp) in bt_mesh_models_metadata_get()

12345678910>>...25