Searched refs:to (Results 1 - 25 of 1522) sorted by relevance

1234567891011>>

/linux-master/arch/powerpc/tools/
H A Dunrel_branch_check.sh6 # branches to relocated code (head_64.S code).
8 # Have Kbuild supply the path to objdump and nm so we handle cross compilation.
21 # we know that there is a correct branch to
47 while IFS=: read -r from branch to sym; do
48 case "$to" in
49 c*) to="0x$to"
52 to=${to#.+}
54 if (( to >
[all...]
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/raw_aa_binning/raw_aa_binning_1.0/
H A Dia_css_raa.host.c25 struct sh_css_isp_aa_params *to,
30 (void)to;
24 ia_css_raa_encode( struct sh_css_isp_aa_params *to, const struct ia_css_aa_config *from, unsigned int size) argument
H A Dia_css_raa.host.h24 struct sh_css_isp_aa_params *to,
/linux-master/arch/x86/entry/vdso/
H A Dextable.h7 * vDSO uses a dedicated handler the addresses are relative to the overall
11 #define _ASM_VDSO_EXTABLE_HANDLE(from, to) \
12 ASM_VDSO_EXTABLE_HANDLE from to
14 .macro ASM_VDSO_EXTABLE_HANDLE from:req to:req
17 .long (\to) - __ex_table
21 #define _ASM_VDSO_EXTABLE_HANDLE(from, to) \
24 ".long (" #to ") - __ex_table\n" \
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/conversion/conversion_1.0/
H A Dia_css_conversion.host.c28 struct sh_css_isp_conversion_params *to,
33 to->en = from->en;
34 to->dummy0 = from->dummy0;
35 to->dummy1 = from->dummy1;
36 to->dummy2 = from->dummy2;
27 ia_css_conversion_encode( struct sh_css_isp_conversion_params *to, const struct ia_css_conversion_config *from, unsigned int size) argument
/linux-master/drivers/clocksource/
H A Dtimer-stm32.c55 * @to: a timer_of structure pointer
58 * Accessor helper to set the number of bits in the timer-of private
62 static void stm32_timer_of_bits_set(struct timer_of *to, int bits) argument
64 struct stm32_timer_private *pd = to->private_data;
71 * @to: a timer_of structure pointer
73 * Accessor helper to get the number of bits in the timer-of private
76 * Returns: an integer corresponding to the number of bits.
78 static int stm32_timer_of_bits_get(struct timer_of *to) argument
80 struct stm32_timer_private *pd = to->private_data;
99 static void stm32_clock_event_disable(struct timer_of *to) argument
112 stm32_timer_start(struct timer_of *to) argument
119 struct timer_of *to = to_timer_of(clkevt); local
129 struct timer_of *to = to_timer_of(clkevt); local
146 struct timer_of *to = to_timer_of(clkevt); local
155 struct timer_of *to = to_timer_of(clkevt); local
165 struct timer_of *to = to_timer_of(clkevt); local
188 stm32_timer_set_width(struct timer_of *to) argument
207 stm32_timer_set_prescaler(struct timer_of *to) argument
231 stm32_clocksource_init(struct timer_of *to) argument
268 stm32_clockevent_init(struct timer_of *to) argument
291 struct timer_of *to; local
[all...]
H A Dtimer-milbeaut.c52 struct timer_of *to = to_timer_of(clk); local
55 val = readl_relaxed(timer_of_base(to) + MLB_TMR_EVT_TMCSR_OFS);
57 writel_relaxed(val, timer_of_base(to) + MLB_TMR_EVT_TMCSR_OFS);
64 static void mlb_evt_timer_start(struct timer_of *to, bool periodic) argument
71 writel_relaxed(val, timer_of_base(to) + MLB_TMR_EVT_TMCSR_OFS);
74 static void mlb_evt_timer_stop(struct timer_of *to) argument
76 u32 val = readl_relaxed(timer_of_base(to) + MLB_TMR_EVT_TMCSR_OFS);
79 writel_relaxed(val, timer_of_base(to) + MLB_TMR_EVT_TMCSR_OFS);
82 static void mlb_evt_timer_register_count(struct timer_of *to, unsigned long cnt) argument
84 writel_relaxed(cnt, timer_of_base(to)
89 struct timer_of *to = to_timer_of(clk); local
99 struct timer_of *to = to_timer_of(clk); local
108 struct timer_of *to = to_timer_of(clk); local
117 struct timer_of *to = to_timer_of(clk); local
125 mlb_config_clock_source(struct timer_of *to) argument
137 mlb_config_clock_event(struct timer_of *to) argument
143 static struct timer_of to = { variable in typeref:struct:timer_of
[all...]
H A Dtimer-mediatek.c56 #define SYST_CON_REG(to) (timer_of_base(to) + SYST_CON)
57 #define SYST_VAL_REG(to) (timer_of_base(to) + SYST_VAL)
60 * SYST_CON_EN: Clock enable. Shall be set to
65 * SYST_CON_IRQ_EN: Set to enable interrupt.
67 * SYST_CON_IRQ_CLR: Set to clear interrupt.
75 static void mtk_syst_ack_irq(struct timer_of *to) argument
78 writel(SYST_CON_EN, SYST_CON_REG(to));
79 writel(SYST_CON_IRQ_CLR | SYST_CON_EN, SYST_CON_REG(to));
85 struct timer_of *to = to_timer_of(clkevt); local
96 struct timer_of *to = to_timer_of(clkevt); local
139 mtk_gpt_clkevt_time_stop(struct timer_of *to, u8 timer) argument
148 mtk_gpt_clkevt_time_setup(struct timer_of *to, unsigned long delay, u8 timer) argument
154 mtk_gpt_clkevt_time_start(struct timer_of *to, bool periodic, u8 timer) argument
185 struct timer_of *to = to_timer_of(clk); local
197 struct timer_of *to = to_timer_of(clk); local
209 struct timer_of *to = to_timer_of(clkevt); local
219 mtk_gpt_setup(struct timer_of *to, u8 timer, u8 option) argument
233 mtk_gpt_enable_irq(struct timer_of *to, u8 timer) argument
250 struct timer_of *to = to_timer_of(clk); local
257 struct timer_of *to = to_timer_of(clk); local
270 static struct timer_of to = { variable in typeref:struct:timer_of
[all...]
/linux-master/ipc/
H A Dcompat.c38 int get_compat_ipc64_perm(struct ipc64_perm *to, argument
44 to->uid = v.uid;
45 to->gid = v.gid;
46 to->mode = v.mode;
50 int get_compat_ipc_perm(struct ipc64_perm *to, argument
56 to->uid = v.uid;
57 to->gid = v.gid;
58 to->mode = v.mode;
62 void to_compat_ipc64_perm(struct compat_ipc64_perm *to, struct ipc64_perm *from) argument
64 to
73 to_compat_ipc_perm(struct compat_ipc_perm *to, struct ipc64_perm *from) argument
[all...]
/linux-master/arch/x86/realmode/rm/
H A Drealmode.h8 * 16-bit ljmpw to the real_mode_seg
13 #define LJMPW_RM(to) .byte 0xea ; .word (to), real_mode_seg
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/tdf/tdf_1.0/
H A Dia_css_tdf.host.c32 struct ia_css_isp_tdf_vmem_params *to,
40 to->pyramid[0][i] = g_pyramid[i / 8][i % 8];
41 to->threshold_flat[0][i] = from->thres_flat_table[i];
42 to->threshold_detail[0][i] = from->thres_detail_table[i];
48 struct ia_css_isp_tdf_dmem_params *to,
53 to->Epsilon_0 = from->epsilon_0;
54 to->Epsilon_1 = from->epsilon_1;
55 to->EpsScaleText = from->eps_scale_text;
56 to->EpsScaleEdge = from->eps_scale_edge;
57 to
31 ia_css_tdf_vmem_encode( struct ia_css_isp_tdf_vmem_params *to, const struct ia_css_tdf_config *from, size_t size) argument
47 ia_css_tdf_encode( struct ia_css_isp_tdf_dmem_params *to, const struct ia_css_tdf_config *from, size_t size) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dsc/
H A Drc_calc_dpi.c4 * Permission is hereby granted, free of charge, to any person obtaining a
6 * to deal in the Software without restriction, including without limitation
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8 * and/or sell copies of the Software, and to permit persons to whom the
9 * Software is furnished to do so, subject to the following conditions:
29 static void copy_pps_fields(struct drm_dsc_config *to, const struct drm_dsc_config *from) argument
31 to->line_buf_depth = from->line_buf_depth;
32 to
[all...]
/linux-master/arch/sh/kernel/
H A Dio.c14 * Copy data from IO memory space to "real" memory space.
16 void memcpy_fromio(void *to, const volatile void __iomem *from, unsigned long count) argument
20 * to try and get aligned?
24 (((u32)to & 0x1f) == 0) && (((u32)from & 0x3) == 0)) {
50 : "=&r" (to), "=&r" (count),
53 : "7"(from), "0" (to), "1" (count)
58 if ((((u32)to | (u32)from) & 0x3) == 0) {
60 *(u32 *)to = *(volatile u32 *)from;
61 to += 4;
67 *(u8 *)to
79 memcpy_toio(volatile void __iomem *to, const void *from, unsigned long count) argument
[all...]
/linux-master/arch/arm64/kernel/
H A Dio.c13 * Copy data from IO memory space to "real" memory space.
15 void __memcpy_fromio(void *to, const volatile void __iomem *from, size_t count) argument
18 *(u8 *)to = __raw_readb(from);
20 to++;
25 *(u64 *)to = __raw_readq(from);
27 to += 8;
32 *(u8 *)to = __raw_readb(from);
34 to++;
41 * Copy data from "real" memory space to IO memory space.
43 void __memcpy_toio(volatile void __iomem *to, cons argument
[all...]
/linux-master/arch/csky/kernel/
H A Dio.c8 * Copy data from IO memory space to "real" memory space.
10 void __memcpy_fromio(void *to, const volatile void __iomem *from, size_t count) argument
13 *(u8 *)to = __raw_readb(from);
15 to++;
20 *(u32 *)to = __raw_readl(from);
22 to += 4;
27 *(u8 *)to = __raw_readb(from);
29 to++;
36 * Copy data from "real" memory space to IO memory space.
38 void __memcpy_toio(volatile void __iomem *to, cons argument
[all...]
/linux-master/arch/loongarch/kernel/
H A Dio.c10 * Copy data from IO memory space to "real" memory space.
12 void __memcpy_fromio(void *to, const volatile void __iomem *from, size_t count) argument
15 *(u8 *)to = __raw_readb(from);
17 to++;
22 *(u64 *)to = __raw_readq(from);
24 to += 8;
29 *(u8 *)to = __raw_readb(from);
31 to++;
38 * Copy data from "real" memory space to IO memory space.
40 void __memcpy_toio(volatile void __iomem *to, cons argument
[all...]
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/ob/ob_1.0/
H A Dia_css_ob.host.c33 /* TODO: include ob.isp.h to get isp knowledge and
48 struct sh_css_isp_ob_params *to,
60 to->blacklevel_gr = from->level_gr >> scale;
61 to->blacklevel_r = from->level_r >> scale;
62 to->blacklevel_b = from->level_b >> scale;
63 to->blacklevel_gb = from->level_gb >> scale;
64 to->area_start_bq = 0;
65 to->area_length_bq = 0;
66 to->area_length_bq_inverse = 0;
69 to
47 ia_css_ob_encode( struct sh_css_isp_ob_params *to, const struct ia_css_ob_config *from, const struct sh_css_isp_ob_stream_config *config, unsigned int size) argument
91 ia_css_ob_vmem_encode( struct sh_css_isp_ob_vmem_params *to, const struct ia_css_ob_config *from, const struct sh_css_isp_ob_stream_config *config, unsigned int size) argument
[all...]
/linux-master/arch/x86/lib/
H A Diomem.c6 #define movs(type,to,from) \
7 asm volatile("movs" type:"=&D" (to), "=&S" (from):"0" (to), "1" (from):"memory")
10 static __always_inline void rep_movs(void *to, const void *from, size_t n) argument
22 : "0" (n / 4), "q" (n), "1" ((long)to), "2" ((long)from)
26 static void string_memcpy_fromio(void *to, const volatile void __iomem *from, size_t n) argument
33 movs("b", to, from);
37 movs("w", to, from);
40 rep_movs(to, (const void *)from, n);
42 kmsan_unpoison_memory(to,
45 string_memcpy_toio(volatile void __iomem *to, const void *from, size_t n) argument
64 unrolled_memcpy_fromio(void *to, const volatile void __iomem *from, size_t n) argument
74 unrolled_memcpy_toio(volatile void __iomem *to, const void *from, size_t n) argument
93 memcpy_fromio(void *to, const volatile void __iomem *from, size_t n) argument
102 memcpy_toio(volatile void __iomem *to, const void *from, size_t n) argument
[all...]
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/ynr/ynr_2/
H A Dia_css_ynr2.host.c48 struct sh_css_isp_yee2_params *to,
53 to->edge_sense_gain_0 = from->edge_sense_gain_0;
54 to->edge_sense_gain_1 = from->edge_sense_gain_1;
55 to->corner_sense_gain_0 = from->corner_sense_gain_0;
56 to->corner_sense_gain_1 = from->corner_sense_gain_1;
61 struct sh_css_isp_fc_params *to,
66 to->gain_exp = from->gain_exp;
68 to->coring_pos_0 = from->coring_pos_0;
69 to->coring_pos_1 = from->coring_pos_1;
70 to
47 ia_css_ynr_encode( struct sh_css_isp_yee2_params *to, const struct ia_css_ynr_config *from, unsigned int size) argument
60 ia_css_fc_encode( struct sh_css_isp_fc_params *to, const struct ia_css_fc_config *from, unsigned int size) argument
[all...]
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/cnr/cnr_2/
H A Dia_css_cnr2.host.c35 struct sh_css_isp_cnr_params *to,
40 to->coring_u = from->coring_u;
41 to->coring_v = from->coring_v;
42 to->sense_gain_vy = from->sense_gain_vy;
43 to->sense_gain_vu = from->sense_gain_vu;
44 to->sense_gain_vv = from->sense_gain_vv;
45 to->sense_gain_hy = from->sense_gain_hy;
46 to->sense_gain_hu = from->sense_gain_hu;
47 to->sense_gain_hv = from->sense_gain_hv;
34 ia_css_cnr_encode( struct sh_css_isp_cnr_params *to, const struct ia_css_cnr_config *from, unsigned int size) argument
/linux-master/arch/m68k/lib/
H A Dmemcpy.c2 * This file is subject to the terms and conditions of the GNU General Public
10 void *memcpy(void *to, const void *from, size_t n) argument
12 void *xto = to;
17 if ((long)to & 1) {
18 char *cto = to;
21 to = cto;
27 char *cto = to;
34 if (n > 2 && (long)to & 2) {
35 short *sto = to;
38 to
[all...]
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/bnr/bnr2_2/
H A Dia_css_bnr2_2.host.c52 struct sh_css_isp_bnr2_2_params *to,
57 to->d_var_gain_r = from->d_var_gain_r;
58 to->d_var_gain_g = from->d_var_gain_g;
59 to->d_var_gain_b = from->d_var_gain_b;
60 to->d_var_gain_slope_r = from->d_var_gain_slope_r;
61 to->d_var_gain_slope_g = from->d_var_gain_slope_g;
62 to->d_var_gain_slope_b = from->d_var_gain_slope_b;
64 to->n_var_gain_r = from->n_var_gain_r;
65 to->n_var_gain_g = from->n_var_gain_g;
66 to
51 ia_css_bnr2_2_encode( struct sh_css_isp_bnr2_2_params *to, const struct ia_css_bnr2_2_config *from, size_t size) argument
[all...]
/linux-master/tools/virtio/linux/
H A Duaccess.h25 static void volatile_memcpy(volatile char *to, const volatile char *from, argument
29 *(to++) = *(from++);
32 static inline int copy_from_user(void *to, const void __user volatile *from, argument
35 volatile_memcpy(to, from, n);
39 static inline int copy_to_user(void __user volatile *to, const void *from, argument
42 volatile_memcpy(to, from, n);
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/gc/gc_2/
H A Dia_css_gc2.host.c39 struct sh_css_isp_csc_params *to,
43 ia_css_encode_cc(to, from, size);
48 struct sh_css_isp_csc_params *to,
52 ia_css_encode_cc(to, from, size);
57 struct sh_css_isp_rgb_gamma_vamem_params *to,
62 memcpy(&to->gc, &from->data, sizeof(to->gc));
67 struct sh_css_isp_rgb_gamma_vamem_params *to,
72 memcpy(&to->gc, &from->data, sizeof(to
38 ia_css_yuv2rgb_encode( struct sh_css_isp_csc_params *to, const struct ia_css_cc_config *from, unsigned int size) argument
47 ia_css_rgb2yuv_encode( struct sh_css_isp_csc_params *to, const struct ia_css_cc_config *from, unsigned int size) argument
56 ia_css_r_gamma_vamem_encode( struct sh_css_isp_rgb_gamma_vamem_params *to, const struct ia_css_rgb_gamma_table *from, unsigned int size) argument
66 ia_css_g_gamma_vamem_encode( struct sh_css_isp_rgb_gamma_vamem_params *to, const struct ia_css_rgb_gamma_table *from, unsigned int size) argument
76 ia_css_b_gamma_vamem_encode( struct sh_css_isp_rgb_gamma_vamem_params *to, const struct ia_css_rgb_gamma_table *from, unsigned int size) argument
[all...]
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/bnr/bnr_1.0/
H A Dia_css_bnr.host.c25 struct sh_css_isp_bnr_params *to,
31 to->threshold_low =
33 to->threshold_width_log2 = uFRACTION_BITS_FITTING(8);
34 to->threshold_width =
35 1 << to->threshold_width_log2;
36 to->gain_all =
38 to->gain_dir =
40 to->clip = uDIGIT_FITTING(16384U, 16, SH_CSS_BAYER_BITS);
24 ia_css_bnr_encode( struct sh_css_isp_bnr_params *to, const struct ia_css_nr_config *from, unsigned int size) argument

Completed in 296 milliseconds

1234567891011>>