/Zephyr-latest/drivers/i2s/ |
D | i2s_ll_stm32.c | 453 struct dma_config *dcfg, void *src, void *dst, in reload_dma() 470 bool src_addr_increment, void *dst, in start_dma()
|
/Zephyr-latest/include/zephyr/net/ |
D | net_event.h | 463 struct in_addr dst; member 477 struct in6_addr dst; member
|
/Zephyr-latest/subsys/fs/fcb/ |
D | fcb.c | 33 void *dst, size_t len) in fcb_flash_read()
|
/Zephyr-latest/drivers/can/ |
D | can_sam.c | 47 static int can_sam_read_mram(const struct device *dev, uint16_t offset, void *dst, size_t len) in can_sam_read_mram()
|
D | can_sam0.c | 67 static int can_sam0_read_mram(const struct device *dev, uint16_t offset, void *dst, size_t len) in can_sam0_read_mram()
|
D | can_stm32h7_fdcan.c | 59 static int can_stm32h7_read_mram(const struct device *dev, uint16_t offset, void *dst, size_t len) in can_stm32h7_read_mram()
|
D | can_nrf.c | 107 static int can_nrf_read_mram(const struct device *dev, uint16_t offset, void *dst, size_t len) in can_nrf_read_mram()
|
D | can_numaker.c | 204 static int can_numaker_read_mram(const struct device *dev, uint16_t offset, void *dst, size_t len) in can_numaker_read_mram()
|
D | can_mcp251xfd.c | 23 struct mcp251xfd_txobj *dst) in mcp251xfd_canframe_to_txobj() 203 static void mcp251xfd_rxobj_to_canframe(struct mcp251xfd_rxobj *src, struct can_frame *dst) in mcp251xfd_rxobj_to_canframe() 1291 struct can_frame dst; in mcp251xfd_rx_fifo_handler() local
|
/Zephyr-latest/subsys/net/ip/ |
D | net_if.c | 454 struct net_linkaddr *dst = net_pkt_lladdr_dst(pkt); in net_if_try_send_data() local 686 static uint8_t get_ipaddr_diff(const uint8_t *src, const uint8_t *dst, int addr_len) in get_ipaddr_diff() 3069 const struct in6_addr *dst) in get_diff_ipv6() 3108 const struct in6_addr *dst, in net_if_ipv6_get_best_match() 3200 const struct in6_addr *dst, in net_if_ipv6_select_src_addr_hint() 3271 const struct in6_addr *dst) in net_if_ipv6_select_src_addr() 3278 struct net_if *net_if_ipv6_select_src_iface(const struct in6_addr *dst) in net_if_ipv6_select_src_iface() 3603 struct net_if *net_if_ipv4_select_src_iface(const struct in_addr *dst) in net_if_ipv4_select_src_iface() 3621 const struct in_addr *dst) in get_diff_ipv4() 3637 const struct in_addr *dst, in net_if_ipv4_get_best_match() [all …]
|
D | tp.c | 375 struct in_addr dst; in ip_header_add() local 385 struct in6_addr dst; in ip_header_add() local
|
/Zephyr-latest/soc/espressif/esp32/ |
D | esp32-mp.c | 340 volatile uint32_t *dst = (volatile uint32_t *)dst_addr; in load_segment() local
|
/Zephyr-latest/drivers/dma/ |
D | dma_nxp_sof_host_dma.c | 80 uint32_t src, uint32_t dst, size_t size) in sof_host_dma_reload()
|
D | dma_sedi.c | 272 uint64_t src, uint64_t dst, size_t size) in dma_sedi_reload()
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | transport.c | 74 uint16_t dst; member 102 uint16_t dst; member 203 static bool seg_tx_blocks(struct seg_tx *tx, uint16_t src, uint16_t dst) in seg_tx_blocks() 1103 static int send_ack(struct bt_mesh_subnet *sub, uint16_t src, uint16_t dst, in send_ack()
|
/Zephyr-latest/include/zephyr/bluetooth/mesh/ |
D | cfg_cli.h | 426 uint16_t dst; member 462 uint16_t dst; member
|
/Zephyr-latest/include/zephyr/sys/ |
D | util.h | 502 static inline void bytecpy(void *dst, const void *src, size_t size) in bytecpy() 755 static inline void mem_xor_n(uint8_t *dst, const uint8_t *src1, const uint8_t *src2, size_t len) in mem_xor_n()
|
/Zephyr-latest/lib/posix/options/ |
D | net.c | 87 char *inet_ntop(sa_family_t family, const void *src, char *dst, size_t size) in inet_ntop() 92 int inet_pton(sa_family_t family, const char *src, void *dst) in inet_pton()
|
/Zephyr-latest/drivers/display/ |
D | display_mcux_dcnano_lcdif.c | 54 uint8_t *dst; in mcux_dcnano_lcdif_write() local
|
D | display_mcux_elcdif.c | 79 uint8_t *dst; in mcux_elcdif_write() local
|
/Zephyr-latest/modules/hostap/src/ |
D | supp_events.c | 48 static void copy_mac_addr(const unsigned int *src, uint8_t *dst) in copy_mac_addr()
|
/Zephyr-latest/drivers/sensor/ti/tmp116/ |
D | tmp116.c | 138 uint16_t *dst = data; in tmp116_eeprom_read() local
|
/Zephyr-latest/subsys/mgmt/mcumgr/transport/src/ |
D | smp_udp.c | 152 static int smp_udp_ud_copy(struct net_buf *dst, const struct net_buf *src) in smp_udp_ud_copy()
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_replay_cache.c | 255 static bool msg_send(uint16_t src, uint16_t dst) in msg_send()
|
/Zephyr-latest/tests/net/arp/src/ |
D | main.c | 325 struct in_addr dst = { { { 192, 0, 2, 2 } } }; in ZTEST() local
|