/linux/drivers/phy/ |
A D | phy-xgene.c | 109 #define CFG_IND_ADDR_SET(dst, src) \ argument 114 #define I_RESET_B_SET(dst, src) \ argument 116 #define I_PLL_FBDIV_SET(dst, src) \ argument 118 #define I_CUSTOMEROV_SET(dst, src) \ argument 132 #define CMU_REG1_PLL_CP_SET(dst, src) \ argument 144 #define CMU_REG2_PLL_LFRES_SET(dst, src) \ argument 146 #define CMU_REG2_PLL_FBDIV_SET(dst, src) \ argument 149 #define CMU_REG3_VCOVARSEL_SET(dst, src) \ argument 298 #define RXTX_REG5_TX_CN1_SET(dst, src) \ argument 300 #define RXTX_REG5_TX_CP1_SET(dst, src) \ argument [all …]
|
/linux/include/net/ |
A D | dst.h | 167 dst_metric_advmss(const struct dst_entry *dst) in dst_metric_advmss() 192 dst_feature(const struct dst_entry *dst, u32 feature) in dst_feature() 199 static inline u32 dst_mtu(const struct dst_entry *dst) in dst_mtu() 211 dst_allfrag(const struct dst_entry *dst) in dst_allfrag() 223 static inline void dst_hold(struct dst_entry *dst) in dst_hold() 313 struct dst_entry *dst = skb_dst(skb); in skb_dst_force() local 373 const struct dst_entry *dst; in dst_tclassid() local 395 static inline void dst_confirm(struct dst_entry *dst) in dst_confirm() 427 struct dst_entry *dst = skb_dst(skb); in dst_link_failure() local 540 struct dst_entry *dst = skb_dst(skb); in skb_dst_update_pmtu() local [all …]
|
/linux/net/core/ |
A D | dst.c | 47 void dst_init(struct dst_entry *dst, struct dst_ops *ops, in dst_init() 81 struct dst_entry *dst; in dst_alloc() local 102 struct dst_entry *dst_destroy(struct dst_entry * dst) in dst_destroy() 152 void dst_dev_put(struct dst_entry *dst) in dst_dev_put() 167 void dst_release(struct dst_entry *dst) in dst_release() 182 void dst_release_immediate(struct dst_entry *dst) in dst_release_immediate() 197 u32 *dst_cow_metrics_generic(struct dst_entry *dst, unsigned long old) in dst_cow_metrics_generic() 255 void dst_blackhole_update_pmtu(struct dst_entry *dst, struct sock *sk, in dst_blackhole_update_pmtu() 262 void dst_blackhole_redirect(struct dst_entry *dst, struct sock *sk, in dst_blackhole_redirect() 268 unsigned int dst_blackhole_mtu(const struct dst_entry *dst) in dst_blackhole_mtu() [all …]
|
A D | dst_cache.c | 19 struct dst_entry *dst; member 28 struct dst_entry *dst, u32 cookie) in dst_cache_per_cpu_dst_set() 41 struct dst_entry *dst; in dst_cache_per_cpu_get() local 75 struct dst_entry *dst; in dst_cache_get_ip4() local 90 void dst_cache_set_ip4(struct dst_cache *dst_cache, struct dst_entry *dst, in dst_cache_set_ip4() 105 void dst_cache_set_ip6(struct dst_cache *dst_cache, struct dst_entry *dst, in dst_cache_set_ip6() 124 struct dst_entry *dst; in dst_cache_get_ip6() local 176 struct dst_entry *dst = idst->dst; in dst_cache_reset_now() local
|
/linux/net/dsa/ |
A D | dsa2.c | 61 struct dsa_switch_tree *dst; in dsa_broadcast() local 134 struct dsa_switch_tree *dst; in dsa_bridge_num_find() local 179 struct dsa_switch_tree *dst; in dsa_switch_find() local 200 struct dsa_switch_tree *dst; in dsa_tree_find() local 211 struct dsa_switch_tree *dst; in dsa_tree_alloc() local 249 struct dsa_switch_tree *dst; in dsa_tree_touch() local 260 struct dsa_switch_tree *dst; in dsa_tree_release() local 289 struct dsa_switch_tree *dst; in dsa_link_touch() local 314 struct dsa_switch_tree *dst = ds->dst; in dsa_port_setup_routing_table() local 802 struct dsa_switch_tree *dst = ds->dst; in dsa_switch_setup_tag_protocol() local [all …]
|
/linux/mm/ |
A D | maccess.c | 17 #define copy_from_kernel_nofault_loop(dst, src, len, type, err_label) \ argument 25 long copy_from_kernel_nofault(void *dst, const void *src, size_t size) in copy_from_kernel_nofault() 51 #define copy_to_kernel_nofault_loop(dst, src, len, type, err_label) \ argument 59 long copy_to_kernel_nofault(void *dst, const void *src, size_t size) in copy_to_kernel_nofault() 81 long strncpy_from_kernel_nofault(char *dst, const void *unsafe_addr, long count) in strncpy_from_kernel_nofault() 121 long copy_from_kernel_nofault(void *dst, const void *src, size_t size) in copy_from_kernel_nofault() 151 long copy_to_kernel_nofault(void *dst, const void *src, size_t size) in copy_to_kernel_nofault() 186 long strncpy_from_kernel_nofault(char *dst, const void *unsafe_addr, long count) in strncpy_from_kernel_nofault() 221 long copy_from_user_nofault(void *dst, const void __user *src, size_t size) in copy_from_user_nofault() 248 long copy_to_user_nofault(void __user *dst, const void *src, size_t size) in copy_to_user_nofault() [all …]
|
/linux/arch/mips/net/ |
A D | bpf_jit_comp64.c | 98 static void emit_sext(struct jit_context *ctx, u8 dst, u8 src) in emit_sext() 105 static void emit_zext(struct jit_context *ctx, u8 dst) in emit_zext() 117 static void emit_zext_ver(struct jit_context *ctx, u8 dst) in emit_zext_ver() 124 static void emit_mov_i64(struct jit_context *ctx, u8 dst, u64 imm64) in emit_mov_i64() 158 static void emit_alu_i64(struct jit_context *ctx, u8 dst, s32 imm, u8 op) in emit_alu_i64() 201 static void emit_alu_r64(struct jit_context *ctx, u8 dst, u8 src, u8 op) in emit_alu_r64() 259 static void emit_swap_r64(struct jit_context *ctx, u8 dst, u8 mask, u32 bits) in emit_swap_r64() 271 static void emit_bswap_r64(struct jit_context *ctx, u8 dst, u32 width) in emit_bswap_r64() 313 static void emit_trunc_r64(struct jit_context *ctx, u8 dst, u32 width) in emit_trunc_r64() 379 u8 dst, u8 src, s16 off, u8 code) in emit_atomic_r64() [all …]
|
A D | bpf_jit_comp32.c | 202 const u8 dst[], s32 imm, u8 op) in emit_alu_i64() 268 const u8 dst[], const u8 src[], u8 op) in emit_alu_r64() 322 const u8 dst[], u32 imm, u8 op) in emit_shift_i64() 367 const u8 dst[], u8 src, u8 op) in emit_shift_r64() 475 const u8 dst[], const u8 src[]) in emit_mul_r64() 526 const u8 dst[], const u8 src[], u8 op) in emit_divmod_r64() 655 const u8 dst[], u8 src, s16 off, u8 size) in emit_ldx() 715 u8 dst, u8 src, s16 off, u8 code) in emit_atomic_r32() 910 u8 dst, const u8 src[], s16 off) in emit_cmpxchg_r64() 1093 const u8 dst[], s32 imm, s32 off, u8 op) in emit_jmp_i64() [all …]
|
/linux/arch/x86/crypto/ |
A D | serpent-sse2.h | 17 static inline void serpent_enc_blk_xway(const void *ctx, u8 *dst, const u8 *src) in serpent_enc_blk_xway() 23 u8 *dst, const u8 *src) in serpent_enc_blk_xway_xor() 28 static inline void serpent_dec_blk_xway(const void *ctx, u8 *dst, const u8 *src) in serpent_dec_blk_xway() 42 static inline void serpent_enc_blk_xway(const void *ctx, u8 *dst, const u8 *src) in serpent_enc_blk_xway() 48 u8 *dst, const u8 *src) in serpent_enc_blk_xway_xor() 53 static inline void serpent_dec_blk_xway(const void *ctx, u8 *dst, const u8 *src) in serpent_dec_blk_xway()
|
A D | blowfish_glue.c | 30 static inline void blowfish_enc_blk(struct bf_ctx *ctx, u8 *dst, const u8 *src) in blowfish_enc_blk() 35 static inline void blowfish_enc_blk_xor(struct bf_ctx *ctx, u8 *dst, in blowfish_enc_blk_xor() 41 static inline void blowfish_enc_blk_4way(struct bf_ctx *ctx, u8 *dst, in blowfish_enc_blk_4way() 47 static inline void blowfish_enc_blk_xor_4way(struct bf_ctx *ctx, u8 *dst, in blowfish_enc_blk_xor_4way() 53 static void blowfish_encrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in blowfish_encrypt() 58 static void blowfish_decrypt(struct crypto_tfm *tfm, u8 *dst, const u8 *src) in blowfish_decrypt() 132 u64 *dst = (u64 *)walk->dst.virt.addr; in __cbc_encrypt() local 173 u64 *dst = (u64 *)walk->dst.virt.addr; in __cbc_decrypt() local
|
/linux/sound/pcmcia/pdaudiocf/ |
A D | pdaudiocf_irq.c | 41 static inline void pdacf_transfer_mono16(u16 *dst, u16 xor, unsigned int size, unsigned long rdp_po… in pdacf_transfer_mono16() 49 static inline void pdacf_transfer_mono32(u32 *dst, u32 xor, unsigned int size, unsigned long rdp_po… in pdacf_transfer_mono32() 61 static inline void pdacf_transfer_stereo16(u16 *dst, u16 xor, unsigned int size, unsigned long rdp_… in pdacf_transfer_stereo16() 69 static inline void pdacf_transfer_stereo32(u32 *dst, u32 xor, unsigned int size, unsigned long rdp_… in pdacf_transfer_stereo32() 82 static inline void pdacf_transfer_mono16sw(u16 *dst, u16 xor, unsigned int size, unsigned long rdp_… in pdacf_transfer_mono16sw() 90 static inline void pdacf_transfer_mono32sw(u32 *dst, u32 xor, unsigned int size, unsigned long rdp_… in pdacf_transfer_mono32sw() 102 static inline void pdacf_transfer_stereo16sw(u16 *dst, u16 xor, unsigned int size, unsigned long rd… in pdacf_transfer_stereo16sw() 110 static inline void pdacf_transfer_stereo32sw(u32 *dst, u32 xor, unsigned int size, unsigned long rd… in pdacf_transfer_stereo32sw() 123 static inline void pdacf_transfer_mono24le(u8 *dst, u16 xor, unsigned int size, unsigned long rdp_p… in pdacf_transfer_mono24le() 139 static inline void pdacf_transfer_mono24be(u8 *dst, u16 xor, unsigned int size, unsigned long rdp_p… in pdacf_transfer_mono24be() [all …]
|
/linux/arch/mips/include/asm/ |
A D | ftrace.h | 22 #define safe_load(load, src, dst, error) \ argument 44 #define safe_store(store, src, dst, error) \ argument 66 #define safe_load_code(dst, src, error) \ argument 68 #define safe_store_code(src, dst, error) \ argument 71 #define safe_load_stack(dst, src, error) \ argument 74 #define safe_store_stack(src, dst, error) \ argument
|
/linux/drivers/infiniband/hw/vmw_pvrdma/ |
A D | pvrdma_misc.c | 224 void pvrdma_qp_cap_to_ib(struct ib_qp_cap *dst, const struct pvrdma_qp_cap *src) in pvrdma_qp_cap_to_ib() 233 void ib_qp_cap_to_pvrdma(struct pvrdma_qp_cap *dst, const struct ib_qp_cap *src) in ib_qp_cap_to_pvrdma() 242 void pvrdma_gid_to_ib(union ib_gid *dst, const union pvrdma_gid *src) in pvrdma_gid_to_ib() 248 void ib_gid_to_pvrdma(union pvrdma_gid *dst, const union ib_gid *src) in ib_gid_to_pvrdma() 254 void pvrdma_global_route_to_ib(struct ib_global_route *dst, in pvrdma_global_route_to_ib() 264 void ib_global_route_to_pvrdma(struct pvrdma_global_route *dst, in ib_global_route_to_pvrdma() 274 void pvrdma_ah_attr_to_rdma(struct rdma_ah_attr *dst, in pvrdma_ah_attr_to_rdma() 288 void rdma_ah_attr_to_pvrdma(struct pvrdma_ah_attr *dst, in rdma_ah_attr_to_pvrdma()
|
/linux/drivers/char/hw_random/ |
A D | xgene-rng.c | 53 #define MAX_REFILL_CYCLES_SET(dst, src) \ argument 55 #define MIN_REFILL_CYCLES_SET(dst, src) \ argument 57 #define ALARM_THRESHOLD_SET(dst, src) \ argument 59 #define ENABLE_RNG_SET(dst, src) \ argument 61 #define REGSPEC_TEST_MODE_SET(dst, src) \ argument 63 #define MONOBIT_FAIL_MASK_SET(dst, src) \ argument 65 #define POKER_FAIL_MASK_SET(dst, src) \ argument 67 #define LONG_RUN_FAIL_MASK_SET(dst, src) \ argument 69 #define RUN_FAIL_MASK_SET(dst, src) \ argument 71 #define NOISE_FAIL_MASK_SET(dst, src) \ argument [all …]
|
/linux/include/linux/ |
A D | bitmap.h | 241 static inline void bitmap_zero(unsigned long *dst, unsigned int nbits) in bitmap_zero() 247 static inline void bitmap_fill(unsigned long *dst, unsigned int nbits) in bitmap_fill() 253 static inline void bitmap_copy(unsigned long *dst, const unsigned long *src, in bitmap_copy() 263 static inline void bitmap_copy_clear_tail(unsigned long *dst, in bitmap_copy_clear_tail() 289 static inline int bitmap_and(unsigned long *dst, const unsigned long *src1, in bitmap_and() 297 static inline void bitmap_or(unsigned long *dst, const unsigned long *src1, in bitmap_or() 306 static inline void bitmap_xor(unsigned long *dst, const unsigned long *src1, in bitmap_xor() 315 static inline int bitmap_andnot(unsigned long *dst, const unsigned long *src1, in bitmap_andnot() 323 static inline void bitmap_complement(unsigned long *dst, const unsigned long *src, in bitmap_complement() 457 static inline void bitmap_replace(unsigned long *dst, in bitmap_replace() [all …]
|
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()
|
A D | string_helpers.h | 39 static inline int string_unescape_any(char *src, char *dst, size_t size) in string_unescape_any() 68 char *dst, size_t osz, const char *only) in string_escape_mem_any_np() 73 static inline int string_escape_str(const char *src, char *dst, size_t sz, in string_escape_str() 79 static inline int string_escape_str_any_np(const char *src, char *dst, in string_escape_str_any_np() 85 static inline void string_upper(char *dst, const char *src) in string_upper() 92 static inline void string_lower(char *dst, const char *src) in string_lower()
|
A D | task_io_accounting_ops.h | 49 static inline void task_blk_io_accounting_add(struct task_io_accounting *dst, in task_blk_io_accounting_add() 85 static inline void task_blk_io_accounting_add(struct task_io_accounting *dst, in task_blk_io_accounting_add() 93 static inline void task_chr_io_accounting_add(struct task_io_accounting *dst, in task_chr_io_accounting_add() 102 static inline void task_chr_io_accounting_add(struct task_io_accounting *dst, in task_chr_io_accounting_add() 108 static inline void task_io_accounting_add(struct task_io_accounting *dst, in task_io_accounting_add()
|
/linux/lib/ |
A D | string_helpers.c | 133 static bool unescape_space(char **src, char **dst) in unescape_space() 161 static bool unescape_octal(char **src, char **dst) in unescape_octal() 180 static bool unescape_hex(char **src, char **dst) in unescape_hex() 204 static bool unescape_special(char **src, char **dst) in unescape_special() 303 static bool escape_passthrough(unsigned char c, char **dst, char *end) in escape_passthrough() 313 static bool escape_space(unsigned char c, char **dst, char *end) in escape_space() 349 static bool escape_special(unsigned char c, char **dst, char *end) in escape_special() 382 static bool escape_null(unsigned char c, char **dst, char *end) in escape_null() 400 static bool escape_octal(unsigned char c, char **dst, char *end) in escape_octal() 421 static bool escape_hex(unsigned char c, char **dst, char *end) in escape_hex() [all …]
|
/linux/net/bridge/ |
A D | br_nf_core.c | 24 static void fake_update_pmtu(struct dst_entry *dst, struct sock *sk, in fake_update_pmtu() 30 static void fake_redirect(struct dst_entry *dst, struct sock *sk, in fake_redirect() 35 static u32 *fake_cow_metrics(struct dst_entry *dst, unsigned long old) in fake_cow_metrics() 40 static struct neighbour *fake_neigh_lookup(const struct dst_entry *dst, in fake_neigh_lookup() 47 static unsigned int fake_mtu(const struct dst_entry *dst) in fake_mtu()
|
/linux/drivers/media/platform/allegro-dvt/ |
A D | allegro-mail.c | 44 allegro_enc_init(u32 *dst, struct mcu_msg_init_request *msg) in allegro_enc_init() 88 allegro_encode_config_blob(u32 *dst, struct create_channel_param *param) in allegro_encode_config_blob() 233 allegro_enc_create_channel(u32 *dst, struct mcu_msg_create_channel *msg) in allegro_enc_create_channel() 271 allegro_enc_destroy_channel(u32 *dst, struct mcu_msg_destroy_channel *msg) in allegro_enc_destroy_channel() 281 allegro_enc_push_buffers(u32 *dst, struct mcu_msg_push_buffers_internal *msg) in allegro_enc_push_buffers() 301 allegro_enc_put_stream_buffer(u32 *dst, in allegro_enc_put_stream_buffer() 318 allegro_enc_encode_frame(u32 *dst, struct mcu_msg_encode_frame *msg) in allegro_enc_encode_frame() 468 ssize_t allegro_encode_mail(u32 *dst, void *msg) in allegro_encode_mail()
|
/linux/drivers/infiniband/core/ |
A D | uverbs_marshall.c | 63 struct ib_uverbs_ah_attr *dst, in ib_copy_ah_attr_to_user() 97 struct ib_uverbs_qp_attr *dst, in ib_copy_qp_attr_to_user() 136 static void __ib_copy_path_rec_to_user(struct ib_user_path_rec *dst, in __ib_copy_path_rec_to_user() 161 void ib_copy_path_rec_to_user(struct ib_user_path_rec *dst, in ib_copy_path_rec_to_user() 175 void ib_copy_path_rec_from_user(struct sa_path_rec *dst, in ib_copy_path_rec_from_user()
|
/linux/drivers/gpu/drm/ |
A D | drm_format_helper.c | 36 void drm_fb_memcpy(void *dst, void *vaddr, struct drm_framebuffer *fb, in drm_fb_memcpy() 63 void drm_fb_memcpy_dstclip(void __iomem *dst, unsigned int dst_pitch, in drm_fb_memcpy_dstclip() 96 void drm_fb_swab(void *dst, void *src, struct drm_framebuffer *fb, in drm_fb_swab() 163 void drm_fb_xrgb8888_to_rgb332(void *dst, void *src, struct drm_framebuffer *fb, in drm_fb_xrgb8888_to_rgb332() 220 void drm_fb_xrgb8888_to_rgb565(void *dst, void *vaddr, in drm_fb_xrgb8888_to_rgb565() 265 void drm_fb_xrgb8888_to_rgb565_dstclip(void __iomem *dst, unsigned int dst_pitch, in drm_fb_xrgb8888_to_rgb565_dstclip() 316 void drm_fb_xrgb8888_to_rgb888(void *dst, void *src, struct drm_framebuffer *fb, in drm_fb_xrgb8888_to_rgb888() 355 void drm_fb_xrgb8888_to_rgb888_dstclip(void __iomem *dst, unsigned int dst_pitch, in drm_fb_xrgb8888_to_rgb888_dstclip() 397 void drm_fb_xrgb8888_to_gray8(u8 *dst, void *vaddr, struct drm_framebuffer *fb, in drm_fb_xrgb8888_to_gray8() 455 int drm_fb_blit_rect_dstclip(void __iomem *dst, unsigned int dst_pitch, in drm_fb_blit_rect_dstclip() [all …]
|
/linux/arch/x86/include/asm/ |
A D | uaccess_64.h | 50 raw_copy_from_user(void *dst, const void __user *src, unsigned long size) in raw_copy_from_user() 56 raw_copy_to_user(void __user *dst, const void *src, unsigned long size) in raw_copy_to_user() 69 __copy_from_user_inatomic_nocache(void *dst, const void __user *src, in __copy_from_user_inatomic_nocache() 77 __copy_from_user_flushcache(void *dst, const void __user *src, unsigned size) in __copy_from_user_flushcache()
|
/linux/crypto/ |
A D | lz4.c | 54 u8 *dst, unsigned int *dlen, void *ctx) in __lz4_compress_crypto() 67 unsigned int slen, u8 *dst, unsigned int *dlen, in lz4_scompress() 74 unsigned int slen, u8 *dst, unsigned int *dlen) in lz4_compress_crypto() 82 u8 *dst, unsigned int *dlen, void *ctx) in __lz4_decompress_crypto() 94 unsigned int slen, u8 *dst, unsigned int *dlen, in lz4_sdecompress() 101 unsigned int slen, u8 *dst, in lz4_decompress_crypto()
|