Home
last modified time | relevance | path

Searched defs:offset (Results 226 – 250 of 605) sorted by relevance

12345678910>>...25

/Zephyr-latest/lib/posix/options/
Ddevice_io.c84 ssize_t pread(int fd, void *buf, size_t count, off_t offset) in pread()
102 ssize_t pwrite(int fd, void *buf, size_t count, off_t offset) in pwrite()
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dlarge_comp_data_cli.h29 uint16_t offset; member
Dblob.h102 off_t offset; member
115 off_t offset; member
/Zephyr-latest/drivers/entropy/
Dfake_entropy_native_sim.c102 static void seed_was_set(char *argv, int offset) in seed_was_set()
/Zephyr-latest/include/zephyr/llext/
Dllext_internal.h26 size_t offset; member
/Zephyr-latest/tests/net/lib/lwm2m/content_senml_cbor/src/
Dmain.c178 uint16_t offset = 0; in ZTEST() local
266 uint16_t offset = 0; in ZTEST() local
354 uint16_t offset = 0; in ZTEST() local
442 uint16_t offset = 0; in ZTEST() local
574 uint16_t offset = 0; in ZTEST() local
709 uint16_t offset = 0; in ZTEST() local
779 uint16_t offset = 0; in ZTEST() local
/Zephyr-latest/include/zephyr/storage/
Dstream_flash.h62 size_t offset; /* Offset from base of flash device to write area */ member
/Zephyr-latest/samples/net/lwm2m_client/src/
Dfirmware_update.c44 size_t total_size, size_t offset) in firmware_block_received_cb()
/Zephyr-latest/subsys/retention/
Dblinfo_mcuboot.c29 uintptr_t offset = SHARED_DATA_HEADER_SIZE; in blinfo_lookup() local
/Zephyr-latest/drivers/ethernet/
Deth_smsc91x.c107 static ALWAYS_INLINE uint8_t smsc_read_1(struct smsc_data *sc, int offset) in smsc_read_1()
112 static ALWAYS_INLINE uint16_t smsc_read_2(struct smsc_data *sc, int offset) in smsc_read_2()
117 static ALWAYS_INLINE void smsc_read_multi_2(struct smsc_data *sc, int offset, uint16_t *datap, in smsc_read_multi_2()
125 static ALWAYS_INLINE void smsc_write_1(struct smsc_data *sc, int offset, uint8_t val) in smsc_write_1()
130 static ALWAYS_INLINE void smsc_write_2(struct smsc_data *sc, int offset, uint16_t val) in smsc_write_2()
135 static ALWAYS_INLINE void smsc_write_multi_2(struct smsc_data *sc, int offset, uint16_t *datap, in smsc_write_multi_2()
/Zephyr-latest/tests/drivers/flash/erase_blocks/src/
Dmain.c68 static bool test_flash_is_erased(off_t offset, size_t size) in test_flash_is_erased()
119 static void test_flash_write_block_at_offset(off_t offset, size_t size) in test_flash_write_block_at_offset()
/Zephyr-latest/drivers/flash/
Dsoc_flash_nios2_qspi.c74 static int flash_nios2_qspi_erase(const struct device *dev, off_t offset, in flash_nios2_qspi_erase()
279 static int flash_nios2_qspi_write(const struct device *dev, off_t offset, in flash_nios2_qspi_write()
356 static int flash_nios2_qspi_read(const struct device *dev, off_t offset, in flash_nios2_qspi_read()
Dflash_mspi_emul_device.c144 static int flash_mspi_emul_erase(const struct device *flash, off_t offset, size_t size) in flash_mspi_emul_erase()
200 static int flash_mspi_emul_write(const struct device *flash, off_t offset, in flash_mspi_emul_write()
269 static int flash_mspi_emul_read(const struct device *flash, off_t offset, in flash_mspi_emul_read()
/Zephyr-latest/subsys/net/lib/dns/
Ddns_pack.c235 uint16_t offset; in dns_msg_pack_query_header() local
276 uint16_t offset; in dns_msg_pack_query() local
324 int offset; in dns_unpack_response_query() local
/Zephyr-latest/tests/bluetooth/tester/src/
Dbtp_ots.c219 off_t offset) in ots_obj_read()
240 off_t offset, size_t rem) in ots_obj_write()
262 off_t offset, size_t len, void **data) in ots_obj_cal_checksum()
/Zephyr-latest/drivers/spi/
Dspi_oc_simple.h12 #define SPI_OC_SIMPLE_REG(info, offset) \ argument
/Zephyr-latest/include/zephyr/fs/
Dzms.h37 off_t offset; member
/Zephyr-latest/subsys/bluetooth/services/bas/
Dbas_bcs.c28 void *buf, uint16_t len, uint16_t offset) in bt_bas_bcs_read_critical_status()
/Zephyr-latest/subsys/demand_paging/backing_store/
Dram.c73 uintptr_t offset; in slab_to_location() local
/Zephyr-latest/tests/subsys/ipc/ipc_service/src/
Dbackend.c24 unsigned int offset; member
/Zephyr-latest/tests/net/lib/lwm2m/interop/src/
Dfirmware_update.c42 size_t total_size, size_t offset) in firmware_block_received_cb()
/Zephyr-latest/subsys/bluetooth/audio/
Dmicp_mic_dev.c54 uint16_t len, uint16_t offset) in read_mute()
85 const void *buf, uint16_t len, uint16_t offset, in write_mute()
Daudio.c205 void *buf, uint16_t len, uint16_t offset) in bt_audio_read_chrc()
226 const void *buf, uint16_t len, uint16_t offset, uint8_t flags) in bt_audio_write_chrc()
/Zephyr-latest/samples/subsys/usb/uac2_explicit_feedback/src/
Dfeedback_nrf53.c261 static inline int32_t offset_to_correction(int32_t offset) in offset_to_correction()
333 int32_t offset = ctx->rel_sof_offset + ctx->base_sof_offset; in feedback_process() local
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/notify/src/
Dgatt_server_test.c74 uint16_t len, uint16_t offset) in read_test_chrc()
82 uint16_t len, uint16_t offset) in read_long_test_chrc()

12345678910>>...25