Home
last modified time | relevance | path

Searched defs:src (Results 1 – 25 of 2202) sorted by relevance

12345678910>>...89

/linux/drivers/phy/
A Dphy-xgene.c110 #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
133 #define CMU_REG1_PLL_CP_SET(dst, src) \ argument
145 #define CMU_REG2_PLL_LFRES_SET(dst, src) \ argument
147 #define CMU_REG2_PLL_FBDIV_SET(dst, src) \ argument
150 #define CMU_REG3_VCOVARSEL_SET(dst, src) \ argument
299 #define RXTX_REG5_TX_CN1_SET(dst, src) \ argument
301 #define RXTX_REG5_TX_CP1_SET(dst, src) \ argument
[all …]
/linux/arch/m68k/math-emu/
A Dfp_trig.c21 struct fp_ext *fp_fsin(struct fp_ext *dest, struct fp_ext *src) in fp_fsin()
30 struct fp_ext *fp_fcos(struct fp_ext *dest, struct fp_ext *src) in fp_fcos()
39 struct fp_ext *fp_ftan(struct fp_ext *dest, struct fp_ext *src) in fp_ftan()
48 struct fp_ext *fp_fasin(struct fp_ext *dest, struct fp_ext *src) in fp_fasin()
57 struct fp_ext *fp_facos(struct fp_ext *dest, struct fp_ext *src) in fp_facos()
66 struct fp_ext *fp_fatan(struct fp_ext *dest, struct fp_ext *src) in fp_fatan()
75 struct fp_ext *fp_fsinh(struct fp_ext *dest, struct fp_ext *src) in fp_fsinh()
84 struct fp_ext *fp_fcosh(struct fp_ext *dest, struct fp_ext *src) in fp_fcosh()
93 struct fp_ext *fp_ftanh(struct fp_ext *dest, struct fp_ext *src) in fp_ftanh()
102 struct fp_ext *fp_fatanh(struct fp_ext *dest, struct fp_ext *src) in fp_fatanh()
[all …]
A Dfp_arith.c31 struct fp_ext *fp_fabs(struct fp_ext *dest, struct fp_ext *src) in fp_fabs()
42 struct fp_ext *fp_fneg(struct fp_ext *dest, struct fp_ext *src) in fp_fneg()
58 struct fp_ext *fp_fadd(struct fp_ext *dest, struct fp_ext *src) in fp_fadd()
117 struct fp_ext *fp_fsub(struct fp_ext *dest, struct fp_ext *src) in fp_fsub()
126 struct fp_ext *fp_fcmp(struct fp_ext *dest, struct fp_ext *src) in fp_fcmp()
135 struct fp_ext *fp_ftst(struct fp_ext *dest, struct fp_ext *src) in fp_ftst()
144 struct fp_ext *fp_fmul(struct fp_ext *dest, struct fp_ext *src) in fp_fmul()
221 struct fp_ext *fp_fdiv(struct fp_ext *dest, struct fp_ext *src) in fp_fdiv()
600 struct fp_ext *fp_fmod(struct fp_ext *dest, struct fp_ext *src) in fp_fmod()
611 struct fp_ext *fp_frem(struct fp_ext *dest, struct fp_ext *src) in fp_frem()
[all …]
A Dfp_log.c26 struct fp_ext *fp_fsqrt(struct fp_ext *dest, struct fp_ext *src) in fp_fsqrt()
99 struct fp_ext *fp_fetoxm1(struct fp_ext *dest, struct fp_ext *src) in fp_fetoxm1()
108 struct fp_ext *fp_fetox(struct fp_ext *dest, struct fp_ext *src) in fp_fetox()
117 struct fp_ext *fp_ftwotox(struct fp_ext *dest, struct fp_ext *src) in fp_ftwotox()
126 struct fp_ext *fp_ftentox(struct fp_ext *dest, struct fp_ext *src) in fp_ftentox()
135 struct fp_ext *fp_flogn(struct fp_ext *dest, struct fp_ext *src) in fp_flogn()
144 struct fp_ext *fp_flognp1(struct fp_ext *dest, struct fp_ext *src) in fp_flognp1()
153 struct fp_ext *fp_flog10(struct fp_ext *dest, struct fp_ext *src) in fp_flog10()
162 struct fp_ext *fp_flog2(struct fp_ext *dest, struct fp_ext *src) in fp_flog2()
171 struct fp_ext *fp_fgetexp(struct fp_ext *dest, struct fp_ext *src) in fp_fgetexp()
[all …]
A Dfp_emu.h74 #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
/linux/sound/pci/ctxfi/
A Dctsrc.c44 static int src_set_bm(struct src *src, unsigned int bm) in src_set_bm()
54 static int src_set_sf(struct src *src, unsigned int sf) in src_set_sf()
64 static int src_set_pm(struct src *src, unsigned int pm) in src_set_pm()
164 static int src_set_clear_zbufs(struct src *src) in src_set_clear_zbufs()
174 static int src_commit_write(struct src *src) in src_commit_write()
204 static int src_get_ca(struct src *src) in src_get_ca()
213 static int src_init(struct src *src) in src_init()
225 static int src_default_config_memrd(struct src *src) in src_default_config_memrd()
265 static int src_default_config_memwr(struct src *src) in src_default_config_memwr()
356 src_rsc_init(struct src *src, u32 idx, in src_rsc_init()
[all …]
/linux/include/linux/
A Dstring.h78 #define __strscpy0(dst, src, ...) \ argument
81 #define __strscpy1(dst, src, size) \ argument
84 #define __strscpy_pad0(dst, src, ...) \ argument
87 #define __strscpy_pad1(dst, src, size) \ argument
112 #define strscpy(dst, src, ...) \ argument
115 #define sized_strscpy_pad(dest, src, count) ({ \ argument
147 #define strscpy_pad(dst, src, ...) \ argument
414 #define strtomem_pad(dest, src, pad) do { \ argument
437 #define strtomem(dest, src) do { \ argument
456 #define memtostr(dest, src) do { \ argument
[all …]
A Dsockptr.h44 static inline int copy_from_sockptr_offset(void *dst, sockptr_t src, in copy_from_sockptr_offset()
57 static inline int copy_from_sockptr(void *dst, sockptr_t src, size_t size) in copy_from_sockptr()
86 sockptr_t src, size_t usize) in copy_struct_from_sockptr()
109 const void *src, size_t size) in copy_to_sockptr_offset()
117 static inline int copy_to_sockptr(sockptr_t dst, const void *src, size_t size) in copy_to_sockptr()
122 static inline void *memdup_sockptr_noprof(sockptr_t src, size_t len) in memdup_sockptr_noprof()
136 static inline void *memdup_sockptr_nul_noprof(sockptr_t src, size_t len) in memdup_sockptr_nul_noprof()
151 static inline long strncpy_from_sockptr(char *dst, sockptr_t src, size_t count) in strncpy_from_sockptr()
162 static inline int check_zeroed_sockptr(sockptr_t src, size_t offset, in check_zeroed_sockptr()
A Dtask_io_accounting_ops.h50 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()
103 struct task_io_accounting *src) in task_chr_io_accounting_add()
109 struct task_io_accounting *src) in task_io_accounting_add()
A Dbpfptr.h49 static inline int copy_from_bpfptr_offset(void *dst, bpfptr_t src, in copy_from_bpfptr_offset()
57 static inline int copy_from_bpfptr(void *dst, bpfptr_t src, size_t size) in copy_from_bpfptr()
63 const void *src, size_t size) in copy_to_bpfptr_offset()
68 static inline void *kvmemdup_bpfptr_noprof(bpfptr_t src, size_t len) in kvmemdup_bpfptr_noprof()
82 static inline long strncpy_from_bpfptr(char *dst, bpfptr_t src, size_t count) in strncpy_from_bpfptr()
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/drivers/char/hw_random/
A Dxgene-rng.c53 #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/arch/x86/crypto/
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/
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/include/trace/stages/
A Dstage6_event_callback.h25 #define __string(item, src) __dynamic_array(char, item, -1) argument
28 #define __string_len(item, src, len) __dynamic_array(char, item, -1) argument
59 #define __assign_bitmask(dst, src, nr_bits) \ argument
69 #define __assign_cpumask(dst, src) \ argument
79 #define __assign_sockaddr(dest, src, len) \ argument
87 #define __rel_string(item, src) __rel_dynamic_array(char, item, -1) argument
90 #define __rel_string_len(item, src, len) __rel_dynamic_array(char, item, -1) argument
109 #define __assign_rel_bitmask(dst, src, nr_bits) \ argument
119 #define __assign_rel_cpumask(dst, src) \ argument
129 #define __assign_rel_sockaddr(dest, src, len) \ argument
/linux/mm/
A Dmaccess.c16 #define copy_from_kernel_nofault_loop(dst, src, len, type, err_label) \ argument
24 long copy_from_kernel_nofault(void *dst, const void *src, size_t size) in copy_from_kernel_nofault()
50 #define copy_to_kernel_nofault_loop(dst, src, len, type, err_label) \ argument
58 long copy_to_kernel_nofault(void *dst, const void *src, size_t size) in copy_to_kernel_nofault()
82 const void *src = unsafe_addr; in strncpy_from_kernel_nofault() local
114 long copy_from_user_nofault(void *dst, const void __user *src, size_t size) in copy_from_user_nofault()
143 long copy_to_user_nofault(void __user *dst, const void *src, size_t size) in copy_to_user_nofault()
/linux/drivers/infiniband/hw/vmw_pvrdma/
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()
255 const struct pvrdma_global_route *src) in pvrdma_global_route_to_ib()
265 const struct ib_global_route *src) in ib_global_route_to_pvrdma()
275 const struct pvrdma_ah_attr *src) in pvrdma_ah_attr_to_rdma()
289 const struct rdma_ah_attr *src) in rdma_ah_attr_to_pvrdma()
/linux/drivers/edac/
A Dxgene_edac.c118 #define MCU_ERCRR_ERRCOL_RD(src) ((src) & 0x00000FFF) argument
120 #define MCU_SBECNT_COUNT(src) ((src) & 0xFFFF) argument
1006 #define L3C_ELR_ERRSYN(src) ((src & 0xFF800000) >> 23) argument
1009 #define L3C_ELR_ERRGRP(src) ((src & 0x00000F00) >> 8) argument
1010 #define L3C_ELR_OPTYPE(src) ((src & 0x000000F0) >> 4) argument
1011 #define L3C_ELR_PADDRHIGH(src) (src & 0x0000000F) argument
1014 #define L3C_BELR_BANK(src) (src & 0x0000000F) argument
1278 #define REQTYPE_RD(src) (((src) & BIT(0))) argument
1279 #define ERRADDRH_RD(src) (((src) & 0xffc00000) >> 22) argument
1312 #define REQTYPE_F2_RD(src) ((src) & BIT(0)) argument
[all …]
/linux/drivers/infiniband/core/
A Duverbs_marshall.c66 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()
/linux/arch/mips/net/
A Dbpf_jit_comp32.c204 u8 src = MIPS_R_T6; in emit_alu_i64() local
268 const u8 dst[], const u8 src[], u8 op) in emit_alu_r64()
367 const u8 dst[], u8 src, u8 op) in emit_shift_r64()
425 u8 src = MIPS_R_T6; in emit_mul_i64() local
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()
798 u8 dst, const u8 src[], s16 off, u8 code) in emit_atomic_r64()
910 u8 dst, const u8 src[], s16 off) in emit_cmpxchg_r64()
[all …]
/linux/drivers/comedi/drivers/
A Dni_routes.h41 int *src; member
162 static inline bool route_is_valid(const int src, const int dest, in route_is_valid()
265 static inline s8 ni_get_reg_value_roffs(int src, const int dest, in ni_get_reg_value_roffs()
287 static inline int ni_get_reg_value(const int src, const int dest, in ni_get_reg_value()
314 int ni_check_trigger_arg_roffs(int src, const int dest, in ni_check_trigger_arg_roffs()
323 static inline int ni_check_trigger_arg(const int src, const int dest, in ni_check_trigger_arg()
/linux/arch/arm/crypto/
A Dpoly1305-glue.c26 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()
/linux/tools/testing/selftests/bpf/progs/
A Dbind_prog.h6 #define load_byte(src, b, s) \ argument
8 #define load_word(src, w, s) \ argument
11 #define load_byte(src, b, s) \ argument
13 #define load_word(src, w, s) \ argument
/linux/sound/core/
A Dmemory.c24 int copy_to_user_fromio(void __user *dst, const volatile void __iomem *src, size_t count) in copy_to_user_fromio()
44 int copy_to_iter_fromio(struct iov_iter *dst, const void __iomem *src, in copy_to_iter_fromio()
76 int copy_from_user_toio(volatile void __iomem *dst, const void __user *src, size_t count) in copy_from_user_toio()
96 int copy_from_iter_toio(void __iomem *dst, struct iov_iter *src, size_t count) in copy_from_iter_toio()
/linux/arch/x86/kernel/
A Dpvclock.c27 unsigned long pvclock_tsc_khz(struct pvclock_vcpu_time_info *src) in pvclock_tsc_khz()
54 u8 pvclock_read_flags(struct pvclock_vcpu_time_info *src) in pvclock_read_flags()
68 u64 __pvclock_clocksource_read(struct pvclock_vcpu_time_info *src, bool dowd) in __pvclock_clocksource_read()
113 u64 pvclock_clocksource_read(struct pvclock_vcpu_time_info *src) in pvclock_clocksource_read()
118 noinstr u64 pvclock_clocksource_read_nowd(struct pvclock_vcpu_time_info *src) in pvclock_clocksource_read_nowd()

Completed in 80 milliseconds

12345678910>>...89