Home
last modified time | relevance | path

Searched refs:to (Results 1 – 25 of 4321) sorted by relevance

12345678910>>...173

/linux/drivers/clocksource/
H A Dtimer-stm32.c148 stm32_timer_start(to); in stm32_clock_event_set_periodic()
157 stm32_timer_start(to); in stm32_clock_event_set_oneshot()
227 to->of_clk.rate = DIV_ROUND_CLOSEST(to->of_clk.rate, prescaler); in stm32_timer_set_prescaler()
228 to->of_clk.period = DIV_ROUND_UP(to->of_clk.rate, HZ); in stm32_timer_set_prescaler()
272 to->clkevt.name = to->np->full_name; in stm32_clockevent_init()
281 clockevents_config_and_register(&to->clkevt, timer_of_rate(to), 0x1, in stm32_clockevent_init()
285 to->np, bits); in stm32_clockevent_init()
291 struct timer_of *to; in stm32_timer_init() local
294 to = kzalloc(sizeof(*to), GFP_KERNEL); in stm32_timer_init()
295 if (!to) in stm32_timer_init()
[all …]
H A Dtimer-mediatek.c56 #define SYST_CON_REG(to) (timer_of_base(to) + SYST_CON) argument
57 #define SYST_VAL_REG(to) (timer_of_base(to) + SYST_VAL) argument
87 mtk_syst_ack_irq(to); in mtk_syst_handler()
105 writel(ticks, SYST_VAL_REG(to)); in mtk_syst_clkevt_next_event()
188 mtk_gpt_clkevt_time_setup(to, to->of_clk.period, TIMER_CLK_EVT); in mtk_gpt_clkevt_set_periodic()
270 static struct timer_of to = { variable
295 ret = timer_of_init(node, &to); in mtk_syst_init()
299 clockevents_config_and_register(&to.clkevt, timer_of_rate(&to), in mtk_syst_init()
316 to.clkevt.resume = mtk_gpt_resume; in mtk_gpt_init()
319 ret = timer_of_init(node, &to); in mtk_gpt_init()
[all …]
H A Drenesas-ostm.c63 ostm_timer_stop(to); in ostm_init_clksrc()
70 to->np->full_name, timer_of_rate(to), 300, in ostm_init_clksrc()
90 ostm_timer_stop(to); in ostm_clock_event_next()
103 ostm_timer_stop(to); in ostm_shutdown()
112 ostm_timer_stop(to); in ostm_set_periodic()
114 writel(timer_of_period(to) - 1, timer_of_base(to) + OSTM_CMP); in ostm_set_periodic()
125 ostm_timer_stop(to); in ostm_set_oneshot()
165 struct timer_of *to; in ostm_init() local
168 to = kzalloc(sizeof(*to), GFP_KERNEL); in ostm_init()
169 if (!to) in ostm_init()
[all …]
H A Dtimer-milbeaut.c52 struct timer_of *to = to_timer_of(clk); in mlb_timer_interrupt() local
91 mlb_evt_timer_stop(to); in mlb_set_state_periodic()
92 mlb_evt_timer_register_count(to, to->of_clk.period); in mlb_set_state_periodic()
101 mlb_evt_timer_stop(to); in mlb_set_state_oneshot()
110 mlb_evt_timer_stop(to); in mlb_set_state_shutdown()
119 mlb_evt_timer_stop(to); in mlb_clkevt_next_event()
143 static struct timer_of to = { variable
173 ret = timer_of_init(node, &to); in mlb_timer_init()
178 mlb_config_clock_source(&to); in mlb_timer_init()
183 mlb_config_clock_event(&to); in mlb_timer_init()
[all …]
H A Dtimer-loongson1-pwm.c45 struct timer_of *to) in ls1x_pwmtimer_set_period() argument
80 ls1x_pwmtimer_irq_ack(to); in ls1x_clockevent_isr()
81 ls1x_pwmtimer_clear(to); in ls1x_clockevent_isr()
82 ls1x_pwmtimer_start(to); in ls1x_clockevent_isr()
94 ls1x_pwmtimer_set_period(timer_of_period(to), to); in ls1x_clockevent_set_state_periodic()
95 ls1x_pwmtimer_clear(to); in ls1x_clockevent_set_state_periodic()
96 ls1x_pwmtimer_start(to); in ls1x_clockevent_set_state_periodic()
127 ls1x_pwmtimer_clear(to); in ls1x_clockevent_set_next()
128 ls1x_pwmtimer_start(to); in ls1x_clockevent_set_next()
221 ret = timer_of_init(np, to); in ls1x_pwm_clocksource_init()
[all …]
H A Dtimer-sun4i.c85 struct timer_of *to = to_timer_of(evt); in sun4i_clkevt_shutdown() local
87 sun4i_clkevt_time_stop(timer_of_base(to), 0); in sun4i_clkevt_shutdown()
94 struct timer_of *to = to_timer_of(evt); in sun4i_clkevt_set_oneshot() local
104 struct timer_of *to = to_timer_of(evt); in sun4i_clkevt_set_periodic() local
107 sun4i_clkevt_time_setup(timer_of_base(to), 0, timer_of_period(to)); in sun4i_clkevt_set_periodic()
116 struct timer_of *to = to_timer_of(clkevt); in sun4i_clkevt_next_event() local
133 struct timer_of *to = to_timer_of(evt); in sun4i_timer_interrupt() local
141 static struct timer_of to = { variable
173 ret = timer_of_init(node, &to); in sun4i_timer_init()
191 timer_of_rate(&to)); in sun4i_timer_init()
[all …]
/linux/arch/m68k/hp300/
H A Dhp300map.map185 compose '`' 'A' to '�'
186 compose '`' 'a' to '�'
189 compose '^' 'A' to '�'
190 compose '^' 'a' to '�'
191 compose '~' 'A' to '�'
192 compose '~' 'a' to '�'
193 compose '"' 'A' to '�'
194 compose '"' 'a' to '�'
195 compose 'O' 'A' to '�'
196 compose 'o' 'a' to '�'
[all …]
/linux/drivers/staging/media/atomisp/pci/isp/kernels/eed1_8/
H A Dia_css_eed1_8.host.c106 to->chgrinv_x[0][i] = 0; in ia_css_eed1_8_vmem_encode()
107 to->chgrinv_a[0][i] = 0; in ia_css_eed1_8_vmem_encode()
108 to->chgrinv_b[0][i] = 0; in ia_css_eed1_8_vmem_encode()
110 to->tcinv_x[0][i] = 0; in ia_css_eed1_8_vmem_encode()
111 to->tcinv_a[0][i] = 0; in ia_css_eed1_8_vmem_encode()
112 to->tcinv_b[0][i] = 0; in ia_css_eed1_8_vmem_encode()
113 to->tcinv_c[0][i] = 0; in ia_css_eed1_8_vmem_encode()
114 to->fcinv_x[0][i] = 0; in ia_css_eed1_8_vmem_encode()
115 to->fcinv_a[0][i] = 0; in ia_css_eed1_8_vmem_encode()
116 to->fcinv_b[0][i] = 0; in ia_css_eed1_8_vmem_encode()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dsc/
H A Drc_calc_dpi.c31 to->line_buf_depth = from->line_buf_depth; in copy_pps_fields()
33 to->convert_rgb = from->convert_rgb; in copy_pps_fields()
34 to->slice_width = from->slice_width; in copy_pps_fields()
35 to->slice_height = from->slice_height; in copy_pps_fields()
36 to->simple_422 = from->simple_422; in copy_pps_fields()
37 to->native_422 = from->native_422; in copy_pps_fields()
38 to->native_420 = from->native_420; in copy_pps_fields()
39 to->pic_width = from->pic_width; in copy_pps_fields()
40 to->pic_height = from->pic_height; in copy_pps_fields()
64 to->final_offset = from->final_offset; in copy_pps_fields()
[all …]
/linux/drivers/staging/media/atomisp/pci/isp/kernels/bnlm/
H A Dia_css_bnlm.host.c99 struct bnlm_vmem_params *to, in ia_css_bnlm_vmem_encode() argument
123 memset(to->nl_th, 0, sizeof(to->nl_th)); in ia_css_bnlm_vmem_encode()
124 to->nl_th[0][0] = from->nl_th[0]; in ia_css_bnlm_vmem_encode()
125 to->nl_th[0][1] = from->nl_th[1]; in ia_css_bnlm_vmem_encode()
126 to->nl_th[0][2] = from->nl_th[2]; in ia_css_bnlm_vmem_encode()
128 memset(to->match_quality_max_idx, 0, sizeof(to->match_quality_max_idx)); in ia_css_bnlm_vmem_encode()
136 memset(to->div_lut_intercepts, 0, sizeof(to->div_lut_intercepts)); in ia_css_bnlm_vmem_encode()
141 memset(to->power_of_2, 0, sizeof(to->power_of_2)); in ia_css_bnlm_vmem_encode()
143 to->power_of_2[0][i] = 1 << i; in ia_css_bnlm_vmem_encode()
150 struct bnlm_dmem_params *to, in ia_css_bnlm_encode() argument
[all …]
/linux/ipc/
H A Dcompat.c44 to->uid = v.uid; in get_compat_ipc64_perm()
45 to->gid = v.gid; in get_compat_ipc64_perm()
46 to->mode = v.mode; in get_compat_ipc64_perm()
56 to->uid = v.uid; in get_compat_ipc_perm()
57 to->gid = v.gid; in get_compat_ipc_perm()
58 to->mode = v.mode; in get_compat_ipc_perm()
64 to->key = from->key; in to_compat_ipc64_perm()
65 to->uid = from->uid; in to_compat_ipc64_perm()
66 to->gid = from->gid; in to_compat_ipc64_perm()
70 to->seq = from->seq; in to_compat_ipc64_perm()
[all …]
/linux/arch/x86/lib/
H A Diomem.c6 #define movs(type,to,from) \ argument
7 asm volatile("movs" type:"=&D" (to), "=&S" (from):"0" (to), "1" (from):"memory")
33 movs("b", to, from); in string_memcpy_fromio()
37 movs("w", to, from); in string_memcpy_fromio()
40 rep_movs(to, (const void *)from, n); in string_memcpy_fromio()
42 kmsan_unpoison_memory(to, n); in string_memcpy_fromio()
54 movs("b", to, from); in string_memcpy_toio()
58 movs("w", to, from); in string_memcpy_toio()
67 char *out = to; in unrolled_memcpy_fromio()
76 volatile char __iomem *out = to; in unrolled_memcpy_toio()
[all …]
/linux/drivers/staging/media/atomisp/pci/isp/kernels/ob/ob_1.0/
H A Dia_css_ob.host.c64 to->area_start_bq = 0; in ia_css_ob_encode()
69 to->blacklevel_gr = 0; in ia_css_ob_encode()
70 to->blacklevel_r = 0; in ia_css_ob_encode()
71 to->blacklevel_b = 0; in ia_css_ob_encode()
72 to->blacklevel_gb = 0; in ia_css_ob_encode()
74 to->area_length_bq = in ia_css_ob_encode()
76 to->area_length_bq_inverse = AREA_LENGTH_UNIT / to->area_length_bq; in ia_css_ob_encode()
79 to->blacklevel_gr = 0; in ia_css_ob_encode()
80 to->blacklevel_r = 0; in ia_css_ob_encode()
81 to->blacklevel_b = 0; in ia_css_ob_encode()
[all …]
/linux/Documentation/devicetree/bindings/power/
H A Drockchip-io-domain.yaml19 bit 7 of GRF_IO_VSEL needs to be 0. If the regulator hooked up to
24 hooked up to the pins.
95 description: The supply connected to VCCIO1.
97 description: The supply connected to VCCIO2.
99 description: The supply connected to VCCIO3.
101 description: The supply connected to VCCIO4.
103 description: The supply connected to VCCIO5.
105 description: The supply connected to VCCIO6.
119 description: The supply connected to PMUIO1.
121 description: The supply connected to PMUIO2.
[all …]
/linux/arch/powerpc/tools/
H A Dunrel_branch_check.sh47 while IFS=: read -r from branch to sym; do
48 case "$to" in
49 c*) to="0x$to"
52 to=${to#.+}
54 if (( to >= 0x2000000 )); then
55 to=$(( to - 0x4000000 ))
57 elif (( to >= 0x8000 )); then
58 to=$(( to - 0x10000 ))
60 printf -v to '0x%x' $(( "0x$from" + to ))
65 if [ "$to" = "$sim" ]; then
[all …]
/linux/arch/x86/include/asm/
H A Dstring_32.h45 return to; in __memcpy()
57 return to; in __constant_memcpy()
62 return to; in __constant_memcpy()
65 return to; in __constant_memcpy()
68 return to; in __constant_memcpy()
72 return to; in __constant_memcpy()
76 return to; in __constant_memcpy()
80 return to; in __constant_memcpy()
84 return to; in __constant_memcpy()
123 return to; in __constant_memcpy()
[all …]
/linux/drivers/tty/vt/
H A Ddefkeymap.map291 compose '`' 'A' to '�'
292 compose '`' 'a' to '�'
295 compose '^' 'A' to '�'
296 compose '^' 'a' to '�'
297 compose '~' 'A' to '�'
298 compose '~' 'a' to '�'
299 compose '"' 'A' to '�'
300 compose '"' 'a' to '�'
301 compose 'O' 'A' to '�'
302 compose 'o' 'a' to '�'
[all …]
/linux/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, in ia_css_bnr2_2_encode() argument
57 to->d_var_gain_r = from->d_var_gain_r; in ia_css_bnr2_2_encode()
58 to->d_var_gain_g = from->d_var_gain_g; in ia_css_bnr2_2_encode()
59 to->d_var_gain_b = from->d_var_gain_b; in ia_css_bnr2_2_encode()
64 to->n_var_gain_r = from->n_var_gain_r; in ia_css_bnr2_2_encode()
65 to->n_var_gain_g = from->n_var_gain_g; in ia_css_bnr2_2_encode()
66 to->n_var_gain_b = from->n_var_gain_b; in ia_css_bnr2_2_encode()
71 to->dir_thres = from->dir_thres; in ia_css_bnr2_2_encode()
72 to->dir_thres_w = from->dir_thres_w; in ia_css_bnr2_2_encode()
75 to->dir_gain = from->dir_gain; in ia_css_bnr2_2_encode()
[all …]
/linux/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, in ia_css_tdf_vmem_encode() argument
48 struct ia_css_isp_tdf_dmem_params *to, in ia_css_tdf_encode() argument
53 to->Epsilon_0 = from->epsilon_0; in ia_css_tdf_encode()
54 to->Epsilon_1 = from->epsilon_1; in ia_css_tdf_encode()
57 to->Sepa_flat = from->sepa_flat; in ia_css_tdf_encode()
58 to->Sepa_Edge = from->sepa_edge; in ia_css_tdf_encode()
59 to->Blend_Flat = from->blend_flat; in ia_css_tdf_encode()
60 to->Blend_Text = from->blend_text; in ia_css_tdf_encode()
61 to->Blend_Edge = from->blend_edge; in ia_css_tdf_encode()
62 to->Shading_Gain = from->shading_gain; in ia_css_tdf_encode()
[all …]
/linux/fs/xfs/libxfs/
H A Dxfs_sb.c614 struct xfs_sb *to, in __xfs_sb_from_disk() argument
623 memcpy(&to->sb_uuid, &from->sb_uuid, sizeof(to->sb_uuid)); in __xfs_sb_from_disk()
637 memcpy(&to->sb_fname, &from->sb_fname, sizeof(to->sb_fname)); in __xfs_sb_from_disk()
670 to->sb_crc = 0; in __xfs_sb_from_disk()
678 if (xfs_sb_is_v5(to) && in __xfs_sb_from_disk()
690 struct xfs_sb *to, in xfs_sb_from_disk() argument
698 struct xfs_dsb *to, in xfs_sb_quota_to_disk() argument
757 to->sb_pquotino = 0; in xfs_sb_quota_to_disk()
762 struct xfs_dsb *to, in xfs_sb_to_disk() argument
772 memcpy(&to->sb_uuid, &from->sb_uuid, sizeof(to->sb_uuid)); in xfs_sb_to_disk()
[all …]
/linux/Documentation/filesystems/ext4/
H A Dblockmap.rst6 | 0 to 11 | Direct map to file blocks 0 to 11. …
8 | 12 | Indirect block: (file blocks 12 to (``$block_size`` / 4) + 11, or 12 to 103…
13 | | | 0 to (``$block_size`` / 4) | Direct map to (``$block_size`` / 4) blocks…
16 …lock: (file blocks ``$block_size``/4 + 12 to (``$block_size`` / 4) ^ 2 + (``$block_size`` / 4) + 1…
21 | | | 0 to (``$block_size`` / 4) | Map to (``$block_size`` / 4) indirect bl…
26 … | | | | 0 to (``$block_size`` / 4) | Direct map to
30 …``$block_size`` / 4) + 12 to (``$block_size`` / 4) ^ 3 + (``$block_size`` / 4) ^ 2 + (``$block_siz…
35 | | | 0 to (``$block_size`` / 4) | Map to (``$block_size`` / 4) double indi…
40 … | | | | 0 to (``$block_size`` / 4) | Map to (`…
45 … | | | | 0 to (``$block_size`` / 4) | Direct map to
/linux/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc1_5/
H A Dia_css_ctc1_5.host.c79 to->y0 = from->y0; in ia_css_ctc_encode()
80 to->y1 = from->y1; in ia_css_ctc_encode()
81 to->y2 = from->y2; in ia_css_ctc_encode()
82 to->y3 = from->y3; in ia_css_ctc_encode()
83 to->y4 = from->y4; in ia_css_ctc_encode()
84 to->y5 = from->y5; in ia_css_ctc_encode()
88 to->x1 = from->x1; in ia_css_ctc_encode()
89 to->x2 = from->x2; in ia_css_ctc_encode()
90 to->x3 = from->x3; in ia_css_ctc_encode()
91 to->x4 = from->x4; in ia_css_ctc_encode()
[all …]
/linux/arch/arm64/kernel/
H A Dio.c18 *(u8 *)to = __raw_readb(from); in __memcpy_fromio()
20 to++; in __memcpy_fromio()
25 *(u64 *)to = __raw_readq(from); in __memcpy_fromio()
27 to += 8; in __memcpy_fromio()
32 *(u8 *)to = __raw_readb(from); in __memcpy_fromio()
34 to++; in __memcpy_fromio()
88 __raw_writeb(*(u8 *)from, to); in __memcpy_toio()
90 to++; in __memcpy_toio()
97 to += 8; in __memcpy_toio()
102 __raw_writeb(*(u8 *)from, to); in __memcpy_toio()
[all …]
/linux/fs/nls/
H A DKconfig46 codepage if you want to be able to read/write these filenames on
58 codepage if you want to be able to read/write these filenames on
70 codepage if you want to be able to read/write these filenames on
83 codepage if you want to be able to read/write these filenames on
99 codepage if you want to be able to read/write these filenames on
114 codepage if you want to be able to read/write these filenames on
125 codepage if you want to be able to read/write these filenames on
136 codepage if you want to be able to read/write these filenames on
147 codepage if you want to be able to read/write these filenames on
158 codepage if you want to be able to read/write these filenames on
[all …]
/linux/arch/m68k/include/asm/
H A Duaccess.h225 : "+d" (res), "+&a" (to), "+a" (from), "=&d" (tmp) \
275 return __generic_copy_from_user(to, from, n); in __constant_copy_from_user()
312 : "+d" (res), "+a" (to), "+a" (from), "=&d" (tmp) \
322 __put_user_asm(MOVES, res, *(u8 *)from, (u8 __user *)to, in __constant_copy_to_user()
326 __put_user_asm(MOVES, res, *(u16 *)from, (u16 __user *)to, in __constant_copy_to_user()
330 __constant_copy_to_user_asm(res, to, from, tmp, 3, w, b,); in __constant_copy_to_user()
359 return __generic_copy_to_user(to, from, n); in __constant_copy_to_user()
369 return __constant_copy_from_user(to, from, n); in raw_copy_from_user()
370 return __generic_copy_from_user(to, from, n); in raw_copy_from_user()
377 return __constant_copy_to_user(to, from, n); in raw_copy_to_user()
[all …]

12345678910>>...173