Home
last modified time | relevance | path

Searched defs:dst (Results 1 – 25 of 1660) sorted by relevance

12345678910>>...67

/linux/drivers/phy/
H A Dphy-xgene.c95 #define REGSPEC_CFG_I_TX_WORDMODE0_SET(dst, src) \ argument
97 #define REGSPEC_CFG_I_RX_WORDMODE0_SET(dst, src) \ argument
100 #define REGSPEC_CFG_I_CUSTOMER_PIN_MODE0_SET(dst, src) \ argument
103 #define CFG_I_SPD_SEL_CDR_OVR1_SET(dst, src) \ argument
110 #define CFG_IND_ADDR_SET(dst, src) \ argument
115 #define I_RESET_B_SET(dst, src) \ argument
117 #define I_PLL_FBDIV_SET(dst, src) \ argument
119 #define I_CUSTOMEROV_SET(dst, src) \ argument
127 #define CMU_REG0_PLL_REF_SEL_SET(dst, src) \ argument
130 #define CMU_REG0_CAL_COUNT_RESOL_SET(dst, src) \ argument
[all …]
/linux/net/core/
H A Ddst.c47 void dst_init(struct dst_entry *dst, struct dst_ops *ops, in dst_init()
82 struct dst_entry *dst; in dst_alloc() local
99 static void dst_destroy(struct dst_entry *dst) in dst_destroy()
130 struct dst_entry *dst = container_of(head, struct dst_entry, rcu_head); in dst_destroy_rcu() local
144 void dst_dev_put(struct dst_entry *dst) in dst_dev_put()
159 static void dst_count_dec(struct dst_entry *dst) in dst_count_dec()
165 void dst_release(struct dst_entry *dst) in dst_release()
182 void dst_release_immediate(struct dst_entry *dst) in dst_release_immediate()
191 u32 *dst_cow_metrics_generic(struct dst_entry *dst, unsigned long old) in dst_cow_metrics_generic()
221 void __dst_destroy_metrics_generic(struct dst_entry *dst, unsigned long old) in __dst_destroy_metrics_generic()
[all …]
H A Ddst_cache.c19 struct dst_entry *dst; member
29 struct dst_entry *dst, u32 cookie) in dst_cache_per_cpu_dst_set()
43 struct dst_entry *dst; in dst_cache_per_cpu_get() local
69 struct dst_entry *dst; in dst_cache_get() local
84 struct dst_entry *dst; in dst_cache_get_ip4() local
103 void dst_cache_set_ip4(struct dst_cache *dst_cache, struct dst_entry *dst, in dst_cache_set_ip4()
120 void dst_cache_set_ip6(struct dst_cache *dst_cache, struct dst_entry *dst, in dst_cache_set_ip6()
142 struct dst_entry *dst; in dst_cache_get_ip6() local
203 struct dst_entry *dst = idst->dst; in dst_cache_reset_now() local
/linux/include/net/
H A Ddst.h112 static inline bool dst_metrics_read_only(const struct dst_entry *dst) in dst_metrics_read_only()
119 static inline void dst_destroy_metrics_generic(struct dst_entry *dst) in dst_destroy_metrics_generic()
126 static inline u32 *dst_metrics_write_ptr(struct dst_entry *dst) in dst_metrics_write_ptr()
140 static inline void dst_init_metrics(struct dst_entry *dst, in dst_init_metrics()
159 static inline u32 *dst_metrics_ptr(struct dst_entry *dst) in dst_metrics_ptr()
165 dst_metric_raw(const struct dst_entry *dst, const int metric) in dst_metric_raw()
173 dst_metric(const struct dst_entry *dst, const int metric) in dst_metric()
182 dst_metric_advmss(const struct dst_entry *dst) in dst_metric_advmss()
192 static inline void dst_metric_set(struct dst_entry *dst, int metric, u32 val) in dst_metric_set()
207 dst_feature(const struct dst_entry *dst, u32 feature) in dst_feature()
[all …]
/linux/net/dsa/
H A Ddsa.c63 void dsa_lag_map(struct dsa_switch_tree *dst, struct dsa_lag *lag) in dsa_lag_map()
91 void dsa_lag_unmap(struct dsa_switch_tree *dst, struct dsa_lag *lag) in dsa_lag_unmap()
104 struct dsa_lag *dsa_tree_lag_find(struct dsa_switch_tree *dst, in dsa_tree_lag_find()
116 struct dsa_bridge *dsa_tree_bridge_find(struct dsa_switch_tree *dst, in dsa_tree_bridge_find()
130 struct dsa_switch_tree *dst; in dsa_bridge_num_find() local
181 struct dsa_switch_tree *dst; in dsa_switch_find() local
202 struct dsa_switch_tree *dst; in dsa_tree_find() local
213 struct dsa_switch_tree *dst; in dsa_tree_alloc() local
233 static void dsa_tree_free(struct dsa_switch_tree *dst) in dsa_tree_free()
241 static struct dsa_switch_tree *dsa_tree_get(struct dsa_switch_tree *dst) in dsa_tree_get()
[all …]
/linux/arch/mips/net/
H A Dbpf_jit_comp32.c174 static void emit_mov_se_i64(struct jit_context *ctx, const u8 dst[], s32 imm) in emit_mov_se_i64()
185 static void emit_zext_ver(struct jit_context *ctx, const u8 dst[]) in emit_zext_ver()
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()
310 static void emit_neg_i64(struct jit_context *ctx, const u8 dst[]) in emit_neg_i64()
322 const u8 dst[], u32 imm, u8 op) in emit_shift_i64()
367 const u8 dst[], u8 src, u8 op) in emit_shift_r64()
423 static void emit_mul_i64(struct jit_context *ctx, const u8 dst[], s32 imm) in emit_mul_i64()
475 const u8 dst[], const u8 src[]) in emit_mul_r64()
526 const u8 dst[], const u8 src[], u8 op) in emit_divmod_r64()
[all …]
H A Dbpf_jit_comp64.c98 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()
262 static void emit_swap_r64(struct jit_context *ctx, u8 dst, u8 mask, u32 bits) in emit_swap_r64()
274 static void emit_bswap_r64(struct jit_context *ctx, u8 dst, u32 width) in emit_bswap_r64()
316 static void emit_trunc_r64(struct jit_context *ctx, u8 dst, u32 width) in emit_trunc_r64()
334 static void emit_ldx(struct jit_context *ctx, u8 dst, u8 src, s16 off, u8 size) in emit_ldx()
[all …]
/linux/sound/pcmcia/pdaudiocf/
H A Dpdaudiocf_irq.c41 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/mm/
H A Dmaccess.c20 #define copy_from_kernel_nofault_loop(dst, src, len, type, err_label) \ argument
29 long copy_from_kernel_nofault(void *dst, const void *src, size_t size) in copy_from_kernel_nofault()
55 #define copy_to_kernel_nofault_loop(dst, src, len, type, err_label) \ argument
64 long copy_to_kernel_nofault(void *dst, const void *src, size_t size) in copy_to_kernel_nofault()
86 long strncpy_from_kernel_nofault(char *dst, const void *unsafe_addr, long count) in strncpy_from_kernel_nofault()
120 long copy_from_user_nofault(void *dst, const void __user *src, size_t size) in copy_from_user_nofault()
149 long copy_to_user_nofault(void __user *dst, const void *src, size_t size) in copy_to_user_nofault()
183 long strncpy_from_user_nofault(char *dst, const void __user *unsafe_addr, in strncpy_from_user_nofault()
/linux/arch/x86/crypto/
H A Dserpent-sse2.h17 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()
/linux/arch/mips/include/asm/
H A Dftrace.h22 #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/
H A Dpvrdma_misc.c224 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/include/linux/
H A Dlinkmode.h8 static inline void linkmode_zero(unsigned long *dst) in linkmode_zero()
13 static inline void linkmode_fill(unsigned long *dst) in linkmode_fill()
18 static inline void linkmode_copy(unsigned long *dst, const unsigned long *src) in linkmode_copy()
23 static inline void linkmode_and(unsigned long *dst, const unsigned long *a, in linkmode_and()
29 static inline void linkmode_or(unsigned long *dst, const unsigned long *a, in linkmode_or()
40 static inline bool linkmode_andnot(unsigned long *dst, in linkmode_andnot()
H A Dbitmap.h231 static __always_inline void bitmap_zero(unsigned long *dst, unsigned int nbits) in bitmap_zero()
241 static __always_inline void bitmap_fill(unsigned long *dst, unsigned int nbits) in bitmap_fill()
252 void bitmap_copy(unsigned long *dst, const unsigned long *src, unsigned int nbits) in bitmap_copy()
266 void bitmap_copy_clear_tail(unsigned long *dst, const unsigned long *src, unsigned int nbits) in bitmap_copy_clear_tail()
322 bool bitmap_and(unsigned long *dst, const unsigned long *src1, in bitmap_and()
331 void bitmap_or(unsigned long *dst, const unsigned long *src1, in bitmap_or()
341 void bitmap_xor(unsigned long *dst, const unsigned long *src1, in bitmap_xor()
351 bool bitmap_andnot(unsigned long *dst, const unsigned long *src1, in bitmap_andnot()
360 void bitmap_complement(unsigned long *dst, const unsigned long *src, unsigned int nbits) in bitmap_complement()
500 void bitmap_shift_right(unsigned long *dst, const unsigned long *src, in bitmap_shift_right()
[all …]
H A Dtask_io_accounting_ops.h49 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()
H A Duuid.h51 static inline void guid_copy(guid_t *dst, const guid_t *src) in guid_copy()
56 static inline void import_guid(guid_t *dst, const __u8 *src) in import_guid()
61 static inline void export_guid(__u8 *dst, const guid_t *src) in export_guid()
76 static inline void uuid_copy(uuid_t *dst, const uuid_t *src) in uuid_copy()
81 static inline void import_uuid(uuid_t *dst, const __u8 *src) in import_uuid()
86 static inline void export_uuid(__u8 *dst, const uuid_t *src) in export_uuid()
/linux/arch/xtensa/lib/
H A Dumulsidi3.S75 #define do_mul(dst, xreg, xhalf, yreg, yhalf) \ argument
80 #define do_mul(dst, xreg, xhalf, yreg, yhalf) \ argument
93 #define do_mul(dst, xreg, xhalf, yreg, yhalf) \ argument
99 #define set_arg_l(dst, src) \ argument
101 #define set_arg_h(dst, src) \ argument
105 #define do_mul(dst, xreg, xhalf, yreg, yhalf) \ argument
111 #define do_mul(dst, xreg, xhalf, yreg, yhalf) \ argument
/linux/drivers/video/fbdev/core/
H A Dfb_copyarea.h36 const struct fb_address *dst, in fb_copy_offset_masked()
43 static inline void fb_copy_offset(int offset, const struct fb_address *dst, in fb_copy_offset()
50 static inline void fb_copy_aligned_fwd(const struct fb_address *dst, in fb_copy_aligned_fwd()
96 static inline void fb_copy_aligned_rev(const struct fb_address *dst, in fb_copy_aligned_rev()
140 static inline void fb_copy_aligned(struct fb_address *dst, struct fb_address *src, in fb_copy_aligned()
158 static __always_inline void fb_copy_fwd(const struct fb_address *dst, in fb_copy_fwd()
253 static __always_inline void fb_copy_rev(const struct fb_address *dst, in fb_copy_rev()
348 static __always_inline void fb_copy(struct fb_address *dst, struct fb_address *src, in fb_copy()
385 struct fb_address dst = fb_address_init(p); in fb_copyarea() local
/linux/net/bridge/
H A Dbr_nf_core.c24 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/tools/include/nolibc/
H A Dstring.h40 void *memmove(void *dst, const void *src, size_t len) in memmove()
65 void *memcpy(void *dst, const void *src, size_t len) in memcpy()
83 void *memset(void *dst, int b, size_t len) in memset()
119 char *strcpy(char *dst, const char *src) in strcpy()
196 size_t strlcat(char *dst, const char *src, size_t size) in strlcat()
222 size_t strlcpy(char *dst, const char *src, size_t size) in strlcpy()
241 char *strncat(char *dst, const char *src, size_t size) in strncat()
272 char *strncpy(char *dst, const char *src, size_t size) in strncpy()
/linux/sound/core/
H A Dmemory.c24 int copy_to_user_fromio(void __user *dst, const volatile void __iomem *src, size_t count) in copy_to_user_fromio()
47 struct iov_iter *dst) in copy_to_iter_fromio()
81 int copy_from_user_toio(volatile void __iomem *dst, const void __user *src, size_t count) in copy_from_user_toio()
103 size_t copy_from_iter_toio(void __iomem *dst, size_t count, in copy_from_iter_toio()
/linux/lib/
H A Dstring_helpers.c188 static bool unescape_space(char **src, char **dst) in unescape_space()
216 static bool unescape_octal(char **src, char **dst) in unescape_octal()
235 static bool unescape_hex(char **src, char **dst) in unescape_hex()
259 static bool unescape_special(char **src, char **dst) in unescape_special()
323 int string_unescape(char *src, char *dst, size_t size, unsigned int flags) in string_unescape()
361 static bool escape_passthrough(unsigned char c, char **dst, char *end) in escape_passthrough()
371 static bool escape_space(unsigned char c, char **dst, char *end) in escape_space()
407 static bool escape_special(unsigned char c, char **dst, char *end) in escape_special()
440 static bool escape_null(unsigned char c, char **dst, char *end) in escape_null()
458 static bool escape_octal(unsigned char c, char **dst, char *end) in escape_octal()
[all …]
/linux/drivers/gpu/drm/
H A Ddrm_format_helper.c139 static int __drm_fb_xfrm(void *dst, unsigned long dst_pitch, unsigned long dst_pixsize, in __drm_fb_xfrm()
181 static int __drm_fb_xfrm_toio(void __iomem *dst, unsigned long dst_pitch, unsigned long dst_pixsize, in __drm_fb_xfrm_toio()
225 static int drm_fb_xfrm(struct iosys_map *dst, in drm_fb_xfrm()
414 void drm_fb_memcpy(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_memcpy()
492 void drm_fb_swab(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_swab()
544 void drm_fb_xrgb8888_to_rgb332(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_xrgb8888_to_rgb332()
583 void drm_fb_xrgb8888_to_rgb565(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_xrgb8888_to_rgb565()
623 void drm_fb_xrgb8888_to_rgb565be(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_xrgb8888_to_rgb565be()
663 void drm_fb_xrgb8888_to_xrgb1555(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_xrgb8888_to_xrgb1555()
703 void drm_fb_xrgb8888_to_argb1555(struct iosys_map *dst, const unsigned int *dst_pitch, in drm_fb_xrgb8888_to_argb1555()
[all …]
/linux/net/mctp/test/
H A Droute-test.c26 struct mctp_dst dst; in mctp_test_fragment() local
184 struct mctp_dst *dst, in __mctp_route_test_init()
217 struct mctp_dst *dst, in __mctp_route_test_fini()
238 struct mctp_dst dst; in mctp_test_route_input_sk() local
309 struct mctp_dst dst; in mctp_test_route_input_sk_reasm() local
449 struct mctp_dst dst; in mctp_test_route_input_sk_keys() local
576 struct mctp_dst dst; member
743 struct mctp_dst dst; in mctp_test_route_input_sk_fail_single() local
782 struct mctp_dst dst; in mctp_test_route_input_sk_fail_frag() local
840 struct mctp_dst dst; in mctp_test_route_input_cloned_frag() local
[all …]
/linux/drivers/gpu/drm/i915/
H A Di915_memcpy.c42 static void __memcpy_ntdqa(void *dst, const void *src, unsigned long len) in __memcpy_ntdqa()
71 static void __memcpy_ntdqu(void *dst, const void *src, unsigned long len) in __memcpy_ntdqu()
117 bool i915_memcpy_from_wc(void *dst, const void *src, unsigned long len) in i915_memcpy_from_wc()
142 void i915_unaligned_memcpy_from_wc(void *dst, const void *src, unsigned long len) in i915_unaligned_memcpy_from_wc()

12345678910>>...67