| /OK3568_Linux_fs/kernel/drivers/thermal/intel/int340x_thermal/ |
| H A D | processor_thermal_device.c | 163 static int tcc_offset_update(unsigned int tcc) in tcc_offset_update() argument 168 if (tcc > 63) in tcc_offset_update() 179 val |= (tcc & 0x3f) << 24; in tcc_offset_update() 194 unsigned int tcc; in tcc_offset_degree_celsius_store() local 205 if (kstrtouint(buf, 0, &tcc)) in tcc_offset_degree_celsius_store() 208 err = tcc_offset_update(tcc); in tcc_offset_degree_celsius_store() 212 tcc_offset_save = tcc; in tcc_offset_degree_celsius_store()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/ipu3/ |
| H A D | ipu3-css-params.c | 2247 acc->tcc = acc_user->tcc; in imgu_css_cfg_acc() 2250 acc->tcc = acc_old->tcc; in imgu_css_cfg_acc() 2253 memset(&acc->tcc, 0, sizeof(acc->tcc)); in imgu_css_cfg_acc() 2255 acc->tcc.gen_control.en = 1; in imgu_css_cfg_acc() 2256 acc->tcc.gen_control.blend_shift = 3; in imgu_css_cfg_acc() 2257 acc->tcc.gen_control.gain_according_to_y_only = 1; in imgu_css_cfg_acc() 2258 acc->tcc.gen_control.gamma = 8; in imgu_css_cfg_acc() 2259 acc->tcc.gen_control.delta = 0; in imgu_css_cfg_acc() 2262 acc->tcc.macc_table.entries[i].a = 1024; in imgu_css_cfg_acc() 2263 acc->tcc.macc_table.entries[i].b = 0; in imgu_css_cfg_acc() [all …]
|
| /OK3568_Linux_fs/kernel/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 200 const u8 tcc = bpf2a64[TCALL_CNT]; in build_prologue() local 238 emit(A64_PUSH(fp, tcc, A64_SP), ctx); in build_prologue() 245 emit(A64_MOVZ(1, tcc, 0, 0), ctx); in build_prologue() 275 const u8 tcc = bpf2a64[TCALL_CNT]; in emit_bpf_tail_call() local 296 emit(A64_CMP(1, tcc, tmp), ctx); in emit_bpf_tail_call() 298 emit(A64_ADD_I(1, tcc, tcc, 1), ctx); in emit_bpf_tail_call()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/tr1/ |
| H A D | cmath | 1242 #include <tr1/gamma.tcc> 1243 #include <tr1/bessel_function.tcc> 1244 #include <tr1/beta_function.tcc> 1245 #include <tr1/ell_integral.tcc> 1246 #include <tr1/exp_integral.tcc> 1247 #include <tr1/legendre_function.tcc> 1248 #include <tr1/modified_bessel_func.tcc> 1249 #include <tr1/poly_hermite.tcc> 1250 #include <tr1/poly_laguerre.tcc> 1251 #include <tr1/riemann_zeta.tcc> [all …]
|
| H A D | random | 48 #include <tr1/random.tcc>
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/tr1/ |
| H A D | cmath | 1242 #include <tr1/gamma.tcc> 1243 #include <tr1/bessel_function.tcc> 1244 #include <tr1/beta_function.tcc> 1245 #include <tr1/ell_integral.tcc> 1246 #include <tr1/exp_integral.tcc> 1247 #include <tr1/legendre_function.tcc> 1248 #include <tr1/modified_bessel_func.tcc> 1249 #include <tr1/poly_hermite.tcc> 1250 #include <tr1/poly_laguerre.tcc> 1251 #include <tr1/riemann_zeta.tcc> [all …]
|
| H A D | random | 48 #include <tr1/random.tcc>
|
| /OK3568_Linux_fs/kernel/arch/x86/net/ |
| H A D | bpf_jit_comp32.c | 1207 const u8 *tcc = bpf2ia32[TCALL_CNT]; in emit_prologue() local 1237 EMIT3(0x89, add_2reg(0x40, IA32_EBP, IA32_EBX), STACK_VAR(tcc[0])); in emit_prologue() 1238 EMIT3(0x89, add_2reg(0x40, IA32_EBP, IA32_EBX), STACK_VAR(tcc[1])); in emit_prologue() 1306 const u8 *tcc = bpf2ia32[TCALL_CNT]; in emit_bpf_tail_call() local 1331 EMIT3(0x8B, add_2reg(0x40, IA32_EBP, IA32_ECX), STACK_VAR(tcc[0])); in emit_bpf_tail_call() 1332 EMIT3(0x8B, add_2reg(0x40, IA32_EBP, IA32_EBX), STACK_VAR(tcc[1])); in emit_bpf_tail_call() 1349 EMIT3(0x89, add_2reg(0x40, IA32_EBP, IA32_ECX), STACK_VAR(tcc[0])); in emit_bpf_tail_call() 1351 EMIT3(0x89, add_2reg(0x40, IA32_EBP, IA32_EBX), STACK_VAR(tcc[1])); in emit_bpf_tail_call()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | random | 51 #include <bits/random.tcc>
|
| H A D | forward_list | 40 #include <bits/forward_list.tcc>
|
| H A D | list | 64 #include <bits/list.tcc>
|
| H A D | vector | 72 # include <bits/vector.tcc>
|
| H A D | string | 56 #include <bits/basic_string.tcc>
|
| H A D | deque | 69 #include <bits/deque.tcc>
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | random | 51 #include <bits/random.tcc>
|
| H A D | forward_list | 40 #include <bits/forward_list.tcc>
|
| H A D | list | 64 #include <bits/list.tcc>
|
| H A D | vector | 72 # include <bits/vector.tcc>
|
| H A D | deque | 69 #include <bits/deque.tcc>
|
| H A D | string | 56 #include <bits/basic_string.tcc>
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/ |
| H A D | imsttfb.c | 584 __u8 tcc, mxc, lckl_n, mic; in set_imstt_regvals_tvp() local 590 tcc = 0x80; in set_imstt_regvals_tvp() 597 tcc = 0x44; in set_imstt_regvals_tvp() 604 tcc = 0x5e; in set_imstt_regvals_tvp() 611 tcc = 0x46; in set_imstt_regvals_tvp() 630 par->cmap_regs[TVPIDATA] = tcc; eieio(); in set_imstt_regvals_tvp()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/s-nail/files/ |
| H A D | make-errors.patch | 25 acmd_set CC tcc || acmd_set CC pcc ||
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/liba52/liba52/ |
| H A D | buildcleanup.patch | 51 -elif test x"$CC" = x"tcc" -a x"`$CC -version 2>&1 | grep TenDRA`" != x""; then
|
| /OK3568_Linux_fs/kernel/arch/arm/net/ |
| H A D | bpf_jit_32.c | 1176 const s8 *tcc = bpf2a32[TCALL_CNT]; in emit_bpf_tail_call() local 1208 tc = arm_bpf_get_reg64(tcc, tmp, ctx); in emit_bpf_tail_call() 1214 arm_bpf_put_reg64(tcc, tmp, ctx); in emit_bpf_tail_call() 1304 const s8 *tcc = bpf2a32[TCALL_CNT]; in build_prologue() local 1331 emit_a32_mov_r64(true, tcc, bpf_r1, ctx); in build_prologue()
|
| /OK3568_Linux_fs/kernel/arch/riscv/net/ |
| H A D | bpf_jit_comp64.c | 294 u8 tcc = rv_tail_call_reg(ctx); in emit_bpf_tail_call() local 317 emit_addi(RV_REG_T1, tcc, -1, ctx); in emit_bpf_tail_call() 319 emit_branch(BPF_JSLT, tcc, RV_REG_ZERO, off, ctx); in emit_bpf_tail_call()
|