Home
last modified time | relevance | path

Searched defs:src (Results 901 – 925 of 2723) sorted by relevance

1...<<31323334353637383940>>...109

/openbmc/linux/include/linux/
H A Detherdevice.h295 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 Dlznt.c48 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 Dc2p_iplan2.c85 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 Debi_nor_flash.c108 void *board_flash_read_memcpy(void *dest, const void *src, size_t count) in board_flash_read_memcpy()
/openbmc/u-boot/net/
H A Ddns.c104 unsigned src, unsigned len) in dns_handler()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/pm/
H A Dnv40.c32 u32 src = 0x00000000; in nv40_perfctr_init() local
/openbmc/libmctp/tests/
H A Dtest_eid.c36 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 Dcallout.hpp13 namespace src namespace
/openbmc/u-boot/arch/x86/lib/
H A Dstring.c133 void *memmove(void *dest, const void *src, size_t n) in memmove()
/openbmc/qemu/bsd-user/
H A Dbsdload.c23 abi_long memcpy_to_target(abi_ulong dest, const void *src, in memcpy_to_target()
/openbmc/linux/drivers/crypto/vmx/
H A Daes_ctr.c74 u8 *src = walk->src.virt.addr; in p8_aes_ctr_final() local
/openbmc/linux/drivers/memory/tegra/
H A Dtegra124.c1148 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 Drockchip_vpu2_hw_jpeg_enc.c73 dma_addr_t src[3]; in rockchip_vpu2_jpeg_enc_set_buffers() local
H A Dhantro_h1_jpeg_enc.c46 dma_addr_t src[3]; in hantro_h1_jpeg_enc_set_buffers() local
/openbmc/linux/drivers/acpi/
H A Dacpi_platform.c75 const struct resource *src, struct resource *dest) in acpi_platform_fill_resource()
/openbmc/linux/arch/ia64/mm/
H A Dcontig.c55 void *src = cpu == 0 ? cpu0_data : __phys_per_cpu_start; in per_cpu_init() local
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.h33 u8 src[ETH_ALEN]; member
/openbmc/linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop.h367 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 DLzmaDec.c408 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 Dflow_dissector.h114 __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 Dnetwork-coding.c481 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 Dipu-common.c689 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 Dexc_validate.c83 unsigned long src, dst, len; in test_copy_exception() local
/openbmc/linux/net/ax25/
H A Dax25_ip.c105 ax25_address *src, *dst; in ax25_ip_xmit() local
/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_tc_neigh_fib.c53 struct in6_addr *src = (struct in6_addr *)fib_params->ipv6_src; in fill_fib_params_v6() local

1...<<31323334353637383940>>...109