/Zephyr-latest/drivers/bbram/ |
D | bbram_handlers.c | 39 static inline int z_vrfy_bbram_read(const struct device *dev, size_t offset, in z_vrfy_bbram_read() 48 static inline int z_vrfy_bbram_write(const struct device *dev, size_t offset, in z_vrfy_bbram_write()
|
D | bbram_it8xxx2_emul.c | 22 static int it8xxx2_emul_backend_set_data(const struct emul *target, size_t offset, size_t count, in it8xxx2_emul_backend_set_data() 35 static int it8xxx2_emul_backend_get_data(const struct emul *target, size_t offset, size_t count, in it8xxx2_emul_backend_get_data()
|
D | bbram_npcx_emul.c | 22 static int npcx_emul_backend_set_data(const struct emul *target, size_t offset, size_t count, in npcx_emul_backend_set_data() 35 static int npcx_emul_backend_get_data(const struct emul *target, size_t offset, size_t count, in npcx_emul_backend_get_data()
|
/Zephyr-latest/drivers/flash/ |
D | flash_nxp_s32_qspi.c | 17 static ALWAYS_INLINE bool area_is_subregion(const struct device *dev, off_t offset, size_t size) in area_is_subregion() 56 int nxp_s32_qspi_read(const struct device *dev, off_t offset, void *dest, size_t size) in nxp_s32_qspi_read() 86 int nxp_s32_qspi_write(const struct device *dev, off_t offset, const void *src, size_t size) in nxp_s32_qspi_write() 143 static int nxp_s32_qspi_erase_block(const struct device *dev, off_t offset, size_t size, in nxp_s32_qspi_erase_block() 182 int nxp_s32_qspi_erase(const struct device *dev, off_t offset, size_t size) in nxp_s32_qspi_erase()
|
D | flash_stm32l5x.c | 134 bool flash_stm32_valid_range(const struct device *dev, off_t offset, in flash_stm32_valid_range() 158 static int write_nwords(const struct device *dev, off_t offset, const uint32_t *buff, size_t n) in write_nwords() 222 static int erase_page(const struct device *dev, unsigned int offset) in erase_page() 300 unsigned int offset, in flash_stm32_block_erase_loop() 341 int flash_stm32_write_range(const struct device *dev, unsigned int offset, in flash_stm32_write_range()
|
D | flash_si32.c | 44 static bool flash_si32_valid_range(off_t offset, uint32_t size, bool write) in flash_si32_valid_range() 67 static int flash_si32_read(const struct device *dev, off_t offset, void *data, size_t size) in flash_si32_read() 82 static int flash_si32_write(const struct device *dev, off_t offset, const void *data_, size_t size) in flash_si32_write() 122 static int flash_si32_erase(const struct device *dev, off_t offset, size_t size) in flash_si32_erase()
|
D | flash_ambiq.c | 58 static bool flash_ambiq_valid_range(off_t offset, size_t len) in flash_ambiq_valid_range() 67 static int flash_ambiq_read(const struct device *dev, off_t offset, void *data, size_t len) in flash_ambiq_read() 84 static int flash_ambiq_write(const struct device *dev, off_t offset, const void *data, size_t len) in flash_ambiq_write() 139 static int flash_ambiq_erase(const struct device *dev, off_t offset, size_t len) in flash_ambiq_erase()
|
D | soc_flash_lpc.c | 46 static inline void prepare_erase_write(off_t offset, size_t len, in prepare_erase_write() 57 static int flash_lpc_erase(const struct device *dev, off_t offset, size_t len) in flash_lpc_erase() 84 static int flash_lpc_read(const struct device *dev, off_t offset, in flash_lpc_read() 97 static int flash_lpc_write(const struct device *dev, off_t offset, in flash_lpc_write()
|
D | flash_stm32wb0x.c | 109 off_t offset, uint32_t len) in is_valid_flash_range() 128 off_t offset, uint32_t len) in is_writeable_flash_range() 139 off_t offset, uint32_t len) in is_erasable_flash_range() 321 int flash_wb0x_read(const struct device *dev, off_t offset, in flash_wb0x_read() 339 int flash_wb0x_write(const struct device *dev, off_t offset, in flash_wb0x_write() 370 int flash_wb0x_erase(const struct device *dev, off_t offset, size_t size) in flash_wb0x_erase()
|
D | flash_stm32f1x.c | 42 static unsigned int get_page(off_t offset) in get_page() 124 static int write_value(const struct device *dev, off_t offset, in write_value() 169 unsigned int offset, in flash_stm32_block_erase_loop() 201 int flash_stm32_write_range(const struct device *dev, unsigned int offset, in flash_stm32_write_range()
|
D | flash_stm32l4x.c | 65 static unsigned int get_page(off_t offset) in get_page() 70 static int write_dword(const struct device *dev, off_t offset, uint64_t val) in write_dword() 217 unsigned int offset, in flash_stm32_block_erase_loop() 233 int flash_stm32_write_range(const struct device *dev, unsigned int offset, in flash_stm32_write_range()
|
D | flash_stm32f7x.c | 18 bool flash_stm32_valid_range(const struct device *dev, off_t offset, in flash_stm32_valid_range() 41 static int write_byte(const struct device *dev, off_t offset, uint8_t val) in write_byte() 118 unsigned int offset, in flash_stm32_block_erase_loop() 147 int flash_stm32_write_range(const struct device *dev, unsigned int offset, in flash_stm32_write_range()
|
D | flash_gd32_v1.c | 65 bool flash_gd32_valid_range(off_t offset, uint32_t len, bool write) in flash_gd32_valid_range() 97 int flash_gd32_write_range(off_t offset, const void *data, size_t len) in flash_gd32_write_range() 169 int flash_gd32_erase_block(off_t offset, size_t size) in flash_gd32_erase_block()
|
D | soc_flash_numaker.c | 35 static bool flash_numaker_is_range_valid(off_t offset, size_t len) in flash_numaker_is_range_valid() 62 static int flash_numaker_erase(const struct device *dev, off_t offset, size_t len) in flash_numaker_erase() 132 static int flash_numaker_read(const struct device *dev, off_t offset, void *data, size_t len) in flash_numaker_read() 171 static int flash_numaker_write(const struct device *dev, off_t offset, const void *data, size_t len) in flash_numaker_write()
|
/Zephyr-latest/drivers/reset/ |
D | reset_rpi_pico.c | 22 static int reset_rpi_read_register(const struct device *dev, uint16_t offset, uint32_t *value) in reset_rpi_read_register() 44 static int reset_rpi_write_register(const struct device *dev, uint16_t offset, uint32_t value) in reset_rpi_write_register() 69 uint16_t offset; in reset_rpi_status() local 90 uint16_t offset; in reset_rpi_update() local
|
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/gatt/ |
D | service_b_2_2.c | 62 uint16_t len, uint16_t offset) in read_value_v5() 85 uint16_t len, uint16_t offset, uint8_t flags) in write_value_v5() 116 void *buf, uint16_t len, uint16_t offset) in read_des_v5d4__128_bit_uuid()
|
D | service_b_2_3.c | 62 uint16_t len, uint16_t offset) in read_value_v5() 85 uint16_t len, uint16_t offset, uint8_t flags) in write_value_v5() 116 void *buf, uint16_t len, uint16_t offset) in read_des_v5d4__128_bit_uuid()
|
D | service_b_2_1.c | 63 uint16_t len, uint16_t offset) in read_value_v5() 86 uint16_t len, uint16_t offset, uint8_t flags) in write_value_v5() 120 void *buf, uint16_t len, uint16_t offset) in read_des_v5d4__128_bit_uuid()
|
/Zephyr-latest/arch/arm/core/ |
D | elf.c | 103 uint32_t sym_base_addr, const char *sym_name, int32_t *offset) in prel31_decode() 120 static inline void prel31_reloc(uint32_t loc, int32_t *offset) in prel31_reloc() 130 int32_t offset; in prel31_handler() local 141 uint32_t sym_base_addr, const char *sym_name, int32_t *offset) in jumps_decode() 160 static inline void jumps_reloc(uint32_t loc, int32_t *offset) in jumps_reloc() 173 int32_t offset; in jumps_handler() local 186 int32_t offset; in movs_handler() local 208 uint32_t sym_base_addr, const char *sym_name, int32_t *offset, in thm_jumps_decode() 240 static inline void thm_jumps_reloc(uint32_t loc, int32_t *offset, in thm_jumps_reloc() 262 int32_t offset; in thm_jumps_handler() local [all …]
|
/Zephyr-latest/samples/bluetooth/peripheral_hids/src/ |
D | hog.c | 94 uint16_t len, uint16_t offset) in read_info() 102 uint16_t len, uint16_t offset) in read_report_map() 110 uint16_t len, uint16_t offset) in read_report() 123 uint16_t len, uint16_t offset) in read_input_report() 130 const void *buf, uint16_t len, uint16_t offset, in write_ctrl_point()
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | large_comp_data.c | 34 uint16_t offset; in cmd_large_comp_data_get() local 61 uint16_t offset; in cmd_models_metadata_get() local
|
/Zephyr-latest/include/zephyr/dt-bindings/reset/ |
D | nxp_syscon_reset_common.h | 10 #define NXP_SYSCON_RESET(offset, bit) ((offset << 16) | bit) argument
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | intc_ioapic.c | 432 static uint32_t __IoApicGet(int32_t offset) 458 static void __IoApicSet(int32_t offset, uint32_t value) 483 int32_t offset = IOAPIC_REDTBL + (irq << 1); /* register offset */ local 499 int32_t offset = IOAPIC_REDTBL + (irq << 1); /* register offset */ local 515 int32_t offset = IOAPIC_REDTBL + (irq << 1) + 1; /* register offset */ local
|
/Zephyr-latest/drivers/eeprom/ |
D | eeprom_tmp116.c | 29 static int eeprom_tmp116_write(const struct device *dev, off_t offset, in eeprom_tmp116_write() 37 static int eeprom_tmp116_read(const struct device *dev, off_t offset, void *data, in eeprom_tmp116_read()
|
/Zephyr-latest/samples/net/lwm2m_client/src/ |
D | timer.c | 20 size_t total_size, size_t offset) in timer_on_off_validate_cb() 37 size_t total_size, size_t offset) in timer_digital_state_cb()
|