/Zephyr-latest/lib/posix/options/ |
D | device_io.c | 84 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/ |
D | large_comp_data_cli.h | 29 uint16_t offset; member
|
D | blob.h | 102 off_t offset; member 115 off_t offset; member
|
/Zephyr-latest/drivers/entropy/ |
D | fake_entropy_native_sim.c | 102 static void seed_was_set(char *argv, int offset) in seed_was_set()
|
/Zephyr-latest/include/zephyr/llext/ |
D | llext_internal.h | 26 size_t offset; member
|
/Zephyr-latest/tests/net/lib/lwm2m/content_senml_cbor/src/ |
D | main.c | 178 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/ |
D | stream_flash.h | 62 size_t offset; /* Offset from base of flash device to write area */ member
|
/Zephyr-latest/samples/net/lwm2m_client/src/ |
D | firmware_update.c | 44 size_t total_size, size_t offset) in firmware_block_received_cb()
|
/Zephyr-latest/subsys/retention/ |
D | blinfo_mcuboot.c | 29 uintptr_t offset = SHARED_DATA_HEADER_SIZE; in blinfo_lookup() local
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_smsc91x.c | 107 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/ |
D | main.c | 68 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/ |
D | soc_flash_nios2_qspi.c | 74 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()
|
D | flash_mspi_emul_device.c | 144 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/ |
D | dns_pack.c | 235 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/ |
D | btp_ots.c | 219 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/ |
D | spi_oc_simple.h | 12 #define SPI_OC_SIMPLE_REG(info, offset) \ argument
|
/Zephyr-latest/include/zephyr/fs/ |
D | zms.h | 37 off_t offset; member
|
/Zephyr-latest/subsys/bluetooth/services/bas/ |
D | bas_bcs.c | 28 void *buf, uint16_t len, uint16_t offset) in bt_bas_bcs_read_critical_status()
|
/Zephyr-latest/subsys/demand_paging/backing_store/ |
D | ram.c | 73 uintptr_t offset; in slab_to_location() local
|
/Zephyr-latest/tests/subsys/ipc/ipc_service/src/ |
D | backend.c | 24 unsigned int offset; member
|
/Zephyr-latest/tests/net/lib/lwm2m/interop/src/ |
D | firmware_update.c | 42 size_t total_size, size_t offset) in firmware_block_received_cb()
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | micp_mic_dev.c | 54 uint16_t len, uint16_t offset) in read_mute() 85 const void *buf, uint16_t len, uint16_t offset, in write_mute()
|
D | audio.c | 205 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/ |
D | feedback_nrf53.c | 261 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/ |
D | gatt_server_test.c | 74 uint16_t len, uint16_t offset) in read_test_chrc() 82 uint16_t len, uint16_t offset) in read_long_test_chrc()
|