/linux/drivers/clocksource/ |
A D | timer-stm32.c | 148 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 …]
|
A D | timer-mediatek.c | 56 #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 …]
|
A D | renesas-ostm.c | 61 ostm_timer_stop(to); in ostm_init_clksrc() 68 to->np->full_name, timer_of_rate(to), 300, in ostm_init_clksrc() 88 ostm_timer_stop(to); in ostm_clock_event_next() 101 ostm_timer_stop(to); in ostm_shutdown() 110 ostm_timer_stop(to); in ostm_set_periodic() 112 writel(timer_of_period(to) - 1, timer_of_base(to) + OSTM_CMP); in ostm_set_periodic() 123 ostm_timer_stop(to); in ostm_set_oneshot() 162 struct timer_of *to; in ostm_init() local 165 to = kzalloc(sizeof(*to), GFP_KERNEL); in ostm_init() 166 if (!to) in ostm_init() [all …]
|
A D | timer-milbeaut.c | 52 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 …]
|
A D | timer-sun4i.c | 87 struct timer_of *to = to_timer_of(evt); in sun4i_clkevt_shutdown() local 89 sun4i_clkevt_time_stop(timer_of_base(to), 0); in sun4i_clkevt_shutdown() 96 struct timer_of *to = to_timer_of(evt); in sun4i_clkevt_set_oneshot() local 106 struct timer_of *to = to_timer_of(evt); in sun4i_clkevt_set_periodic() local 109 sun4i_clkevt_time_setup(timer_of_base(to), 0, timer_of_period(to)); in sun4i_clkevt_set_periodic() 118 struct timer_of *to = to_timer_of(clkevt); in sun4i_clkevt_next_event() local 135 struct timer_of *to = to_timer_of(evt); in sun4i_timer_interrupt() local 143 static struct timer_of to = { variable 174 ret = timer_of_init(node, &to); in sun4i_timer_init() 192 timer_of_rate(&to)); in sun4i_timer_init() [all …]
|
/linux/arch/m68k/hp300/ |
A D | hp300map.map | 185 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/ |
A D | ia_css_eed1_8.host.c | 106 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/ |
A D | rc_calc_dpi.c | 31 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/ |
A D | ia_css_bnlm.host.c | 99 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/ |
A D | compat.c | 44 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/include/asm/ |
A D | string_32.h | 45 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/arch/arc/kernel/ |
A D | ptrace.c | 21 struct membuf to) in genregs_get() argument 27 membuf_zero(&to, 4); // pad in genregs_get() 28 membuf_store(&to, ptregs->bta); in genregs_get() 35 membuf_store(&to, ptregs->fp); in genregs_get() 40 membuf_store(&to, ptregs->r9); in genregs_get() 41 membuf_store(&to, ptregs->r8); in genregs_get() 42 membuf_store(&to, ptregs->r7); in genregs_get() 43 membuf_store(&to, ptregs->r6); in genregs_get() 44 membuf_store(&to, ptregs->r5); in genregs_get() 51 membuf_zero(&to, 4); // pad2 in genregs_get() [all …]
|
/linux/fs/xfs/libxfs/ |
A D | xfs_sb.c | 497 struct xfs_sb *to, in __xfs_sb_from_disk() argument 506 memcpy(&to->sb_uuid, &from->sb_uuid, sizeof(to->sb_uuid)); in __xfs_sb_from_disk() 520 memcpy(&to->sb_fname, &from->sb_fname, sizeof(to->sb_fname)); in __xfs_sb_from_disk() 553 to->sb_crc = 0; in __xfs_sb_from_disk() 561 if (xfs_sb_is_v5(to) && in __xfs_sb_from_disk() 573 struct xfs_sb *to, in xfs_sb_from_disk() argument 581 struct xfs_dsb *to, in xfs_sb_quota_to_disk() argument 640 to->sb_pquotino = 0; in xfs_sb_quota_to_disk() 645 struct xfs_dsb *to, in xfs_sb_to_disk() argument 655 memcpy(&to->sb_uuid, &from->sb_uuid, sizeof(to->sb_uuid)); in xfs_sb_to_disk() [all …]
|
/linux/drivers/tty/vt/ |
A D | defkeymap.map | 291 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/ob/ob_1.0/ |
A D | ia_css_ob.host.c | 64 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/fs/nls/ |
A D | Kconfig | 46 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/Documentation/devicetree/bindings/power/ |
A D | rockchip-io-domain.yaml | 19 bit 7 of GRF_IO_VSEL needs to be 0. If the regulator hooked up to 24 hooked up to the pins. 93 description: The supply connected to VCCIO1. 95 description: The supply connected to VCCIO2. 97 description: The supply connected to VCCIO3. 99 description: The supply connected to VCCIO4. 101 description: The supply connected to VCCIO5. 103 description: The supply connected to VCCIO6. 117 description: The supply connected to PMUIO1. 119 description: The supply connected to PMUIO2. [all …]
|
/linux/drivers/staging/media/atomisp/pci/isp/kernels/bnr/bnr2_2/ |
A D | ia_css_bnr2_2.host.c | 52 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/arch/m68k/include/asm/ |
A D | uaccess.h | 235 : "+d" (res), "+&a" (to), "+a" (from), "=&d" (tmp) \ 285 return __generic_copy_from_user(to, from, n); in __constant_copy_from_user() 322 : "+d" (res), "+a" (to), "+a" (from), "=&d" (tmp) \ 332 __put_user_asm(MOVES, res, *(u8 *)from, (u8 __user *)to, in __constant_copy_to_user() 336 __put_user_asm(MOVES, res, *(u16 *)from, (u16 __user *)to, in __constant_copy_to_user() 340 __constant_copy_to_user_asm(res, to, from, tmp, 3, w, b,); in __constant_copy_to_user() 369 return __generic_copy_to_user(to, from, n); in __constant_copy_to_user() 379 return __constant_copy_from_user(to, from, n); in raw_copy_from_user() 380 return __generic_copy_from_user(to, from, n); in raw_copy_from_user() 387 return __constant_copy_to_user(to, from, n); in raw_copy_to_user() [all …]
|
/linux/arch/powerpc/tools/ |
A D | unrel_branch_check.sh | 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 >= 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/Documentation/filesystems/ext4/ |
A D | blockmap.rst | 6 | 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/tdf/tdf_1.0/ |
A D | ia_css_tdf.host.c | 32 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/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc1_5/ |
A D | ia_css_ctc1_5.host.c | 79 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/drivers/net/fddi/skfp/ |
A D | pmf.c | 552 char *to ; in smt_add_para() local 593 to += 4 ; in smt_add_para() 918 to += 4 ; in smt_add_para() 931 to += 2 ; in smt_add_para() 943 to += 4 ; in smt_add_para() 962 to += 4 ; in smt_add_para() 972 to += 4 ; in smt_add_para() 982 to += 4 ; in smt_add_para() 990 to += 8 ; in smt_add_para() 998 to += 8 ; in smt_add_para() [all …]
|
/linux/sound/soc/tegra/ |
A D | Kconfig | 19 Say Y or M if you want to add support for codecs attached to the 21 machine drivers to support below. 27 You will also need to select the individual machine drivers to 34 Say Y or M if you want to add support for codecs attached to the 36 machine drivers to support below. 42 You will also need to select the individual machine drivers to support 49 You will also need to select the individual machine drivers to 56 Say Y or M if you want to add support for codecs attached to the 134 output stream (of up to 16 channels). A byte RAM helps to form an 143 output streams (each of up to 16 channels). A byte RAM helps to [all …]
|