/Zephyr-latest/drivers/reset/ |
D | reset_intel_socfpga.c | 31 uint16_t offset; in reset_intel_soc_status() local 45 uint16_t offset; in reset_intel_soc_update() local
|
/Zephyr-latest/subsys/net/lib/coap/ |
D | coap_link_format.c | 202 uint16_t *remaining, size_t *offset, in append_to_coap_pkt() 238 uint16_t *remaining, size_t *offset, in format_uri() 309 uint16_t *remaining, size_t *offset, in format_attributes() 354 uint16_t *remaining, size_t *offset, in format_resource() 386 uint16_t offset; in clear_more_flag() local 428 size_t offset; in coap_well_known_core_get_len() local
|
/Zephyr-latest/subsys/bluetooth/services/ |
D | dis.c | 157 uint16_t len, uint16_t offset) in read_str() 166 uint16_t len, uint16_t offset) in read_pnp_id() 174 uint16_t len, uint16_t offset) in read_system_id() 196 uint16_t *index, uint16_t len, uint16_t offset) in read_udi_subval() 224 uint16_t len, uint16_t offset) in read_udi()
|
D | cts.c | 119 uint16_t len, uint16_t offset) in read_ct() 135 uint16_t len, uint16_t offset, uint8_t flags) in write_ct()
|
D | hrs.c | 82 void *buf, uint16_t len, uint16_t offset) in read_blsc() 89 const void *buf, uint16_t len, uint16_t offset, uint8_t flags) in ctrl_point_write()
|
/Zephyr-latest/drivers/flash/ |
D | flash_simulator.c | 51 #define MOCK_FLASH(offset) (mock_flash + (offset)) argument 173 static int flash_range_is_valid(const struct device *dev, off_t offset, in flash_range_is_valid() 186 static int flash_sim_read(const struct device *dev, const off_t offset, in flash_sim_read() 217 static int flash_sim_write(const struct device *dev, const off_t offset, in flash_sim_write() 309 static int flash_sim_erase(const struct device *dev, const off_t offset, in flash_sim_erase()
|
D | flash_cadence_nand.c | 84 static int flash_cdns_nand_erase(const struct device *nand_dev, off_t offset, size_t len) in flash_cdns_nand_erase() 99 static int flash_cdns_nand_write(const struct device *nand_dev, off_t offset, const void *data, in flash_cdns_nand_write() 120 static int flash_cdns_nand_read(const struct device *nand_dev, off_t offset, void *data, size_t len) in flash_cdns_nand_read()
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | blob_io_flash.h | 29 off_t offset; member
|
/Zephyr-latest/subsys/shell/modules/kernel_service/thread/ |
D | unwind.c | 16 uint32_t offset = 0; in print_trace_address() local
|
/Zephyr-latest/drivers/retained_mem/ |
D | retained_mem_nrf_gpregret.c | 70 static int nrf_gpregret_read(const struct device *dev, off_t offset, uint8_t *buffer, size_t size) in nrf_gpregret_read() 83 static int nrf_gpregret_write(const struct device *dev, off_t offset, const uint8_t *buffer, in nrf_gpregret_write()
|
D | retained_mem_zephyr_ram.c | 70 static int zephyr_retained_mem_ram_read(const struct device *dev, off_t offset, uint8_t *buffer, in zephyr_retained_mem_ram_read() 84 static int zephyr_retained_mem_ram_write(const struct device *dev, off_t offset, in zephyr_retained_mem_ram_write()
|
D | retained_mem_zephyr_reg.c | 71 static int zephyr_retained_mem_reg_read(const struct device *dev, off_t offset, uint8_t *buffer, in zephyr_retained_mem_reg_read() 85 static int zephyr_retained_mem_reg_write(const struct device *dev, off_t offset, in zephyr_retained_mem_reg_write()
|
/Zephyr-latest/tests/bsim/bluetooth/ll/edtt/gatt_test_app/src/gatt/ |
D | service_b_3_2.c | 48 uint16_t len, uint16_t offset) in read_value_v6() 71 uint16_t len, uint16_t offset, uint8_t flags) in write_value_v6()
|
D | service_b_3_3.c | 48 uint16_t len, uint16_t offset) in read_value_v6() 71 uint16_t len, uint16_t offset, uint8_t flags) in write_value_v6()
|
/Zephyr-latest/drivers/can/ |
D | can_mcux_mcan.c | 50 static int mcux_mcan_read_mram(const struct device *dev, uint16_t offset, void *dst, size_t len) in mcux_mcan_read_mram() 58 static int mcux_mcan_write_mram(const struct device *dev, uint16_t offset, const void *src, in mcux_mcan_write_mram() 67 static int mcux_mcan_clear_mram(const struct device *dev, uint16_t offset, size_t len) in mcux_mcan_clear_mram()
|
/Zephyr-latest/boards/native/nrf_bsim/common/ |
D | bsim_args_runner.c | 48 static void cmd_trace_lvl_found(char *argv, int offset) in cmd_trace_lvl_found() 53 static void cmd_gdev_nbr_found(char *argv, int offset) in cmd_gdev_nbr_found() 69 static void print_mcus_info(char *argv, int offset) in print_mcus_info()
|
/Zephyr-latest/drivers/bbram/ |
D | bbram_it8xxx2.c | 37 static int bbram_it8xxx2_read(const struct device *dev, size_t offset, size_t size, uint8_t *data) in bbram_it8xxx2_read() 49 static int bbram_it8xxx2_write(const struct device *dev, size_t offset, size_t size, in bbram_it8xxx2_write()
|
/Zephyr-latest/include/zephyr/debug/ |
D | symtab.h | 27 const uint32_t offset; member
|
/Zephyr-latest/drivers/i3c/ |
D | i3c_mem_slab.c | 52 ptrdiff_t offset = p - i3c_device_desc_pool.buffer; in i3c_device_desc_in_pool() local
|
/Zephyr-latest/lib/posix/options/ |
D | fd_mgmt.c | 44 off_t lseek(int fd, off_t offset, int whence) in lseek()
|
/Zephyr-latest/subsys/net/l2/ieee802154/ |
D | ieee802154_6lo.h | 26 uint8_t offset; /* in multiples of 8 bytes */ member
|
/Zephyr-latest/tests/boards/altera_max10/qspi/src/ |
D | qspi_flash.c | 20 uint32_t i, offset, rd_val, wr_val; in ZTEST() local
|
/Zephyr-latest/tests/net/lib/lwm2m/content_raw_cbor/src/ |
D | main.c | 78 uint16_t offset = 0; in ZTEST() local 136 uint16_t offset = 0; in ZTEST() local 194 uint16_t offset = 0; in ZTEST() local 252 uint16_t offset = 0; in ZTEST() local 314 uint16_t offset = 0; in ZTEST() local 435 uint16_t offset = expected_payload.len; in ZTEST() local 495 uint16_t offset = 0; in ZTEST() local 570 uint16_t offset = expected_payload.len; in ZTEST() local 596 uint16_t offset = 0; in ZTEST() local
|
/Zephyr-latest/lib/mem_blocks/ |
D | mem_blocks.c | 18 size_t offset; in alloc_blocks() local 56 size_t offset; in free_blocks() local 178 size_t offset; in sys_mem_blocks_is_region_free() local 197 int offset; in sys_mem_blocks_get() local
|
/Zephyr-latest/samples/bluetooth/direct_adv/src/ |
D | main.c | 40 void *buf, uint16_t len, uint16_t offset) in read_signed() 49 const void *buf, uint16_t len, uint16_t offset, in write_signed()
|