Home
last modified time | relevance | path

Searched defs:offset (Results 451 – 475 of 605) sorted by relevance

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

/Zephyr-latest/lib/os/zvfs/
Dzvfs_eventfd.c411 size_t offset; in zvfs_eventfd() local
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_obj_device.c195 size_t total_size, size_t offset) in current_time_post_write_cb()
Dlwm2m_obj_server.c149 size_t total_size, size_t offset) in lifetime_write_cb()
Dlwm2m_obj_access_control.c341 size_t total_size, size_t offset) in write_validate_cb()
/Zephyr-latest/tests/drivers/flash_simulator/flash_sim_impl/src/
Dmain.c83 static int test_check_erase(const struct device *dev, off_t offset, size_t size) in test_check_erase()
/Zephyr-latest/include/zephyr/drivers/can/
Dcan_mcan.h1381 static inline int can_mcan_sys_read_mram(mem_addr_t base, uint16_t offset, void *dst, size_t len) in can_mcan_sys_read_mram()
1421 static inline int can_mcan_sys_write_mram(mem_addr_t base, uint16_t offset, const void *src, in can_mcan_sys_write_mram()
1458 static inline int can_mcan_sys_clear_mram(mem_addr_t base, uint16_t offset, size_t len) in can_mcan_sys_clear_mram()
1516 static inline int can_mcan_read_mram(const struct device *dev, uint16_t offset, void *dst, in can_mcan_read_mram()
1536 static inline int can_mcan_write_mram(const struct device *dev, uint16_t offset, const void *src, in can_mcan_write_mram()
1557 static inline int can_mcan_clear_mram(const struct device *dev, uint16_t offset, size_t len) in can_mcan_clear_mram()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Dvcp_vol_rend.c109 static void vocs_state_cb(struct bt_vocs *inst, int err, int16_t offset) in vocs_state_cb()
501 long offset; in cmd_vcp_vol_rend_vocs_offset_set() local
/Zephyr-latest/drivers/rtc/
Drtc_rv8803.c699 int8_t offset; in rv8803_set_calibration() local
715 int8_t offset; in rv8803_get_calibration() local
Drtc_rx8130ce.c591 uint8_t offset = 0; in rx8130ce_set_calibration() local
625 uint8_t offset; in rx8130ce_get_calibration() local
Drtc_pcf8523.c721 int8_t offset; in pcf8523_set_calibration() local
742 int8_t offset; in pcf8523_get_calibration() local
/Zephyr-latest/drivers/sensor/grow_r502a/
Dgrow_r502a.c157 int offset = drv_data->rx_buf.len; in uart_cb_handler() local
230 int offset = 0, ret = 0; in r502a_read_sys_param() local
/Zephyr-latest/subsys/fs/ext2/
Dext2_diskops.c258 uint32_t offset = group % groups_per_block; in ext2_fetch_block_group() local
796 uint32_t offset = bg->num % groups_per_block; in ext2_commit_bg() local
/Zephyr-latest/drivers/sensor/tdk/icm45686/
Dicm45686_decoder.c422 int offset = 1 + (axis_offset * 2) + (is_accel ? 0 : 6); in icm45686_fifo_read_imu_from_packet() local
/Zephyr-latest/include/zephyr/debug/
Dcoredump.h130 off_t offset; member
/Zephyr-latest/modules/openthread/platform/
Dble.c189 uint16_t len, uint16_t offset, uint8_t flags) in on_receive()
/Zephyr-latest/tests/lib/ringbuffer/src/
Dconcurrent.c265 uint32_t offset; in test_ztress() local
/Zephyr-latest/drivers/serial/
Duart_stm32.c853 static void fifo_fill_with_u8(USART_TypeDef *usart, const void *tx_data, const int offset) in fifo_fill_with_u8()
898 static void fifo_read_with_u8(USART_TypeDef *usart, void *rx_data, const int offset) in fifo_read_with_u8()
917 static void fifo_fill_with_u16(USART_TypeDef *usart, const void *tx_data, const int offset) in fifo_fill_with_u16()
935 static void fifo_read_with_u16(USART_TypeDef *usart, void *rx_data, const int offset) in fifo_read_with_u16()
/Zephyr-latest/arch/xtensa/core/
Dptables.c856 for (size_t offset = 0; offset < size; offset += CONFIG_MMU_PAGE_SIZE) { in region_map_update() local
1103 for (size_t offset = 0; offset < aligned_size; in mem_buffer_validate() local
/Zephyr-latest/drivers/sensor/adi/adltc2990/
Dadltc2990.c124 uint8_t num_values, uint8_t const *const offset) in adltc2990_get_v3_v4_val()
/Zephyr-latest/drivers/wifi/eswifi/
Deswifi_offload.c186 int err, offset; in __eswifi_off_send_pkt() local
/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_6lo_fragment.c95 static inline void set_up_frag_hdr(struct net_buf *frag, uint16_t size, uint8_t offset) in set_up_frag_hdr()
/Zephyr-latest/samples/bluetooth/encrypted_advertising/central/src/
Dcentral_ead.c214 size_t offset; in gatt_read() local
/Zephyr-latest/tests/drivers/i2s/i2s_speed/src/
Dtest_i2s_speed.c91 static ZTEST_DMEM int offset = -1; in verify_buf() local
/Zephyr-latest/tests/net/ieee802154/6lo_fragment/src/
Dmain.c193 uint32_t bytes, pos, compare, offset; in compare_data() local
/Zephyr-latest/subsys/bluetooth/audio/
Dhas.c85 void *buf, uint16_t len, uint16_t offset) in read_active_preset_index()
109 uint16_t len, uint16_t offset) in read_features()
1449 const void *data, uint16_t len, uint16_t offset, uint8_t flags) in write_control_point()

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