Home
last modified time | relevance | path

Searched defs:offset (Results 401 – 425 of 605) sorted by relevance

1...<<11121314151617181920>>...25

/Zephyr-latest/tests/subsys/fs/fs_api/src/
Dtest_fs.c133 static int temp_seek(struct fs_file_t *zfp, off_t offset, int whence) in temp_seek()
/Zephyr-latest/samples/bluetooth/channel_sounding/src/
Dconnected_cs_initiator.c46 const void *buf, uint16_t len, uint16_t offset, uint8_t flags) in on_attr_write_cb()
/Zephyr-latest/drivers/flash/
Dflash_cadence_nand_ll.c1168 int cdns_nand_read(struct cadence_nand_params *params, const void *buffer, uint32_t offset, in cdns_nand_read()
1348 int cdns_nand_write(struct cadence_nand_params *params, const void *buffer, uint32_t offset, in cdns_nand_write()
1408 int cdns_nand_erase(struct cadence_nand_params *params, uint32_t offset, uint32_t size) in cdns_nand_erase()
/Zephyr-latest/drivers/spi/
Dspi_xlnx_axi_quadspi.c103 mm_reg_t offset) in xlnx_quadspi_read32()
112 mm_reg_t offset) in xlnx_quadspi_write32()
Dspi_pw.c25 static uint32_t spi_pw_reg_read(const struct device *dev, uint32_t offset) in spi_pw_reg_read()
31 uint32_t offset, in spi_pw_reg_write()
/Zephyr-latest/include/zephyr/arch/nios2/
Dnios2.h107 static inline void z_nios2_dcache_flush(uint32_t offset) in z_nios2_dcache_flush()
112 static inline void z_nios2_icache_flush(uint32_t offset) in z_nios2_icache_flush()
/Zephyr-latest/tests/net/lib/lwm2m/lwm2m_registry/src/
Dlwm2m_registry.c29 size_t total_size, size_t offset) in post_write_cb()
46 bool last_block, size_t total_size, size_t offset) in validate_cb()
/Zephyr-latest/drivers/sensor/st/iis2mdc/
Diis2mdc.c62 int16_t offset[3]; in iis2mdc_set_hard_iron() local
/Zephyr-latest/tests/drivers/smbus/smbus_emul/src/
Demul.c38 uint8_t offset; member
/Zephyr-latest/tests/bsim/bluetooth/host/att/sequential/dut/src/
Dmain.c149 uint16_t offset, in written_to()
/Zephyr-latest/scripts/build/
Delf_parser.py30 def _data_native_read(self, offset): argument
/Zephyr-latest/subsys/bluetooth/mesh/
Dprov.c41 const size_t offset = offsetof(struct bt_mesh_prov_link, addr); in bt_mesh_prov_reset_state() local
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_pull_context.c314 size_t offset = received_block_ctx.current; in do_firmware_transfer_reply_cb() local
/Zephyr-latest/drivers/modem/
Dwncm14a2a.c399 uint16_t *offset) in net_buf_findcrlf()
561 uint16_t offset; in on_cmd_atcmdecho_nosock_imei() local
992 uint16_t offset = 0U; in net_buf_ncmp() local
1069 uint16_t offset, len; in wncm14a2a_rx() local
/Zephyr-latest/tests/bluetooth/tester/src/audio/
Dbtp_vcp.c214 static void vocs_state_cb(struct bt_vocs *inst, int err, int16_t offset) in vocs_state_cb()
236 static void btp_send_vocs_state_ev(struct bt_conn *conn, uint8_t att_status, int16_t offset) in btp_send_vocs_state_ev()
272 static void vcp_vocs_state_cb(struct bt_vocs *inst, int err, int16_t offset) in vcp_vocs_state_cb()
375 int16_t offset = sys_le16_to_cpu(cp->offset); in vocs_state_set() local
/Zephyr-latest/drivers/rtc/
Drtc_rv8263.c597 int8_t offset; in rv8263c8_calibration_set() local
649 int8_t offset; in rv8263c8_calibration_get() local
/Zephyr-latest/subsys/fs/
Dshell.c357 off_t offset; in cmd_read() local
526 off_t offset = -1; in cmd_write() local
Dlittlefs_fs.c178 size_t offset = block * c->block_size + off; in lfs_api_read() local
189 size_t offset = block * c->block_size + off; in lfs_api_prog() local
199 size_t offset = block * c->block_size; in lfs_api_erase() local
/Zephyr-latest/drivers/dma/
Ddma_ifx_cat1.c202 uint32_t bytes, uint32_t offset) in _initialize_descriptor()
335 uint32_t offset = 0; in ifx_cat1_dma_configure() local
/Zephyr-latest/subsys/bluetooth/host/
Datt_internal.h137 uint16_t offset; member
195 uint16_t offset; member
203 uint16_t offset; member
/Zephyr-latest/include/zephyr/arch/x86/ia32/
Dsegmentation.h226 void *offset; member
376 uint32_t offset) in z_sd_set_seg_offset()
394 uint16_t seg_selector, uint32_t offset, in z_init_irq_gate()
/Zephyr-latest/drivers/interrupt_controller/
Dintc_plic.c248 uint32_t offset = local_irq * CONFIG_PLIC_TRIG_TYPE_BITWIDTH; in riscv_plic_irq_trig_val() local
473 uint32_t offset = local_irq; in get_irq_hit_count_cpu() local
486 uint32_t offset = local_irq; in get_irq_hit_count_total() local
/Zephyr-latest/drivers/i2c/target/
Deeprom_target.c50 unsigned int offset) in eeprom_target_read()
/Zephyr-latest/include/zephyr/net/
Dcoap_client.h94 uint32_t offset; member
/Zephyr-latest/tests/boards/espressif/cache_coex/src/
Dcache_coex.c78 static int do_erase(off_t offset, size_t size) in do_erase()

1...<<11121314151617181920>>...25