Searched refs:to (Results 51 - 75 of 1522) sorted by relevance

1234567891011>>

/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/csc/csc_1.0/
H A Dia_css_csc.host.c32 struct sh_css_isp_csc_params *to,
41 to->m_shift = (int16_t)from->fraction_bits;
42 to->m00 = (int16_t)from->matrix[0];
43 to->m01 = (int16_t)from->matrix[1];
44 to->m02 = (int16_t)from->matrix[2];
45 to->m10 = (int16_t)from->matrix[3];
46 to->m11 = (int16_t)from->matrix[4];
47 to->m12 = (int16_t)from->matrix[5];
48 to->m20 = (int16_t)from->matrix[6];
49 to
31 ia_css_encode_cc( struct sh_css_isp_csc_params *to, const struct ia_css_cc_config *from, unsigned int size) argument
58 ia_css_csc_encode( struct sh_css_isp_csc_params *to, const struct ia_css_cc_config *from, unsigned int size) argument
[all...]
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/ref/ref_1.0/
H A Dia_css_ref.host.c25 int ia_css_ref_config(struct sh_css_isp_ref_isp_config *to, argument
33 ret = ia_css_dma_configure_from_info(&to->port_b, &from->ref_frames[0]->frame_info);
36 to->width_a_over_b = elems_a / to->port_b.elems;
37 to->dvs_frame_delay = from->dvs_frame_delay;
39 to->width_a_over_b = 1;
40 to->dvs_frame_delay = 0;
41 to->port_b.elems = elems_a;
45 to->ref_frame_addr_y[i] = from->ref_frames[i]->data +
47 to
[all...]
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc2/
H A Dia_css_ctc2.host.c75 /* (void) = ia_css_ctc2_vmem_encode(*to, *from)
77 * VMEM Encode Function to translate Y parameters from userspace into ISP space
79 void ia_css_ctc2_vmem_encode(struct ia_css_isp_ctc2_vmem_params *to, argument
114 to->y_x[0][(i << shffl_blck)] = 0;
115 to->y_x[0][(i << shffl_blck) + 1] = from->y_x1;
116 to->y_x[0][(i << shffl_blck) + 2] = from->y_x2;
117 to->y_x[0][(i << shffl_blck) + 3] = from->y_x3;
118 to->y_x[0][(i << shffl_blck) + 4] = from->y_x4;
120 to->y_y[0][(i << shffl_blck)] = from->y_y0;
121 to
144 ia_css_ctc2_encode(struct ia_css_isp_ctc2_dmem_params *to, struct ia_css_ctc2_config *from, size_t size) argument
[all...]
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/bnlm/
H A Dia_css_bnlm.host.c37 /* Encodes a look-up table from BNLM public parameters to vmem parameters.
41 * lut_val : array containing output values related to lut_thr
60 * set to 0.
82 /* Copy data from first block to all blocks */
99 struct bnlm_vmem_params *to,
107 bnlm_lut_encode(&to->mu_root_lut, from->mu_root_lut_thr, from->mu_root_lut_val,
109 bnlm_lut_encode(&to->sad_norm_lut, from->sad_norm_lut_thr,
111 bnlm_lut_encode(&to->sig_detail_lut, from->sig_detail_lut_thr,
113 bnlm_lut_encode(&to->sig_rad_lut, from->sig_rad_lut_thr, from->sig_rad_lut_val,
115 bnlm_lut_encode(&to
98 ia_css_bnlm_vmem_encode( struct bnlm_vmem_params *to, const struct ia_css_bnlm_config *from, size_t size) argument
149 ia_css_bnlm_encode( struct bnlm_dmem_params *to, const struct ia_css_bnlm_config *from, size_t size) argument
[all...]
/linux-master/arch/m68k/lib/
H A Duaccess.c2 * This file is subject to the terms and conditions of the GNU General Public
10 unsigned long __generic_copy_from_user(void *to, const void __user *from, argument
49 : "=d" (res), "+a" (from), "+a" (to), "=&d" (tmp)
56 unsigned long __generic_copy_to_user(void __user *to, const void *from, argument
93 : "=d" (res), "+a" (from), "+a" (to), "=&d" (tmp)
104 unsigned long __clear_user(void __user *to, unsigned long n) argument
137 : "=d" (res), "+a" (to)
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/ynr/ynr_1.0/
H A Dia_css_ynr.host.c40 struct sh_css_isp_ynr_params *to,
46 to->threshold =
48 to->gain_all =
50 to->gain_dir =
52 to->threshold_cb =
54 to->threshold_cr =
60 struct sh_css_isp_yee_params *to,
70 to->dirthreshold_s =
74 to->dirthreshold_g =
78 to
39 ia_css_nr_encode( struct sh_css_isp_ynr_params *to, const struct ia_css_nr_config *from, unsigned int size) argument
59 ia_css_yee_encode( struct sh_css_isp_yee_params *to, const struct ia_css_yee_config *from, unsigned int size) argument
[all...]
/linux-master/tools/testing/selftests/futex/functional/
H A Dfutex_wait_timeout.c78 static int futex_get_abs_timeout(clockid_t clockid, struct timespec *to, argument
81 if (clock_gettime(clockid, to)) {
86 to->tv_nsec += timeout_ns;
88 if (to->tv_nsec >= 1000000000) {
89 to->tv_sec++;
90 to->tv_nsec -= 1000000000;
100 struct timespec to; local
140 to.tv_sec = 0;
141 to.tv_nsec = timeout_ns;
143 res = futex_wait(&f1, f1, &to,
[all...]
/linux-master/arch/m68k/fpsp040/
H A Dx_bsun.S6 | Copy the PC to FPIAR to maintain 881/882 compatibility
8 | The real_bsun handler will need to perform further corrective
/linux-master/arch/mips/lib/
H A Diomap_copy.c8 * @to: destination (must be 64-bit aligned)
10 * @count: number of 64-bit quantities to copy
12 * Copy data from MMIO space to kernel space, in units of 32 or 64 bits at a
16 void __ioread64_copy(void *to, const void __iomem *from, size_t count) argument
19 u64 *dst = to;
26 __ioread32_copy(to, from, count * 2);
/linux-master/tools/perf/util/
H A Dcopyfile.h11 int copyfile(const char *from, const char *to);
12 int copyfile_mode(const char *from, const char *to, mode_t mode);
13 int copyfile_ns(const char *from, const char *to, struct nsinfo *nsi);
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/dp/dp_1.0/
H A Dia_css_dp.host.c47 struct sh_css_isp_dp_params *to,
58 to->threshold_single =
60 to->threshold_2adjacent =
62 to->gain =
65 to->coef_rr_gr =
67 to->coef_rr_gb =
69 to->coef_bb_gb =
71 to->coef_bb_gr =
73 to->coef_gr_rr =
75 to
46 ia_css_dp_encode( struct sh_css_isp_dp_params *to, const struct ia_css_dp_config *from, unsigned int size) argument
[all...]
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/gc/gc_1.0/
H A Dia_css_gc.host.h27 struct sh_css_isp_gc_params *to,
33 struct sh_css_isp_gc_vamem_params *to,
39 struct sh_css_isp_ce_params *to,
/linux-master/arch/csky/abiv1/inc/abi/
H A Dpage.h21 static inline void copy_user_page(void *to, void *from, unsigned long vaddr, argument
24 copy_page(to, from);
25 if (pages_do_alias((unsigned long) to, vaddr & PAGE_MASK))
/linux-master/arch/arm/include/asm/
H A Dpage-nommu.h12 #define copy_page(to,from) memcpy((to), (from), PAGE_SIZE)
15 #define copy_user_page(to, from, vaddr, pg) copy_page(to, from)
18 * These are used to make use of C type-checking..
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc1_5/
H A Dia_css_ctc1_5.host.h25 struct sh_css_isp_ctc_params *to,
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/anr/anr_2/
H A Dia_css_anr2.host.h27 struct ia_css_isp_anr2_params *to,
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/bh/bh_2/
H A Dia_css_bh.host.h29 struct sh_css_isp_bh_params *to,
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/iterator/iterator_1.0/
H A Dia_css_iterator.host.h26 struct sh_css_isp_iterator_isp_config *to,
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/bnr/bnr_1.0/
H A Dia_css_bnr.host.h26 struct sh_css_isp_bnr_params *to,
/linux-master/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Dvmem_local.h29 t_vmem_elem *to,
34 t_vmem_elem *to,
41 t_vmem_elem *to,
50 t_vmem_elem *to,
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc_1.0/
H A Dia_css_ctc.host.h28 struct sh_css_isp_ctc_vamem_params *to,
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/output/output_1.0/
H A Dia_css_output.host.h29 struct sh_css_isp_output_params *to,
33 int ia_css_output_config(struct sh_css_isp_output_isp_config *to,
37 int ia_css_output0_config(struct sh_css_isp_output_isp_config *to,
41 int ia_css_output1_config(struct sh_css_isp_output_isp_config *to,
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/copy_output/copy_output_1.0/
H A Dia_css_copy_output.host.h26 struct sh_css_isp_copy_output_isp_config *to,
/linux-master/arch/x86/lib/
H A Dusercopy.c15 * @to: Pointer to the destination buffer
16 * @from: Pointer to a user space address of the current task
17 * @n: Number of bytes to copy
21 * Contrary to other copy_from_user() variants this function can be called
22 * from NMI context. Despite the name it is not restricted to be called
23 * from NMI context. It is safe to be called from any other context as
27 * For NMI context invocations this relies on the nested NMI work to allow
28 * atomic faults from the NMI path; the nested NMI paths are careful to
32 copy_from_user_nmi(void *to, cons argument
[all...]
/linux-master/arch/loongarch/include/asm/
H A Dfb.h11 static inline void fb_memcpy_fromio(void *to, const volatile void __iomem *from, size_t n) argument
13 memcpy(to, (void __force *)from, n);
17 static inline void fb_memcpy_toio(volatile void __iomem *to, const void *from, size_t n) argument
19 memcpy((void __force *)to, from, n);

Completed in 149 milliseconds

1234567891011>>