Searched refs:src (Results 1 - 25 of 454) sorted by relevance

1234567891011>>

/drivers/infiniband/core/
H A Duverbs_marshall.c37 struct ib_ah_attr *src)
39 memcpy(dst->grh.dgid, src->grh.dgid.raw, sizeof src->grh.dgid);
40 dst->grh.flow_label = src->grh.flow_label;
41 dst->grh.sgid_index = src->grh.sgid_index;
42 dst->grh.hop_limit = src->grh.hop_limit;
43 dst->grh.traffic_class = src->grh.traffic_class;
45 dst->dlid = src->dlid;
46 dst->sl = src->sl;
47 dst->src_path_bits = src
36 ib_copy_ah_attr_to_user(struct ib_uverbs_ah_attr *dst, struct ib_ah_attr *src) argument
55 ib_copy_qp_attr_to_user(struct ib_uverbs_qp_attr *dst, struct ib_qp_attr *src) argument
94 ib_copy_path_rec_to_user(struct ib_user_path_rec *dst, struct ib_sa_path_rec *src) argument
120 ib_copy_path_rec_from_user(struct ib_sa_path_rec *dst, struct ib_user_path_rec *src) argument
[all...]
/drivers/infiniband/hw/qib/
H A Dqib_pio_copy.c49 const u64 *src = from; local
50 const u64 *end = src + (count >> 1);
52 while (src < end)
53 __raw_writeq(*src++, dst++);
55 __raw_writel(*(const u32 *)src, dst);
58 const u32 *src = from;
59 const u32 *end = src + count;
61 while (src < end)
62 __raw_writel(*src++, dst++);
/drivers/scsi/lpfc/
H A Dlpfc_compat.h38 lpfc_memcpy_to_slim(void __iomem *dest, void *src, unsigned int bytes) argument
46 src32 = (uint32_t *) src;
60 lpfc_memcpy_from_slim( void *dest, void __iomem *src, unsigned int bytes) argument
68 src32 = (uint32_t __iomem *) src;
83 lpfc_memcpy_to_slim( void __iomem *dest, void *src, unsigned int bytes) argument
86 __iowrite32_copy(dest, src, bytes / sizeof(uint32_t));
90 lpfc_memcpy_from_slim( void *dest, void __iomem *src, unsigned int bytes) argument
93 memcpy_fromio( dest, src, bytes);
/drivers/video/
H A Dsyscopyarea.c29 const unsigned long *src, int src_idx, int bits, unsigned n)
44 *dst = comp(*src, *dst, first);
49 *dst = comp(*src, *dst, first);
51 src++;
58 *dst++ = *src++;
59 *dst++ = *src++;
60 *dst++ = *src++;
61 *dst++ = *src++;
62 *dst++ = *src++;
63 *dst++ = *src
28 bitcpy(struct fb_info *p, unsigned long *dst, int dst_idx, const unsigned long *src, int src_idx, int bits, unsigned n) argument
169 bitcpy_rev(struct fb_info *p, unsigned long *dst, int dst_idx, const unsigned long *src, int src_idx, int bits, unsigned n) argument
320 unsigned long *dst = NULL, *src = NULL; local
[all...]
H A Dcfbcopyarea.c47 const unsigned long __iomem *src, int src_idx, int bits,
64 FB_WRITEL( comp( FB_READL(src), FB_READL(dst), first), dst);
70 FB_WRITEL( comp( FB_READL(src), FB_READL(dst), first), dst);
72 src++;
79 FB_WRITEL(FB_READL(src++), dst++);
80 FB_WRITEL(FB_READL(src++), dst++);
81 FB_WRITEL(FB_READL(src++), dst++);
82 FB_WRITEL(FB_READL(src++), dst++);
83 FB_WRITEL(FB_READL(src++), dst++);
84 FB_WRITEL(FB_READL(src
46 bitcpy(struct fb_info *p, unsigned long __iomem *dst, int dst_idx, const unsigned long __iomem *src, int src_idx, int bits, unsigned n, u32 bswapmask) argument
205 bitcpy_rev(struct fb_info *p, unsigned long __iomem *dst, int dst_idx, const unsigned long __iomem *src, int src_idx, int bits, unsigned n, u32 bswapmask) argument
374 unsigned long __iomem *dst = NULL, *src = NULL; local
[all...]
H A Dc2p.h13 extern void c2p_planar(void *dst, const void *src, u32 dx, u32 dy, u32 width,
17 extern void c2p_iplan2(void *dst, const void *src, u32 dx, u32 dy, u32 width,
H A Datafb_mfb.c28 u8 *src, *dest; local
32 src = (u8 *)info->screen_base + sy * (width >> 3);
34 fb_memmove(dest, src, height * (width >> 3));
36 src = (u8 *)info->screen_base + sy * next_line + (sx >> 3);
39 fb_memmove(dest, src, width >> 3);
40 src += next_line;
44 src = (u8 *)info->screen_base + (sy + height - 1) * next_line + (sx >> 3);
47 fb_memmove(dest, src, width >> 3);
48 src -= next_line;
/drivers/usb/gadget/
H A Dconfig.c27 * @src: Array of descriptor pointers, terminated by null pointer.
37 const struct usb_descriptor_header **src)
41 if (!src)
44 /* fill buffer from src[] until null descriptor ptr */
45 for (; NULL != *src; src++) {
46 unsigned len = (*src)->bLength;
50 memcpy(dest, *src, len);
112 * @src: null-terminated vector to copy
123 usb_copy_descriptors(struct usb_descriptor_header **src) argument
36 usb_descriptor_fillbuf(void *buf, unsigned buflen, const struct usb_descriptor_header **src) argument
[all...]
/drivers/isdn/hardware/eicon/
H A Ddiva.h13 const void *src, int length);
16 const void __user *src, int length);
21 int diva_xdi_write(void *adapter, void *os_handle, const void __user *src,
24 void *diva_xdi_open_adapter(void *os_handle, const void __user *src,
H A Dum_idi.h17 const void *src,
21 const void *src,
31 const void *src,
/drivers/media/video/s5p-tv/
H A Dmixer_vp_layer.c107 &layer->fmt->plane[0], layer->geo.src.full_width,
108 layer->geo.src.full_height);
114 luma_addr[1] = luma_addr[0] + layer->geo.src.full_width;
146 struct mxr_crop *src = &geo->src; local
159 dst->width = clamp(dst->width, 8U, 16 * src->full_width);
160 dst->height = clamp(dst->height, 1U, 16 * src->full_height);
171 x_center = src->x_offset + src->width / 2;
172 y_center = src
[all...]
H A Dmixer_grp_layer.c152 struct mxr_crop *src = &geo->src; local
179 dst->width = min(dst->width, 2 * src->full_width);
180 dst->height = min(dst->height, 2 * src->full_height);
192 x_center = src->x_offset + src->width / 2;
193 y_center = src->y_offset + src->height / 2;
195 if (src->full_width < dst->width)
196 src
[all...]
/drivers/misc/iwmc3200top/
H A Dlog.h92 #define LOG_CRITICAL(priv, src, fmt, args...) \
94 if (iwmct_logdefs[LOG_SRC_ ## src] & BIT(LOG_SEV_CRITICAL)) \
99 #define LOG_ERROR(priv, src, fmt, args...) \
101 if (iwmct_logdefs[LOG_SRC_ ## src] & BIT(LOG_SEV_ERROR)) \
106 #define LOG_WARNING(priv, src, fmt, args...) \
108 if (iwmct_logdefs[LOG_SRC_ ## src] & BIT(LOG_SEV_WARNING)) \
113 #define LOG_INFO(priv, src, fmt, args...) \
115 if (iwmct_logdefs[LOG_SRC_ ## src] & BIT(LOG_SEV_INFO)) \
120 #define LOG_TRACE(priv, src, fmt, args...) \
122 if (iwmct_logdefs[LOG_SRC_ ## src]
163 iwmct_log_set_filter(u8 src, u8 logmask) argument
164 iwmct_log_set_fw_filter(u8 src, u8 logmask) argument
[all...]
/drivers/media/video/s5p-mfc/
H A Ds5p_mfc_dec.h19 struct s5p_mfc_fmt *get_dec_def_fmt(bool src);
H A Ds5p_mfc_enc.h19 struct s5p_mfc_fmt *get_enc_def_fmt(bool src);
/drivers/staging/rtl8192u/ieee80211/
H A Dcrypto_compat.h16 struct scatterlist *src,
20 return tfm->crt_cipher.cit_encrypt(tfm, dst, src, nbytes);
26 struct scatterlist *src,
30 return tfm->crt_cipher.cit_decrypt(tfm, dst, src, nbytes);
14 crypto_cipher_encrypt(struct crypto_tfm *tfm, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) argument
24 crypto_cipher_decrypt(struct crypto_tfm *tfm, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) argument
H A Dcipher.c50 struct scatterlist *src,
67 scatterwalk_start(&walk_in, src);
99 static void cbc_process(struct crypto_tfm *tfm, u8 *dst, u8 *src, argument
109 tfm->crt_u.cipher.cit_xor_block(iv, src);
116 fn(crypto_tfm_ctx(tfm), buf, src); local
118 memcpy(iv, src, crypto_tfm_alg_blocksize(tfm));
124 static void ecb_process(struct crypto_tfm *tfm, u8 *dst, u8 *src, argument
127 fn(crypto_tfm_ctx(tfm), dst, src); local
144 struct scatterlist *src, unsigned int nbytes)
146 return crypt(tfm, dst, src, nbyte
48 crypt(struct crypto_tfm *tfm, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes, cryptfn_t crfn, procfn_t prfn, int enc, void *info) argument
142 ecb_encrypt(struct crypto_tfm *tfm, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) argument
151 ecb_decrypt(struct crypto_tfm *tfm, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) argument
161 cbc_encrypt(struct crypto_tfm *tfm, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) argument
171 cbc_encrypt_iv(struct crypto_tfm *tfm, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes, u8 *iv) argument
181 cbc_decrypt(struct crypto_tfm *tfm, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) argument
191 cbc_decrypt_iv(struct crypto_tfm *tfm, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes, u8 *iv) argument
201 nocrypt(struct crypto_tfm *tfm, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) argument
209 nocrypt_iv(struct crypto_tfm *tfm, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes, u8 *iv) argument
[all...]
/drivers/staging/sep/
H A DMakefile1 ccflags-y += -I$(srctree)/$(src)
/drivers/block/xen-blkback/
H A Dcommon.h239 struct blkif_x86_32_request *src)
242 dst->operation = src->operation;
243 switch (src->operation) {
248 dst->u.rw.nr_segments = src->u.rw.nr_segments;
249 dst->u.rw.handle = src->u.rw.handle;
250 dst->u.rw.id = src->u.rw.id;
251 dst->u.rw.sector_number = src->u.rw.sector_number;
256 dst->u.rw.seg[i] = src->u.rw.seg[i];
259 dst->u.discard.flag = src->u.discard.flag;
260 dst->u.discard.id = src
238 blkif_get_x86_32_req(struct blkif_request *dst, struct blkif_x86_32_request *src) argument
269 blkif_get_x86_64_req(struct blkif_request *dst, struct blkif_x86_64_request *src) argument
[all...]
/drivers/media/video/pwc/
H A Dpwc-uncompress.c40 u16 *src; local
72 src = (u16 *)yuv;
80 *dsty++ = *src++;
81 *dsty++ = *src++;
83 *dstv++ = *src++;
85 *dstu++ = *src++;
/drivers/scsi/aic7xxx/
H A Daic79xx_inline.h58 ahd_mode src, ahd_mode dst);
60 ahd_mode src,
64 ahd_mode *src, ahd_mode *dst);
66 void ahd_set_modes(struct ahd_softc *ahd, ahd_mode src,
76 ahd_known_modes(struct ahd_softc *ahd, ahd_mode src, ahd_mode dst) argument
78 ahd->src_mode = src;
80 ahd->saved_src_mode = src;
85 ahd_build_mode_state(struct ahd_softc *ahd, ahd_mode src, ahd_mode dst) argument
87 return ((src << SRC_MODE_SHIFT) | (dst << DST_MODE_SHIFT));
92 ahd_mode *src, ahd_mod
91 ahd_extract_mode_state(struct ahd_softc *ahd, ahd_mode_state state, ahd_mode *src, ahd_mode *dst) argument
[all...]
H A DMakefile57 $(obj)/aic7xxx_seq.h: $(src)/aic7xxx.seq $(src)/aic7xxx.reg $(obj)/aicasm/aicasm
58 $(obj)/aicasm/aicasm -I$(src) -r $(obj)/aic7xxx_reg.h \
60 $(src)/aic7xxx.seq
64 $(obj)/aic7xxx_reg_print.c: $(src)/aic7xxx_reg_print.c_shipped
74 $(obj)/aic79xx_seq.h: $(src)/aic79xx.seq $(src)/aic79xx.reg $(obj)/aicasm/aicasm
75 $(obj)/aicasm/aicasm -I$(src) -r $(obj)/aic79xx_reg.h \
77 $(src)/aic79xx.seq
81 $(obj)/aic79xx_reg_print.c: $(src)/aic79xx_reg_prin
[all...]
/drivers/video/console/
H A Dfbcon_rotate.c26 const u8 *src; local
33 src = ops->fontdata = vc->vc_font.data;
35 len = (!ops->p->userfont) ? 256 : FNTCHARCNT(src);
67 rotate_ud(src, dst, vc->vc_font.width,
70 src += s_cellsize;
76 rotate_cw(src, dst, vc->vc_font.width,
78 src += s_cellsize;
84 rotate_ccw(src, dst, vc->vc_font.width,
86 src += s_cellsize;
H A Dsoftcursor.c29 u8 *src, *dst; local
49 src = ops->cursor_src + sizeof(struct fb_image);
62 src[i] = image->data[i] ^ cursor->mask[i];
67 src[i] = image->data[i] & cursor->mask[i];
71 memcpy(src, image->data, dsize);
73 fb_pad_aligned_buffer(dst, d_pitch, src, s_pitch, image->height);
/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_crypto.h77 void (*cia_encrypt)(void *ctx, u8 *dst, const u8 *src);
78 void (*cia_decrypt)(void *ctx, u8 *dst, const u8 *src);
93 int (*coa_compress)(void *ctx, const u8 *src, unsigned int slen,
95 int (*coa_decompress)(void *ctx, const u8 *src, unsigned int slen,
145 struct scatterlist *src,
149 struct scatterlist *src,
153 struct scatterlist *src,
157 struct scatterlist *src,
159 void (*cit_xor_block)(u8 *dst, const u8 *src);
175 const u8 *src, unsigne
314 crypto_cipher_encrypt(struct crypto_tfm *tfm, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) argument
323 crypto_cipher_encrypt_iv(struct crypto_tfm *tfm, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes, u8 *iv) argument
333 crypto_cipher_decrypt(struct crypto_tfm *tfm, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes) argument
342 crypto_cipher_decrypt_iv(struct crypto_tfm *tfm, struct scatterlist *dst, struct scatterlist *src, unsigned int nbytes, u8 *iv) argument
352 crypto_cipher_set_iv(struct crypto_tfm *tfm, const u8 *src, unsigned int len) argument
366 crypto_comp_compress(struct crypto_tfm *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) argument
374 crypto_comp_decompress(struct crypto_tfm *tfm, const u8 *src, unsigned int slen, u8 *dst, unsigned int *dlen) argument
[all...]

Completed in 2540 milliseconds

1234567891011>>