Searched refs:to (Results 101 - 125 of 1522) sorted by relevance

1234567891011>>

/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/ob/ob2/
H A Dia_css_ob2.host.c34 struct sh_css_isp_ob2_params *to,
41 to->blacklevel_gr = uDIGIT_FITTING(from->level_gr, 16, SH_CSS_BAYER_BITS);
42 to->blacklevel_r = uDIGIT_FITTING(from->level_r, 16, SH_CSS_BAYER_BITS);
43 to->blacklevel_b = uDIGIT_FITTING(from->level_b, 16, SH_CSS_BAYER_BITS);
44 to->blacklevel_gb = uDIGIT_FITTING(from->level_gb, 16, SH_CSS_BAYER_BITS);
33 ia_css_ob2_encode( struct sh_css_isp_ob2_params *to, const struct ia_css_ob2_config *from, unsigned int size) argument
/linux-master/tools/arch/x86/include/asm/
H A Dasm.h112 * Macros to generate condition code outputs from inline assembly,
127 # define _ASM_EXTABLE_HANDLE(from, to, handler) \
131 .long (to) - . ; \
135 # define _ASM_EXTABLE(from, to) \
136 _ASM_EXTABLE_HANDLE(from, to, ex_handler_default)
138 # define _ASM_EXTABLE_UA(from, to) \
139 _ASM_EXTABLE_HANDLE(from, to, ex_handler_uaccess)
141 # define _ASM_EXTABLE_CPY(from, to) \
142 _ASM_EXTABLE_HANDLE(from, to, ex_handler_copy)
144 # define _ASM_EXTABLE_FAULT(from, to) \
[all...]
/linux-master/arch/arc/include/asm/
H A Duaccess.h7 * converted to do as much word clear as possible.
14 * -Added option to (UN)inline copy_(to|from)_user to reduce code sz
139 raw_copy_from_user(void *to, const void __user *from, unsigned long n) argument
151 (((unsigned long)to & 0x3) || ((unsigned long)from & 0x3))) {
173 * Note as an '&' earlyclobber operand to make sure the
177 "=&r" (tmp), "+r" (to), "+r" (from)
185 * Hand-crafted constant propagation to reduce code sz of the
218 : "+r" (res), "+r"(to), "
367 raw_copy_to_user(void __user *to, const void *from, unsigned long n) argument
589 __clear_user(void __user *to, unsigned long n) argument
[all...]
/linux-master/drivers/clocksource/
H A Dtimer-sun4i.c43 * When we disable a timer, we need to wait at least for 2 cycles of
85 struct timer_of *to = to_timer_of(evt); local
87 sun4i_clkevt_time_stop(timer_of_base(to), 0);
94 struct timer_of *to = to_timer_of(evt); local
96 sun4i_clkevt_time_stop(timer_of_base(to), 0);
97 sun4i_clkevt_time_start(timer_of_base(to), 0, false);
104 struct timer_of *to = to_timer_of(evt); local
106 sun4i_clkevt_time_stop(timer_of_base(to), 0);
107 sun4i_clkevt_time_setup(timer_of_base(to), 0, timer_of_period(to));
116 struct timer_of *to = to_timer_of(clkevt); local
133 struct timer_of *to = to_timer_of(evt); local
141 static struct timer_of to = { variable in typeref:struct:timer_of
[all...]
H A Dtimer-sprd.c82 struct timer_of *to = to_timer_of(ce); local
84 sprd_timer_disable(timer_of_base(to));
85 sprd_timer_update_counter(timer_of_base(to), cycles);
86 sprd_timer_enable(timer_of_base(to), 0);
93 struct timer_of *to = to_timer_of(ce); local
95 sprd_timer_disable(timer_of_base(to));
96 sprd_timer_update_counter(timer_of_base(to), timer_of_period(to));
97 sprd_timer_enable(timer_of_base(to), TIMER_CTL_PERIOD_MODE);
104 struct timer_of *to local
113 struct timer_of *to = to_timer_of(ce); local
124 static struct timer_of to = { variable in typeref:struct:timer_of
[all...]
/linux-master/fs/jfs/
H A Djfs_unicode.c16 * FUNCTION: Convert little-endian unicode string to character string
19 int jfs_strfromUCS_le(char *to, const __le16 * from, argument
24 static int warn_again = 5; /* Only warn up to 5 times total */
32 &to[outlen],
37 to[outlen++] = '?';
42 to[i] = '?';
50 "mount with iocharset=utf8 to access\n");
55 to[i] = (char) (le16_to_cpu(from[i]));
59 to[outlen] = 0;
66 * FUNCTION: Convert character string to unicod
69 jfs_strtoUCS(wchar_t * to, const unsigned char *from, int len, struct nls_table *codepage) argument
[all...]
/linux-master/include/linux/
H A Dinstrumented.h102 * @to: destination address
104 * @n: number of bytes to copy
106 * Instrument reads from kernel memory, that are due to copy_to_user (and
110 instrument_copy_to_user(void __user *to, const void *from, unsigned long n) argument
114 kmsan_copy_to_user(to, from, n, 0);
119 * @to: destination address
121 * @n: number of bytes to copy
123 * Instrument writes to kernel memory, that are due to copy_from_user (and
127 instrument_copy_from_user_before(const void *to, cons argument
144 instrument_copy_from_user_after(const void *to, const void __user *from, unsigned long n, unsigned long left) argument
[all...]
/linux-master/arch/hexagon/kernel/
H A Dptrace.c38 struct membuf to)
48 membuf_write(&to, &regs->r00, 32*sizeof(unsigned long));
50 membuf_store(&to, regs->sa0);
51 membuf_store(&to, regs->lc0);
52 membuf_store(&to, regs->sa1);
53 membuf_store(&to, regs->lc1);
54 membuf_store(&to, regs->m0);
55 membuf_store(&to, regs->m1);
56 membuf_store(&to, regs->usr);
57 membuf_store(&to, reg
36 genregs_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
[all...]
/linux-master/lib/
H A Diomap_copy.c10 * __iowrite32_copy - copy data to MMIO space, in 32-bit units
11 * @to: destination, in MMIO space (must be 32-bit aligned)
13 * @count: number of 32-bit quantities to copy
15 * Copy data from kernel space to MMIO space, in units of 32 bits at a
19 void __attribute__((weak)) __iowrite32_copy(void __iomem *to, argument
23 u32 __iomem *dst = to;
34 * @to: destination (must be 32-bit aligned)
36 * @count: number of 32-bit quantities to copy
38 * Copy data from MMIO space to kernel space, in units of 32 bits at a
42 void __ioread32_copy(void *to, cons argument
63 __iowrite64_copy(void __iomem *to, const void *from, size_t count) argument
[all...]
H A Dusercopy.c11 unsigned long _copy_from_user(void *to, const void __user *from, unsigned long n) argument
18 * lead to nasty side effects *after* the copy is
22 instrument_copy_from_user_before(to, from, n);
23 res = raw_copy_from_user(to, from, n);
24 instrument_copy_from_user_after(to, from, n, res);
27 memset(to + (n - res), 0, res);
34 unsigned long _copy_to_user(void __user *to, const void *from, unsigned long n) argument
39 if (likely(access_ok(to, n))) {
40 instrument_copy_to_user(to, from, n);
41 n = raw_copy_to_user(to, fro
[all...]
/linux-master/tools/testing/selftests/arm64/fp/
H A Dassembler.h8 .macro __for from:req, to:req
9 .if (\from) == (\to)
12 __for \from, %(\from) + ((\to) - (\from)) / 2
13 __for %(\from) + ((\to) - (\from)) / 2 + 1, \to
17 .macro _for var:req, from:req, to:req, insn:vararg
25 __for \from, \to
57 // Utility macro to print a literal string
/linux-master/tools/testing/selftests/kvm/lib/x86_64/
H A Dhandlers.S44 * stack and an array of pointers to those wrappers.
51 .macro HANDLERS has_error from to
53 .rept \to - \from + 1
56 /* Fetch current address and append it to idt_handlers. */
73 HANDLERS has_error=0 from=0 to=7
74 HANDLERS has_error=1 from=8 to=8
75 HANDLERS has_error=0 from=9 to=9
76 HANDLERS has_error=1 from=10 to=14
77 HANDLERS has_error=0 from=15 to=16
78 HANDLERS has_error=1 from=17 to
[all...]
/linux-master/drivers/infiniband/hw/qib/
H A Dqib_pio_copy.c4 * This software is available to you under a choice of one of two
5 * licenses. You may choose to be licensed under the terms of the GNU
36 * qib_pio_copy - copy data to MMIO space, in multiples of 32-bits
37 * @to: destination, in MMIO space (must be 64-bit aligned)
39 * @count: number of 32-bit quantities to copy
41 * Copy data from kernel space to MMIO space, in multiples of 32 bits at a
45 void qib_pio_copy(void __iomem *to, const void *from, size_t count) argument
48 u64 __iomem *dst = to;
57 u32 __iomem *dst = to;
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc_1.0/
H A Dia_css_ctc.host.c39 struct sh_css_isp_ctc_vamem_params *to,
44 memcpy(&to->ctc, &from->data, sizeof(to->ctc));
38 ia_css_ctc_vamem_encode( struct sh_css_isp_ctc_vamem_params *to, const struct ia_css_ctc_table *from, unsigned int size) argument
/linux-master/drivers/infiniband/sw/rdmavt/
H A Dtrace_qp.h48 TP_PROTO(struct rvt_qp *qp, u32 to),
49 TP_ARGS(qp, to),
55 __field(u32, to)
62 __entry->to = to;
70 __entry->to
76 TP_PROTO(struct rvt_qp *qp, u32 to),
77 TP_ARGS(qp, to));
81 TP_PROTO(struct rvt_qp *qp, u32 to),
82 TP_ARGS(qp, to));
[all...]
/linux-master/arch/arc/kernel/
H A Dptrace.c104 struct membuf to)
110 membuf_zero(&to, 4); // pad
111 membuf_store(&to, ptregs->bta);
112 membuf_store(&to, ptregs->lp_start);
113 membuf_store(&to, ptregs->lp_end);
114 membuf_store(&to, ptregs->lp_count);
115 membuf_store(&to, ptregs->status32);
116 membuf_store(&to, ptregs->ret);
117 membuf_store(&to, ptregs->blink);
118 membuf_store(&to, ptreg
102 genregs_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
241 arcv2regs_get(struct task_struct *target, const struct user_regset *regset, struct membuf to) argument
[all...]
/linux-master/include/asm-generic/
H A Dtlbflush.h7 * If you have an MMU, you need to write your own functions.
10 #error need to implement an architecture specific asm/tlbflush.h
/linux-master/include/linux/mtd/
H A Dplat-ram.h27 void (*set_rw)(struct device *dev, int to);
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/anr/anr_1.0/
H A Dia_css_anr.host.h26 struct sh_css_isp_anr_params *to,
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/de/de_1.0/
H A Dia_css_de.host.c30 struct sh_css_isp_de_params *to,
35 to->pixelnoise =
37 to->c1_coring_threshold =
40 to->c2_coring_threshold =
29 ia_css_de_encode( struct sh_css_isp_de_params *to, const struct ia_css_de_config *from, unsigned int size) argument
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/de/de_2/
H A Dia_css_de2.host.h26 struct sh_css_isp_ecd_params *to,
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/dpc2/
H A Dia_css_dpc2.host.h24 struct ia_css_isp_dpc2_params *to,
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/bnr/bnr2_2/
H A Dia_css_bnr2_2.host.h25 struct sh_css_isp_bnr2_2_params *to,
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/sdis/sdis_2/
H A Dia_css_sdis2.host.h33 struct sh_css_isp_sdis_hori_coef_tbl *to,
38 struct sh_css_isp_sdis_vert_coef_tbl *to,
43 struct sh_css_isp_sdis_hori_proj_tbl *to,
48 struct sh_css_isp_sdis_vert_proj_tbl *to,
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/fc/fc_1.0/
H A Dia_css_formats.host.h26 struct sh_css_isp_formats_params *to,

Completed in 221 milliseconds

1234567891011>>