Searched refs:dst (Results 1 - 25 of 113) sorted by path

12345

/include/asm-generic/
H A Dcacheflush.h26 #define copy_to_user_page(vma, page, vaddr, dst, src, len) \
28 memcpy(dst, src, len); \
31 #define copy_from_user_page(vma, page, vaddr, dst, src, len) \
32 memcpy(dst, src, len)
H A Dchecksum.h22 * here even more important to align src and dst on a 32-bit (or even
25 extern __wsum csum_partial_copy(const void *src, void *dst, int len, __wsum sum);
30 * here even more important to align src and dst on a 32-bit (or even
33 extern __wsum csum_partial_copy_from_user(const void __user *src, void *dst,
37 #define csum_partial_copy_nocheck(src, dst, len, sum) \
38 csum_partial_copy((src), (dst), (len), (sum))
H A Dio.h252 #define ioread8_rep(p, dst, count) \
253 insb((unsigned long) (p), (dst), (count))
254 #define ioread16_rep(p, dst, count) \
255 insw((unsigned long) (p), (dst), (count))
256 #define ioread32_rep(p, dst, count) \
257 insl((unsigned long) (p), (dst), (count))
H A Duaccess.h280 __strncpy_from_user(char *dst, const char __user *src, long count) argument
283 strncpy(dst, (const char __force *)src, count);
284 for (tmp = dst; *tmp && count > 0; tmp++, count--)
286 return (tmp - dst);
291 strncpy_from_user(char *dst, const char __user *src, long count) argument
295 return __strncpy_from_user(dst, src, count);
/include/crypto/
H A Daead.h85 struct scatterlist *dst,
88 aead_request_set_crypt(&req->areq, src, dst, nbytes, iv);
83 aead_givcrypt_set_crypt(struct aead_givcrypt_request *req, struct scatterlist *src, struct scatterlist *dst, unsigned int nbytes, void *iv) argument
H A Dalgapi.h92 } src, dst; member in struct:blkcipher_walk
115 } src, dst; member in struct:ablkcipher_walk
187 void crypto_xor(u8 *dst, const u8 *src, unsigned int size);
310 struct scatterlist *dst,
315 walk->out.sg = dst;
320 struct scatterlist *dst,
325 walk->out.sg = dst;
309 blkcipher_walk_init(struct blkcipher_walk *walk, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) argument
319 ablkcipher_walk_init(struct ablkcipher_walk *walk, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) argument
H A Dcast5.h20 void __cast5_encrypt(struct cast5_ctx *ctx, u8 *dst, const u8 *src);
21 void __cast5_decrypt(struct cast5_ctx *ctx, u8 *dst, const u8 *src);
H A Dcast6.h21 void __cast6_encrypt(struct cast6_ctx *ctx, u8 *dst, const u8 *src);
22 void __cast6_decrypt(struct cast6_ctx *ctx, u8 *dst, const u8 *src);
H A Dlrw.h39 int lrw_crypt(struct blkcipher_desc *desc, struct scatterlist *dst,
H A Dserpent.h24 void __serpent_encrypt(struct serpent_ctx *ctx, u8 *dst, const u8 *src);
25 void __serpent_decrypt(struct serpent_ctx *ctx, u8 *dst, const u8 *src);
H A Dskcipher.h96 struct scatterlist *src, struct scatterlist *dst,
99 ablkcipher_request_set_crypt(&req->creq, src, dst, nbytes, iv);
94 skcipher_givcrypt_set_crypt( struct skcipher_givcrypt_request *req, struct scatterlist *src, struct scatterlist *dst, unsigned int nbytes, void *iv) argument
H A Dxts.h16 void (*tweak_fn)(void *ctx, u8* dst, const u8* src);
23 int xts_crypt(struct blkcipher_desc *desc, struct scatterlist *dst,
/include/drm/
H A Ddrm_dp_mst_helper.h362 struct drm_dp_mst_branch *dst; member in struct:drm_dp_sideband_msg_tx
H A Ddrm_modes.h210 void drm_mode_copy(struct drm_display_mode *dst,
H A Ddrm_rect.h150 bool drm_rect_clip_scaled(struct drm_rect *src, struct drm_rect *dst,
154 const struct drm_rect *dst,
157 const struct drm_rect *dst,
160 struct drm_rect *dst,
163 struct drm_rect *dst,
/include/linux/
H A Dasync_tx.h110 #define async_tx_find_channel(dep, type, dst, dst_count, src, src_count, len) \
129 enum dma_transaction_type tx_type, struct page **dst,
128 async_tx_find_channel(struct async_submit_ctl *submit, enum dma_transaction_type tx_type, struct page **dst, int dst_count, struct page **src, int src_count, size_t len) argument
H A Dbio.h457 extern void bio_copy_data(struct bio *dst, struct bio *src);
H A Dbitmap.h31 * bitmap_zero(dst, nbits) *dst = 0UL
32 * bitmap_fill(dst, nbits) *dst = ~0UL
33 * bitmap_copy(dst, src, nbits) *dst = *src
34 * bitmap_and(dst, src1, src2, nbits) *dst = *src1 & *src2
35 * bitmap_or(dst, src1, src2, nbits) *dst
159 bitmap_zero(unsigned long *dst, int nbits) argument
169 bitmap_fill(unsigned long *dst, int nbits) argument
179 bitmap_copy(unsigned long *dst, const unsigned long *src, int nbits) argument
190 bitmap_and(unsigned long *dst, const unsigned long *src1, const unsigned long *src2, unsigned int nbits) argument
198 bitmap_or(unsigned long *dst, const unsigned long *src1, const unsigned long *src2, unsigned int nbits) argument
207 bitmap_xor(unsigned long *dst, const unsigned long *src1, const unsigned long *src2, unsigned int nbits) argument
216 bitmap_andnot(unsigned long *dst, const unsigned long *src1, const unsigned long *src2, unsigned int nbits) argument
224 bitmap_complement(unsigned long *dst, const unsigned long *src, unsigned int nbits) argument
283 bitmap_shift_right(unsigned long *dst, const unsigned long *src, int n, int nbits) argument
292 bitmap_shift_left(unsigned long *dst, const unsigned long *src, int n, int nbits) argument
[all...]
H A Dccp.h133 * @dst: data produced by this operation
140 * - type, mode, action, key, key_len, src, dst, src_len
159 struct scatterlist *src, *dst; member in struct:ccp_aes_engine
196 * @dst: data produced by this operation
201 * - action, unit_size, key, key_len, iv, iv_len, src, dst, src_len, final
216 struct scatterlist *src, *dst; member in struct:ccp_xts_aes_engine
287 * @dst: data produced by this operation
291 * - key_size, exp, exp_len, mod, mod_len, src, dst, src_len
302 struct scatterlist *src, *dst; member in struct:ccp_rsa_engine
346 * @dst
361 struct scatterlist *src, *dst; member in struct:ccp_passthru_engine
[all...]
H A Dcompat.h412 extern int get_compat_itimerspec(struct itimerspec *dst,
414 extern int put_compat_itimerspec(struct compat_itimerspec __user *dst,
H A Dcpumask.h878 #define cpu_set(cpu, dst) __cpu_set((cpu), &(dst))
884 #define cpu_clear(cpu, dst) __cpu_clear((cpu), &(dst))
890 #define cpus_setall(dst) __cpus_setall(&(dst), NR_CPUS)
896 #define cpus_clear(dst) __cpus_clear(&(dst), NR_CPUS)
911 #define cpus_and(dst, src1, src2) __cpus_and(&(dst),
[all...]
H A Dcrypto.h147 struct scatterlist *dst; member in struct:ablkcipher_request
160 * @dst: Destination data
173 struct scatterlist *dst; member in struct:aead_request
186 void (*crfn)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
187 unsigned int (*prfn)(const struct cipher_desc *desc, u8 *dst,
235 struct scatterlist *dst, struct scatterlist *src,
238 struct scatterlist *dst, struct scatterlist *src,
253 void (*cia_encrypt)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
254 void (*cia_decrypt)(struct crypto_tfm *tfm, u8 *dst, const u8 *src);
259 unsigned int slen, u8 *dst, unsigne
720 ablkcipher_request_set_crypt( struct ablkcipher_request *req, struct scatterlist *src, struct scatterlist *dst, unsigned int nbytes, void *iv) argument
852 aead_request_set_crypt(struct aead_request *req, struct scatterlist *src, struct scatterlist *dst, unsigned int cryptlen, u8 *iv) argument
972 crypto_blkcipher_encrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) argument
981 crypto_blkcipher_encrypt_iv(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) argument
989 crypto_blkcipher_decrypt(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) argument
998 crypto_blkcipher_decrypt_iv(struct blkcipher_desc *desc, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) argument
1012 crypto_blkcipher_get_iv(struct crypto_blkcipher *tfm, u8 *dst, unsigned int len) argument
1097 crypto_cipher_encrypt_one(struct crypto_cipher *tfm, u8 *dst, const u8 *src) argument
1101 dst, src); local
1104 crypto_cipher_decrypt_one(struct crypto_cipher *tfm, u8 *dst, const u8 *src) argument
1108 dst, src); local
1270 crypto_comp_compress(struct crypto_comp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) argument
1278 crypto_comp_decompress(struct crypto_comp *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) argument
[all...]
H A Ddmaengine.h125 * @icg: Number of bytes to jump after last src/dst address of this
126 * chunk and before first src/dst address for next chunk.
127 * Ignored for dst(assumed 0), if dst_inc is true and dst_sgl is false.
650 struct dma_chan *chan, dma_addr_t *dst, dma_addr_t *src,
H A Detherdevice.h223 * @dst: Pointer to a six-byte array Ethernet address destination
226 * Please note: dst & src must both be aligned to u16.
228 static inline void ether_addr_copy(u8 *dst, const u8 *src) argument
231 *(u32 *)dst = *(const u32 *)src;
232 *(u16 *)(dst + 4) = *(const u16 *)(src + 4);
234 u16 *a = (u16 *)dst;
245 * @dst: pointer to net_device to copy dev_addr to
251 static inline void eth_hw_addr_inherit(struct net_device *dst, argument
254 dst->addr_assign_type = src->addr_assign_type;
255 ether_addr_copy(dst
[all...]
H A Dfb.h207 void (*writeio)(struct fb_info *info, void __iomem *dst, void *src, unsigned int size);
208 void (*readio) (struct fb_info *info, void *dst, void __iomem *src, unsigned int size);
622 extern void fb_pad_unaligned_buffer(u8 *dst, u32 d_pitch, u8 *src, u32 idx,
624 extern void fb_pad_aligned_buffer(u8 *dst, u32 d_pitch, u8 *src, u32 s_pitch, u32 height);
642 static inline void __fb_pad_aligned_buffer(u8 *dst, u32 d_pitch, argument
652 *dst++ = *src++;
653 dst += d_pitch;

Completed in 184 milliseconds

12345