/openbmc/linux/include/linux/ |
H A D | etherdevice.h | 295 static inline void ether_addr_copy(u8 *dst, const u8 *src) in ether_addr_copy() 331 struct net_device *src) in eth_hw_addr_inherit()
|
/openbmc/linux/fs/ntfs3/ |
H A D | lznt.c | 48 static size_t longest_match_std(const u8 *src, struct lznt *ctx) in longest_match_std() 89 static size_t longest_match_best(const u8 *src, struct lznt *ctx) in longest_match_best()
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | c2p_iplan2.c | 85 void c2p_iplan2(void *dst, const void *src, u32 dx, u32 dy, u32 width, in c2p_iplan2()
|
/openbmc/u-boot/board/micronas/vct/ |
H A D | ebi_nor_flash.c | 108 void *board_flash_read_memcpy(void *dest, const void *src, size_t count) in board_flash_read_memcpy()
|
/openbmc/u-boot/net/ |
H A D | dns.c | 104 unsigned src, unsigned len) in dns_handler()
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/pm/ |
H A D | nv40.c | 32 u32 src = 0x00000000; in nv40_perfctr_init() local
|
/openbmc/libmctp/tests/ |
H A D | test_eid.c | 36 static void create_packet(struct mctp_hdr *pkt, mctp_eid_t src, mctp_eid_t dest) in create_packet()
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | callout.hpp | 13 namespace src namespace
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | string.c | 133 void *memmove(void *dest, const void *src, size_t n) in memmove()
|
/openbmc/qemu/bsd-user/ |
H A D | bsdload.c | 23 abi_long memcpy_to_target(abi_ulong dest, const void *src, in memcpy_to_target()
|
/openbmc/linux/drivers/crypto/vmx/ |
H A D | aes_ctr.c | 74 u8 *src = walk->src.virt.addr; in p8_aes_ctr_final() local
|
/openbmc/linux/drivers/memory/tegra/ |
H A D | tegra124.c | 1148 static int tegra124_mc_icc_set(struct icc_node *src, struct icc_node *dst) in tegra124_mc_icc_set()
|
/openbmc/linux/drivers/media/platform/verisilicon/ |
H A D | rockchip_vpu2_hw_jpeg_enc.c | 73 dma_addr_t src[3]; in rockchip_vpu2_jpeg_enc_set_buffers() local
|
H A D | hantro_h1_jpeg_enc.c | 46 dma_addr_t src[3]; in hantro_h1_jpeg_enc_set_buffers() local
|
/openbmc/linux/drivers/acpi/ |
H A D | acpi_platform.c | 75 const struct resource *src, struct resource *dest) in acpi_platform_fill_resource()
|
/openbmc/linux/arch/ia64/mm/ |
H A D | contig.c | 55 void *src = cpu == 0 ? cpu0_data : __phys_per_cpu_start; in per_cpu_init() local
|
/openbmc/linux/drivers/net/wireless/ath/ath11k/ |
H A D | dp_rx.h | 33 u8 src[ETH_ALEN]; member
|
/openbmc/linux/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_vop.h | 367 static inline uint16_t scl_cal_scale(int src, int dst, int shift) in scl_cal_scale() 372 static inline uint16_t scl_cal_scale2(int src, int dst) in scl_cal_scale2() 377 #define GET_SCL_FT_BILI_DN(src, dst) scl_cal_scale(src, dst, 12) argument 378 #define GET_SCL_FT_BILI_UP(src, dst) scl_cal_scale(src, dst, 16) argument 379 #define GET_SCL_FT_BIC(src, dst) scl_cal_scale(src, dst, 16) argument 394 static inline enum scale_mode scl_get_scl_mode(int src, int dst) in scl_get_scl_mode()
|
/openbmc/u-boot/lib/lzma/ |
H A D | LzmaDec.c | 408 ptrdiff_t src = (ptrdiff_t)pos - (ptrdiff_t)dicPos; in LzmaDec_DecodeReal() local 745 SRes LzmaDec_DecodeToDic(CLzmaDec *p, SizeT dicLimit, const Byte *src, SizeT *srcLen, in LzmaDec_DecodeToDic() 866 SRes LzmaDec_DecodeToBuf(CLzmaDec *p, Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, E… in LzmaDec_DecodeToBuf() 995 SRes LzmaDecode(Byte *dest, SizeT *destLen, const Byte *src, SizeT *srcLen, in LzmaDecode()
|
/openbmc/linux/include/net/ |
H A D | flow_dissector.h | 114 __be32 src; member 125 struct in6_addr src; member 177 __be16 src; member 221 unsigned char src[ETH_ALEN]; member
|
/openbmc/linux/net/batman-adv/ |
H A D | network-coding.c | 481 static void batadv_nc_hash_key_gen(struct batadv_nc_path *key, const char *src, in batadv_nc_hash_key_gen() 953 u8 *src, in batadv_nc_get_path() 1024 static void batadv_nc_memxor(char *dst, const char *src, unsigned int len) in batadv_nc_memxor() 1238 static bool batadv_nc_skb_coding_possible(struct sk_buff *skb, u8 *dst, u8 *src) in batadv_nc_skb_coding_possible()
|
/openbmc/linux/drivers/gpu/ipu-v3/ |
H A D | ipu-common.c | 689 struct fsu_link_reg_info src; member 716 static const struct fsu_link_info *find_fsu_link_info(int src, int sink) in find_fsu_link_info() 796 int ipu_idmac_link(struct ipuv3_channel *src, struct ipuv3_channel *sink) in ipu_idmac_link() 803 int ipu_idmac_unlink(struct ipuv3_channel *src, struct ipuv3_channel *sink) in ipu_idmac_unlink()
|
/openbmc/linux/tools/testing/selftests/powerpc/copyloops/ |
H A D | exc_validate.c | 83 unsigned long src, dst, len; in test_copy_exception() local
|
/openbmc/linux/net/ax25/ |
H A D | ax25_ip.c | 105 ax25_address *src, *dst; in ax25_ip_xmit() local
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_tc_neigh_fib.c | 53 struct in6_addr *src = (struct in6_addr *)fib_params->ipv6_src; in fill_fib_params_v6() local
|