| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | sockptr.h | 44 static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, in copy_from_sockptr_offset() 53 static inline int copy_from_sockptr(void *dst, sockptr_t src, size_t size) in copy_from_sockptr() 59 const void *src, size_t size) in copy_to_sockptr_offset() 67 static inline void *memdup_sockptr(sockptr_t src, size_t len) in memdup_sockptr() 80 static inline void *memdup_sockptr_nul(sockptr_t src, size_t len) in memdup_sockptr_nul() 94 static inline long strncpy_from_sockptr(char *dst, sockptr_t src, size_t count) in strncpy_from_sockptr()
|
| H A D | string_helpers.h | 35 static inline int string_unescape_any(char *src, char *dst, size_t size) in string_unescape_any() 61 static inline int string_escape_mem_any_np(const char *src, size_t isz, in string_escape_mem_any_np() 67 static inline int string_escape_str(const char *src, char *dst, size_t sz, in string_escape_str() 73 static inline int string_escape_str_any_np(const char *src, char *dst, in string_escape_str_any_np() 79 static inline void string_upper(char *dst, const char *src) in string_upper() 86 static inline void string_lower(char *dst, const char *src) in string_lower()
|
| H A D | uuid.h | 41 static inline void guid_copy(guid_t *dst, const guid_t *src) in guid_copy() 46 static inline void import_guid(guid_t *dst, const __u8 *src) in import_guid() 51 static inline void export_guid(__u8 *dst, const guid_t *src) in export_guid() 66 static inline void uuid_copy(uuid_t *dst, const uuid_t *src) in uuid_copy() 71 static inline void import_uuid(uuid_t *dst, const __u8 *src) in import_uuid() 76 static inline void export_uuid(__u8 *dst, const uuid_t *src) in export_uuid()
|
| H A D | task_io_accounting_ops.h | 50 struct task_io_accounting *src) in task_blk_io_accounting_add() 86 struct task_io_accounting *src) in task_blk_io_accounting_add() 94 struct task_io_accounting *src) in task_chr_io_accounting_add() 104 struct task_io_accounting *src) in task_chr_io_accounting_add() 110 struct task_io_accounting *src) in task_io_accounting_add()
|
| /OK3568_Linux_fs/kernel/arch/x86/crypto/ |
| H A D | blowfish_glue.c | 32 static inline void blowfish_enc_blk(struct bf_ctx *ctx, u8 *dst, const u8 *src) in blowfish_enc_blk() 38 const u8 *src) in blowfish_enc_blk_xor() 44 const u8 *src) in blowfish_enc_blk_4way() 50 const u8 *src) in blowfish_enc_blk_xor_4way() 55 static void blowfish_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in blowfish_encrypt() 60 static void blowfish_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in blowfish_decrypt() 133 u64 *src = (u64 *)walk->src.virt.addr; in __cbc_encrypt() local 174 u64 *src = (u64 *)walk->src.virt.addr; in __cbc_decrypt() local 254 u8 *src = walk->src.virt.addr; in ctr_crypt_final() local 268 u64 *src = (u64 *)walk->src.virt.addr; in __ctr_crypt() local
|
| H A D | des3_ede_glue.c | 35 const u8 *src) in des3_ede_enc_blk() 43 const u8 *src) in des3_ede_dec_blk() 51 const u8 *src) in des3_ede_enc_blk_3way() 59 const u8 *src) in des3_ede_dec_blk_3way() 66 static void des3_ede_x86_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in des3_ede_x86_encrypt() 71 static void des3_ede_x86_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in des3_ede_x86_decrypt() 141 u64 *src = (u64 *)walk->src.virt.addr; in __cbc_encrypt() local 182 u64 *src = (u64 *)walk->src.virt.addr; in __cbc_decrypt() local 261 u8 *src = walk->src.virt.addr; in ctr_crypt_final() local 276 __be64 *src = (__be64 *)walk->src.virt.addr; in __ctr_crypt() local
|
| /OK3568_Linux_fs/kernel/arch/m68k/math-emu/ |
| H A D | fp_emu.h | 74 #define fp_copy_ext(dest, src) ({ \ argument 78 #define fp_monadic_check(dest, src) ({ \ argument 84 #define fp_dyadic_check(dest, src) ({ \ argument 108 #define fp_conv_ext2long(src) ({ \ argument 118 #define fp_conv_long2ext(dest, src) ({ \ argument
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/core/ |
| H A D | uverbs_marshall.c | 66 struct rdma_ah_attr *src = ah_attr; in ib_copy_ah_attr_to_user() local 98 struct ib_qp_attr *src) in ib_copy_qp_attr_to_user() 137 struct sa_path_rec *src) in __ib_copy_path_rec_to_user() 162 struct sa_path_rec *src) in ib_copy_path_rec_to_user() 176 struct ib_user_path_rec *src) in ib_copy_path_rec_from_user()
|
| /OK3568_Linux_fs/kernel/drivers/edac/ |
| H A D | xgene_edac.c | 115 #define MCU_EBLRR_ERRBANK_RD(src) (((src) & 0x00000007) >> 0) argument 117 #define MCU_ERCRR_ERRROW_RD(src) (((src) & 0xFFFF0000) >> 16) argument 118 #define MCU_ERCRR_ERRCOL_RD(src) ((src) & 0x00000FFF) argument 120 #define MCU_SBECNT_COUNT(src) ((src) & 0xFFFF) argument 454 #define MEMERR_CPU_ICFESR_ERRWAY_RD(src) (((src) & 0xFF000000) >> 24) argument 455 #define MEMERR_CPU_ICFESR_ERRINDEX_RD(src) (((src) & 0x003F0000) >> 16) argument 456 #define MEMERR_CPU_ICFESR_ERRINFO_RD(src) (((src) & 0x0000FF00) >> 8) argument 457 #define MEMERR_CPU_ICFESR_ERRTYPE_RD(src) (((src) & 0x00000070) >> 4) argument 461 #define MEMERR_CPU_LSUESR_ERRWAY_RD(src) (((src) & 0xFF000000) >> 24) argument 462 #define MEMERR_CPU_LSUESR_ERRINDEX_RD(src) (((src) & 0x003F0000) >> 16) argument [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm/crypto/ |
| H A D | poly1305-glue.c | 26 void __weak poly1305_blocks_neon(void *state, const u8 *src, u32 len, u32 hibit) in poly1305_blocks_neon() 54 static void arm_poly1305_blocks(struct poly1305_desc_ctx *dctx, const u8 *src, in arm_poly1305_blocks() 86 const u8 *src, u32 len, bool do_neon) in arm_poly1305_do_update() 116 const u8 *src, unsigned int srclen) in arm_poly1305_update() 125 const u8 *src, in arm_poly1305_update_neon() 139 void poly1305_update_arch(struct poly1305_desc_ctx *dctx, const u8 *src, in poly1305_update_arch()
|
| /OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/ |
| H A D | ni_routes.h | 42 int *src; member 163 static inline bool route_is_valid(const int src, const int dest, in route_is_valid() 266 static inline s8 ni_get_reg_value_roffs(int src, const int dest, in ni_get_reg_value_roffs() 288 static inline int ni_get_reg_value(const int src, const int dest, in ni_get_reg_value() 315 int ni_check_trigger_arg_roffs(int src, const int dest, in ni_check_trigger_arg_roffs() 324 static inline int ni_check_trigger_arg(const int src, const int dest, in ni_check_trigger_arg()
|
| /OK3568_Linux_fs/kernel/arch/mips/net/ |
| H A D | bpf_jit.c | 187 static inline void emit_ori(unsigned int dst, unsigned src, u32 imm, in emit_ori() 198 static inline void emit_daddiu(unsigned int dst, unsigned int src, in emit_daddiu() 208 static inline void emit_addiu(unsigned int dst, unsigned int src, in emit_addiu() 225 static inline void emit_andi(unsigned int dst, unsigned int src, in emit_andi() 243 static inline void emit_xori(ptr dst, ptr src, u32 imm, struct jit_ctx *ctx) in emit_xori() 270 static inline void emit_sllv(unsigned int dst, unsigned int src, in emit_sllv() 276 static inline void emit_sll(unsigned int dst, unsigned int src, in emit_sll() 287 static inline void emit_srlv(unsigned int dst, unsigned int src, in emit_srlv() 293 static inline void emit_srl(unsigned int dst, unsigned int src, in emit_srl() 316 static inline void emit_sltiu(unsigned dst, unsigned int src, in emit_sltiu() [all …]
|
| /OK3568_Linux_fs/external/linux-rga/im2d_api/src/ |
| H A D | im2d.cpp | 741 void rga_check_perpare(rga_buffer_t *src, rga_buffer_t *dst, rga_buffer_t *pat, in rga_check_perpare() 807 IM_API IM_STATUS imcopy(const rga_buffer_t src, rga_buffer_t dst, int sync, int *release_fence_fd) { in imcopy() 837 IM_API IM_STATUS imresize(const rga_buffer_t src, rga_buffer_t dst, double fx, double fy, int inter… in imresize() 889 IM_API IM_STATUS imcvtcolor(rga_buffer_t src, rga_buffer_t dst, int sfmt, int dfmt, int mode, int s… in imcvtcolor() 918 IM_API IM_STATUS imcrop(const rga_buffer_t src, rga_buffer_t dst, im_rect rect, int sync, int *rele… in imcrop() 944 IM_API IM_STATUS imtranslate(const rga_buffer_t src, rga_buffer_t dst, int x, int y, int sync, int … in imtranslate() 981 IM_API IM_STATUS imrotate(const rga_buffer_t src, rga_buffer_t dst, int rotation, int sync, int *re… in imrotate() 1007 IM_API IM_STATUS imflip(const rga_buffer_t src, rga_buffer_t dst, int mode, int sync, int *release_… in imflip() 1057 IM_API IM_STATUS imblend(const rga_buffer_t src, rga_buffer_t dst, int mode, int sync, int *release… in imblend() 1088 IM_API IM_STATUS imcolorkey(const rga_buffer_t src, rga_buffer_t dst, im_colorkey_range range, int … in imcolorkey() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_irq.c | 122 struct amdgpu_irq_src *src = adev->irq.client[i].sources[j]; in amdgpu_irq_disable_all() local 326 struct amdgpu_irq_src *src = adev->irq.client[i].sources[j]; in amdgpu_irq_fini() local 411 struct amdgpu_irq_src *src; in amdgpu_irq_dispatch() local 462 struct amdgpu_irq_src *src, unsigned type) in amdgpu_irq_update() 499 struct amdgpu_irq_src *src = adev->irq.client[i].sources[j]; in amdgpu_irq_gpu_reset_resume_helper() local 521 int amdgpu_irq_get(struct amdgpu_device *adev, struct amdgpu_irq_src *src, in amdgpu_irq_get() 551 int amdgpu_irq_put(struct amdgpu_device *adev, struct amdgpu_irq_src *src, in amdgpu_irq_put() 582 bool amdgpu_irq_enabled(struct amdgpu_device *adev, struct amdgpu_irq_src *src, in amdgpu_irq_enabled()
|
| /OK3568_Linux_fs/kernel/arch/parisc/lib/ |
| H A D | memcpy.c | 23 unsigned long raw_copy_to_user(void __user *dst, const void *src, in raw_copy_to_user() 32 unsigned long raw_copy_from_user(void *dst, const void __user *src, in raw_copy_from_user() 41 unsigned long raw_copy_in_user(void __user *dst, const void __user *src, unsigned long len) in raw_copy_in_user() 49 void * memcpy(void * dst,const void *src, size_t count) in memcpy()
|
| /OK3568_Linux_fs/kernel/crypto/ |
| H A D | lz4hc.c | 52 static int __lz4hc_compress_crypto(const u8 *src, unsigned int slen, in __lz4hc_compress_crypto() 65 static int lz4hc_scompress(struct crypto_scomp *tfm, const u8 *src, in lz4hc_scompress() 72 static int lz4hc_compress_crypto(struct crypto_tfm *tfm, const u8 *src, in lz4hc_compress_crypto() 82 static int __lz4hc_decompress_crypto(const u8 *src, unsigned int slen, in __lz4hc_decompress_crypto() 94 static int lz4hc_sdecompress(struct crypto_scomp *tfm, const u8 *src, in lz4hc_sdecompress() 101 static int lz4hc_decompress_crypto(struct crypto_tfm *tfm, const u8 *src, in lz4hc_decompress_crypto()
|
| H A D | lz4.c | 53 static int __lz4_compress_crypto(const u8 *src, unsigned int slen, in __lz4_compress_crypto() 66 static int lz4_scompress(struct crypto_scomp *tfm, const u8 *src, in lz4_scompress() 73 static int lz4_compress_crypto(struct crypto_tfm *tfm, const u8 *src, in lz4_compress_crypto() 81 static int __lz4_decompress_crypto(const u8 *src, unsigned int slen, in __lz4_decompress_crypto() 93 static int lz4_sdecompress(struct crypto_scomp *tfm, const u8 *src, in lz4_sdecompress() 100 static int lz4_decompress_crypto(struct crypto_tfm *tfm, const u8 *src, in lz4_decompress_crypto()
|
| H A D | lzo.c | 52 static int __lzo_compress(const u8 *src, unsigned int slen, in __lzo_compress() 67 static int lzo_compress(struct crypto_tfm *tfm, const u8 *src, in lzo_compress() 75 static int lzo_scompress(struct crypto_scomp *tfm, const u8 *src, in lzo_scompress() 82 static int __lzo_decompress(const u8 *src, unsigned int slen, in __lzo_decompress() 97 static int lzo_decompress(struct crypto_tfm *tfm, const u8 *src, in lzo_decompress() 103 static int lzo_sdecompress(struct crypto_scomp *tfm, const u8 *src, in lzo_sdecompress()
|
| H A D | lzo-rle.c | 52 static int __lzorle_compress(const u8 *src, unsigned int slen, in __lzorle_compress() 67 static int lzorle_compress(struct crypto_tfm *tfm, const u8 *src, in lzorle_compress() 75 static int lzorle_scompress(struct crypto_scomp *tfm, const u8 *src, in lzorle_scompress() 82 static int __lzorle_decompress(const u8 *src, unsigned int slen, in __lzorle_decompress() 97 static int lzorle_decompress(struct crypto_tfm *tfm, const u8 *src, in lzorle_decompress() 103 static int lzorle_sdecompress(struct crypto_scomp *tfm, const u8 *src, in lzorle_sdecompress()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/lpfc/ |
| H A D | lpfc_compat.h | 40 lpfc_memcpy_to_slim(void __iomem *dest, void *src, unsigned int bytes) in lpfc_memcpy_to_slim() 62 lpfc_memcpy_from_slim( void *dest, void __iomem *src, unsigned int bytes) in lpfc_memcpy_from_slim() 85 lpfc_memcpy_to_slim( void __iomem *dest, void *src, unsigned int bytes) in lpfc_memcpy_to_slim() 92 lpfc_memcpy_from_slim( void *dest, void __iomem *src, unsigned int bytes) in lpfc_memcpy_from_slim()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/include/ |
| H A D | bcmstdlib_s.h | 46 #define memmove_s(dest, destsz, src, n) ((void)(destsz), (int)__builtin_memmove((dest), (src), (n))) argument 47 #define memcpy_s(dest, destsz, src, n) ((void)(destsz), (int)__builtin_memcpy((dest), (src), (n))) argument 49 #define strlcpy(dest, src, size) ((void)(size), (size_t)__builtin_strcpy((dest), (src))) argument 50 #define strlcat_s(dest, src, size) ((void)(size), (size_t)__builtin_strcat((dest), (src))) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/apm/xgene/ |
| H A D | xgene_enet_sgmac.h | 12 #define PHY_ADDR(src) (((src)<<8) & GENMASK(12, 8)) argument 13 #define REG_ADDR(src) ((src) & GENMASK(4, 0)) argument 14 #define PHY_CONTROL(src) ((src) & GENMASK(15, 0)) argument 15 #define LINK_SPEED(src) (((src) & GENMASK(11, 10)) >> 10) argument
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | i915_memcpy.c | 38 static void __memcpy_ntdqa(void *dst, const void *src, unsigned long len) in __memcpy_ntdqa() 67 static void __memcpy_ntdqu(void *dst, const void *src, unsigned long len) in __memcpy_ntdqu() 113 bool i915_memcpy_from_wc(void *dst, const void *src, unsigned long len) in i915_memcpy_from_wc() 138 void i915_unaligned_memcpy_from_wc(void *dst, void *src, unsigned long len) in i915_unaligned_memcpy_from_wc()
|
| /OK3568_Linux_fs/kernel/arch/hexagon/lib/ |
| H A D | io.c | 20 const volatile short int *src = (short int *) addr; in __raw_readsw() local 40 const short int *src = (short int *)data; in __raw_writesw() local 56 const volatile long *src = (long *) addr; in __raw_readsl() local 71 const long *src = (long *)data; in __raw_writesl() local
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/include/ |
| H A D | bcmstdlib_s.h | 46 #define memmove_s(dest, destsz, src, n) ((void)(destsz), (int)__builtin_memmove((dest), (src), (n))) argument 47 #define memcpy_s(dest, destsz, src, n) ((void)(destsz), (int)__builtin_memcpy((dest), (src), (n))) argument 49 #define strlcpy(dest, src, size) ((void)(size), (size_t)__builtin_strcpy((dest), (src))) argument 50 #define strlcat_s(dest, src, size) ((void)(size), (size_t)__builtin_strcat((dest), (src))) argument
|