/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
D | rs690.c | 81 tmp.full = dfixed_const(100); in rs690_pm_info() 82 rdev->pm.igp_sideport_mclk.full = dfixed_const(le32_to_cpu(info->info.ulBootUpMemoryClock)); in rs690_pm_info() 83 rdev->pm.igp_sideport_mclk.full = dfixed_div(rdev->pm.igp_sideport_mclk, tmp); in rs690_pm_info() 85 rdev->pm.igp_system_mclk.full = dfixed_const(le16_to_cpu(info->info.usK8MemoryClock)); in rs690_pm_info() 87 rdev->pm.igp_system_mclk.full = dfixed_const(rdev->clock.default_mclk); in rs690_pm_info() 88 rdev->pm.igp_system_mclk.full = dfixed_div(rdev->pm.igp_system_mclk, tmp); in rs690_pm_info() 90 rdev->pm.igp_system_mclk.full = dfixed_const(400); in rs690_pm_info() 91 rdev->pm.igp_ht_link_clk.full = dfixed_const(le16_to_cpu(info->info.usFSBClock)); in rs690_pm_info() 92 rdev->pm.igp_ht_link_width.full = dfixed_const(info->info.ucHTLinkWidth); in rs690_pm_info() 95 tmp.full = dfixed_const(100); in rs690_pm_info() [all …]
|
D | rv515.c | 981 a.full = dfixed_const(100); in rv515_crtc_bandwidth_compute() 982 sclk.full = dfixed_const(selected_sclk); in rv515_crtc_bandwidth_compute() 983 sclk.full = dfixed_div(sclk, a); in rv515_crtc_bandwidth_compute() 985 if (crtc->vsc.full > dfixed_const(2)) in rv515_crtc_bandwidth_compute() 986 wm->num_line_pair.full = dfixed_const(2); in rv515_crtc_bandwidth_compute() 988 wm->num_line_pair.full = dfixed_const(1); in rv515_crtc_bandwidth_compute() 990 b.full = dfixed_const(mode->crtc_hdisplay); in rv515_crtc_bandwidth_compute() 991 c.full = dfixed_const(256); in rv515_crtc_bandwidth_compute() 992 a.full = dfixed_div(b, c); in rv515_crtc_bandwidth_compute() 993 request_fifo_depth.full = dfixed_mul(a, wm->num_line_pair); in rv515_crtc_bandwidth_compute() [all …]
|
/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/ |
D | config.gni | 46 "$TEST_UNITTEST_DIR/libc/posix/mqueue/full/It_posix_queue_002.cpp", 47 "$TEST_UNITTEST_DIR/libc/posix/mqueue/full/It_posix_queue_005.cpp", 48 "$TEST_UNITTEST_DIR/libc/posix/mqueue/full/It_posix_queue_008.cpp", 49 "$TEST_UNITTEST_DIR/libc/posix/mqueue/full/It_posix_queue_011.cpp", 50 "$TEST_UNITTEST_DIR/libc/posix/mqueue/full/It_posix_queue_013.cpp", 51 "$TEST_UNITTEST_DIR/libc/posix/mqueue/full/It_posix_queue_014.cpp", 52 "$TEST_UNITTEST_DIR/libc/posix/mqueue/full/It_posix_queue_015.cpp", 53 "$TEST_UNITTEST_DIR/libc/posix/mqueue/full/It_posix_queue_016.cpp", 54 "$TEST_UNITTEST_DIR/libc/posix/mqueue/full/It_posix_queue_018.cpp", 55 "$TEST_UNITTEST_DIR/libc/posix/mqueue/full/It_posix_queue_019.cpp", [all …]
|
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/ |
D | config.gni | 50 "$TEST_UNITTEST_DIR/libc/posix/pthread/full/It_posix_pthread_001.cpp", 51 "$TEST_UNITTEST_DIR/libc/posix/pthread/full/It_posix_pthread_002.cpp", 52 "$TEST_UNITTEST_DIR/libc/posix/pthread/full/It_posix_pthread_007.cpp", 53 "$TEST_UNITTEST_DIR/libc/posix/pthread/full/It_posix_pthread_010.cpp", 54 "$TEST_UNITTEST_DIR/libc/posix/pthread/full/It_posix_pthread_011.cpp", 55 "$TEST_UNITTEST_DIR/libc/posix/pthread/full/It_posix_pthread_013.cpp", 56 "$TEST_UNITTEST_DIR/libc/posix/pthread/full/It_posix_pthread_023.cpp", 57 "$TEST_UNITTEST_DIR/libc/posix/pthread/full/It_posix_pthread_025.cpp", 58 "$TEST_UNITTEST_DIR/libc/posix/pthread/full/It_posix_pthread_026.cpp", 59 "$TEST_UNITTEST_DIR/libc/posix/pthread/full/It_posix_pthread_027.cpp", [all …]
|
/kernel/liteos_a/testsuites/unittest/libc/io/ |
D | config.gni | 56 "$TEST_UNITTEST_DIR/libc/io/full/IO_test_confstr_001.cpp", 57 "$TEST_UNITTEST_DIR/libc/io/full/IO_test_dcgettext_001.cpp", 58 "$TEST_UNITTEST_DIR/libc/io/full/IO_test_dcgettext_002.cpp", 59 "$TEST_UNITTEST_DIR/libc/io/full/IO_test_dcngettext_001.cpp", 60 "$TEST_UNITTEST_DIR/libc/io/full/IO_test_dcngettext_002.cpp", 61 "$TEST_UNITTEST_DIR/libc/io/full/IO_test_dngettext_001.cpp", 62 "$TEST_UNITTEST_DIR/libc/io/full/IO_test_dngettext_002.cpp", 63 "$TEST_UNITTEST_DIR/libc/io/full/IO_test_duplocale_001.cpp", 64 "$TEST_UNITTEST_DIR/libc/io/full/IO_test_locale_001.cpp", 65 "$TEST_UNITTEST_DIR/libc/io/full/IO_test_locale_002.cpp", [all …]
|
/kernel/liteos_a/testsuites/unittest/extended/signal/ |
D | config.gni | 65 "$TEST_UNITTEST_DIR/extended/signal/full/It_ipc_fdclr_001.cpp", 66 "$TEST_UNITTEST_DIR/extended/signal/full/It_ipc_fdset_001.cpp", 67 "$TEST_UNITTEST_DIR/extended/signal/full/It_ipc_fdzero_001.cpp", 68 "$TEST_UNITTEST_DIR/extended/signal/full/It_ipc_sigaction_001.cpp", 69 "$TEST_UNITTEST_DIR/extended/signal/full/It_ipc_sigpause_001.cpp", 70 "$TEST_UNITTEST_DIR/extended/signal/full/It_ipc_sigprocmask_001.cpp", 71 "$TEST_UNITTEST_DIR/extended/signal/full/signal_test_001.cpp", 72 "$TEST_UNITTEST_DIR/extended/signal/full/signal_test_003.cpp", 73 "$TEST_UNITTEST_DIR/extended/signal/full/signal_test_004.cpp", 74 "$TEST_UNITTEST_DIR/extended/signal/full/signal_test_005.cpp", [all …]
|
/kernel/linux/linux-5.10/kernel/trace/ |
D | trace_seq.c | 86 if (s->full) in trace_seq_printf() 98 s->full = 1; in trace_seq_printf() 116 if (s->full) in trace_seq_bitmask() 125 s->full = 1; in trace_seq_bitmask() 145 if (s->full) in trace_seq_vprintf() 155 s->full = 1; in trace_seq_vprintf() 179 if (s->full) in trace_seq_bprintf() 189 s->full = 1; in trace_seq_bprintf() 209 if (s->full) in trace_seq_puts() 215 s->full = 1; in trace_seq_puts() [all …]
|
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/ipc/ |
D | BUILD.gn | 35 "mux/full/It_los_mutex_006.c", 36 "mux/full/It_los_mutex_007.c", 37 "mux/full/It_los_mutex_008.c", 38 "mux/full/It_los_mutex_009.c", 39 "mux/full/It_los_mutex_010.c", 40 "mux/full/It_los_mutex_011.c", 41 "mux/full/It_los_mutex_012.c", 42 "mux/full/It_los_mutex_013.c", 43 "mux/full/It_los_mutex_015.c", 44 "mux/full/It_los_mutex_016.c", [all …]
|
/kernel/liteos_a/testsuites/kernel/sample/kernel_base/core/ |
D | BUILD.gn | 35 "swtmr/full/It_los_swtmr_001.c", 36 "swtmr/full/It_los_swtmr_002.c", 37 "swtmr/full/It_los_swtmr_003.c", 38 "swtmr/full/It_los_swtmr_005.c", 39 "swtmr/full/It_los_swtmr_006.c", 40 "swtmr/full/It_los_swtmr_007.c", 41 "swtmr/full/It_los_swtmr_008.c", 42 "swtmr/full/It_los_swtmr_009.c", 43 "swtmr/full/It_los_swtmr_010.c", 44 "swtmr/full/It_los_swtmr_011.c", [all …]
|
/kernel/liteos_a/testsuites/unittest/net/netdb/ |
D | config.gni | 41 "$TEST_UNITTEST_DIR/net/netdb/full/net_netdb_test_002.cpp", 42 "$TEST_UNITTEST_DIR/net/netdb/full/net_netdb_test_003.cpp", 43 "$TEST_UNITTEST_DIR/net/netdb/full/net_netdb_test_004.cpp", 44 "$TEST_UNITTEST_DIR/net/netdb/full/net_netdb_test_005.cpp", 45 "$TEST_UNITTEST_DIR/net/netdb/full/net_netdb_test_006.cpp", 46 "$TEST_UNITTEST_DIR/net/netdb/full/net_netdb_test_007.cpp", 47 "$TEST_UNITTEST_DIR/net/netdb/full/net_netdb_test_008.cpp", 48 "$TEST_UNITTEST_DIR/net/netdb/full/net_netdb_test_009.cpp", 49 "$TEST_UNITTEST_DIR/net/netdb/full/net_netdb_test_010.cpp", 50 "$TEST_UNITTEST_DIR/net/netdb/full/net_netdb_test_011.cpp", [all …]
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
D | ppevvmath.h | 42 int full; member 223 temp.full = (X << SHIFT_AMOUNT); in ConvertToFraction() 225 temp.full = 0; in ConvertToFraction() 241 temp.full = (X << SHIFT_AMOUNT); in Convert_ULONG_ToFraction() 243 temp.full = 0; in Convert_ULONG_ToFraction() 280 fValue.full = 0; in GetScaledFraction() 290 fValue.full = fValue.full << times_shifted; in GetScaledFraction() 291 fValue.full = fValue.full >> factor_shifted; in GetScaledFraction() 301 Sum.full = X.full + Y.full; in fAdd() 311 Difference.full = X.full - Y.full; in fSubtract() [all …]
|
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
D | utmath.c | 22 u64 full; member 56 multiplicand_ovl.full = multiplicand; in acpi_ut_short_multiply() 73 *out_product = product.full; in acpi_ut_short_multiply() 97 operand_ovl.full = operand; in acpi_ut_short_shift_left() 110 *out_result = operand_ovl.full; in acpi_ut_short_shift_left() 134 operand_ovl.full = operand; in acpi_ut_short_shift_right() 147 *out_result = operand_ovl.full; in acpi_ut_short_shift_right() 272 dividend_ovl.full = dividend; in acpi_ut_short_divide() 287 *out_quotient = quotient.full; in acpi_ut_short_divide() 334 divisor.full = in_divisor; in acpi_ut_divide() [all …]
|
/kernel/linux/linux-5.10/drivers/power/supply/ |
D | apm_power.c | 40 union power_supply_propval full; member 57 if (!PSY_PROP(bp->bat, CHARGE_FULL_DESIGN, &bp->full) || in __find_main_battery() 58 !PSY_PROP(bp->bat, CHARGE_FULL, &bp->full)) { in __find_main_battery() 59 if (bp->full.intval > bp->max_charge) { in __find_main_battery() 61 bp->max_charge = bp->full.intval; in __find_main_battery() 63 } else if (!PSY_PROP(bp->bat, ENERGY_FULL_DESIGN, &bp->full) || in __find_main_battery() 64 !PSY_PROP(bp->bat, ENERGY_FULL, &bp->full)) { in __find_main_battery() 65 if (bp->full.intval > bp->max_energy) { in __find_main_battery() 67 bp->max_energy = bp->full.intval; in __find_main_battery() 93 &bp.full)) { in find_main_battery() [all …]
|
/kernel/liteos_a/testsuites/unittest/process/basic/process/ |
D | config.gni | 99 "$TEST_UNITTEST_DIR/process/basic/process/full/process_test_007.cpp", 100 "$TEST_UNITTEST_DIR/process/basic/process/full/process_test_031.cpp", 101 "$TEST_UNITTEST_DIR/process/basic/process/full/process_test_032.cpp", 102 "$TEST_UNITTEST_DIR/process/basic/process/full/process_test_033.cpp", 103 "$TEST_UNITTEST_DIR/process/basic/process/full/process_test_034.cpp", 104 "$TEST_UNITTEST_DIR/process/basic/process/full/process_test_035.cpp", 105 "$TEST_UNITTEST_DIR/process/basic/process/full/process_test_036.cpp", 106 "$TEST_UNITTEST_DIR/process/basic/process/full/process_test_037.cpp", 107 "$TEST_UNITTEST_DIR/process/basic/process/full/process_test_040.cpp", 108 "$TEST_UNITTEST_DIR/process/basic/process/full/process_test_041.cpp", [all …]
|
/kernel/linux/linux-5.10/scripts/tracing/ |
D | ftrace-bisect.sh | 80 full=$1 84 x=`cat $full | wc -l` 87 cat $full 94 if [ ! -f $full ]; then 95 echo "$full does not exist" 115 sed -ne "1,${x}p" $full > $test 116 sed -ne "$y,\$p" $full > $nontest
|
/kernel/liteos_a/testsuites/unittest/container/ |
D | config.gni | 59 "$TEST_UNITTEST_DIR/container/full/It_pid_container_001.cpp", 60 "$TEST_UNITTEST_DIR/container/full/It_pid_container_002.cpp", 61 "$TEST_UNITTEST_DIR/container/full/It_pid_container_003.cpp", 62 "$TEST_UNITTEST_DIR/container/full/It_pid_container_004.cpp", 63 "$TEST_UNITTEST_DIR/container/full/It_pid_container_005.cpp", 64 "$TEST_UNITTEST_DIR/container/full/It_pid_container_006.cpp", 65 "$TEST_UNITTEST_DIR/container/full/It_pid_container_007.cpp", 66 "$TEST_UNITTEST_DIR/container/full/It_pid_container_008.cpp", 67 "$TEST_UNITTEST_DIR/container/full/It_pid_container_009.cpp", 68 "$TEST_UNITTEST_DIR/container/full/It_pid_container_010.cpp", [all …]
|
/kernel/liteos_a/testsuites/unittest/basic/mem/shm/ |
D | config.gni | 39 "$TEST_UNITTEST_DIR/basic/mem/shm/full/shm_test_001.cpp", 40 "$TEST_UNITTEST_DIR/basic/mem/shm/full/shm_test_002.cpp", 41 "$TEST_UNITTEST_DIR/basic/mem/shm/full/shm_test_003.cpp", 42 "$TEST_UNITTEST_DIR/basic/mem/shm/full/shm_test_004.cpp", 43 "$TEST_UNITTEST_DIR/basic/mem/shm/full/shm_test_005.cpp", 44 "$TEST_UNITTEST_DIR/basic/mem/shm/full/shm_test_006.cpp", 45 "$TEST_UNITTEST_DIR/basic/mem/shm/full/shm_test_007.cpp", 46 "$TEST_UNITTEST_DIR/basic/mem/shm/full/shm_test_008.cpp", 47 "$TEST_UNITTEST_DIR/basic/mem/shm/full/shm_test_009.cpp", 48 "$TEST_UNITTEST_DIR/basic/mem/shm/full/shm_test_010.cpp", [all …]
|
/kernel/linux/linux-5.10/sound/soc/intel/atom/sst/ |
D | sst_loader.c | 60 csr.full = sst_shim_read64(sst_drv_ctx->shim, SST_CSR); in intel_sst_reset_dsp_mrfld() 62 dev_dbg(sst_drv_ctx->dev, "value:0x%llx\n", csr.full); in intel_sst_reset_dsp_mrfld() 64 csr.full |= 0x7; in intel_sst_reset_dsp_mrfld() 65 sst_shim_write64(sst_drv_ctx->shim, SST_CSR, csr.full); in intel_sst_reset_dsp_mrfld() 66 csr.full = sst_shim_read64(sst_drv_ctx->shim, SST_CSR); in intel_sst_reset_dsp_mrfld() 68 dev_dbg(sst_drv_ctx->dev, "value:0x%llx\n", csr.full); in intel_sst_reset_dsp_mrfld() 70 csr.full &= ~(0x1); in intel_sst_reset_dsp_mrfld() 71 sst_shim_write64(sst_drv_ctx->shim, SST_CSR, csr.full); in intel_sst_reset_dsp_mrfld() 73 csr.full = sst_shim_read64(sst_drv_ctx->shim, SST_CSR); in intel_sst_reset_dsp_mrfld() 74 dev_dbg(sst_drv_ctx->dev, "value:0x%llx\n", csr.full); in intel_sst_reset_dsp_mrfld() [all …]
|
/kernel/liteos_a/shell/ |
D | BUILD.gn | 36 "full/src/base/shcmd.c", 37 "full/src/base/shcmdparse.c", 38 "full/src/base/shell_lk.c", 39 "full/src/base/shmsg.c", 40 "full/src/base/show.c", 41 "full/src/cmds/date_shellcmd.c", 42 "full/src/cmds/dmesg.c", 43 "full/src/cmds/hwi_shellcmd.c", 44 "full/src/cmds/shell_shellcmd.c", 45 "full/src/cmds/watch_shellcmd.c", [all …]
|
/kernel/liteos_a/testsuites/kernel/sample/posix/ |
D | Makefile | 23 FULL_MODULES := mqueue/full mutex/full sem/full pthread/full swtmr/full sched/full mem/full
|
/kernel/linux/linux-5.10/include/drm/ |
D | drm_fixed.h | 31 u32 full; member 39 #define dfixed_mul(A, B) ((u64)((u64)(A).full * (B).full + 2048) >> 12) 40 #define dfixed_init(A) { .full = dfixed_const((A)) } 41 #define dfixed_init_half(A) { .full = dfixed_const_half((A)) } 42 #define dfixed_trunc(A) ((A).full >> 12) 43 #define dfixed_frac(A) ((A).full & ((1 << 12) - 1)) 56 if (A.full > dfixed_const(non_frac)) in dfixed_ceil() 64 u64 tmp = ((u64)A.full << 13); in dfixed_div() 66 do_div(tmp, B.full); in dfixed_div()
|
/kernel/linux/linux-5.10/drivers/media/platform/ti-vpe/ |
D | csc.c | 32 struct quantization full; member 55 .full = { 69 .full = { 85 .full = { 99 .full = { 195 coeff = csc_coeffs.y2r.r601.full.coeff; in csc_set_coeff() 200 coeff = csc_coeffs.y2r.r709.full.coeff; in csc_set_coeff() 205 coeff = csc_coeffs.y2r.r601.full.coeff; in csc_set_coeff() 223 coeff = csc_coeffs.r2y.r601.full.coeff; in csc_set_coeff() 228 coeff = csc_coeffs.r2y.r709.full.coeff; in csc_set_coeff() [all …]
|
/kernel/liteos_a/testsuites/unittest/libc/time/clock/ |
D | config.gni | 41 "$TEST_UNITTEST_DIR/libc/time/clock/full/clock_test_001.cpp", 42 "$TEST_UNITTEST_DIR/libc/time/clock/full/clock_test_002.cpp", 43 "$TEST_UNITTEST_DIR/libc/time/clock/full/clock_test_003.cpp", 44 "$TEST_UNITTEST_DIR/libc/time/clock/full/clock_test_004.cpp", 45 "$TEST_UNITTEST_DIR/libc/time/clock/full/clock_test_005.cpp", 46 "$TEST_UNITTEST_DIR/libc/time/clock/full/clock_test_006.cpp", 47 "$TEST_UNITTEST_DIR/libc/time/clock/full/clock_test_007.cpp", 48 "$TEST_UNITTEST_DIR/libc/time/clock/full/clock_test_008.cpp", 49 "$TEST_UNITTEST_DIR/libc/time/clock/full/clock_test_009.cpp", 50 "$TEST_UNITTEST_DIR/libc/time/clock/full/clock_test_010.cpp",
|
/kernel/liteos_a/testsuites/unittest/libc/sys/ |
D | config.gni | 68 "$TEST_UNITTEST_DIR/libc/sys/full/sys_test_001.cpp", 69 "$TEST_UNITTEST_DIR/libc/sys/full/sys_test_018.cpp", 70 "$TEST_UNITTEST_DIR/libc/sys/full/sys_test_019.cpp", 71 "$TEST_UNITTEST_DIR/libc/sys/full/sys_test_020.cpp", 72 "$TEST_UNITTEST_DIR/libc/sys/full/sys_test_021.cpp", 73 "$TEST_UNITTEST_DIR/libc/sys/full/sys_test_022.cpp", 74 "$TEST_UNITTEST_DIR/libc/sys/full/sys_test_023.cpp", 75 "$TEST_UNITTEST_DIR/libc/sys/full/sys_test_024.cpp", 76 "$TEST_UNITTEST_DIR/libc/sys/full/sys_test_025.cpp", 77 "$TEST_UNITTEST_DIR/libc/sys/full/sys_test_026.cpp", [all …]
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
D | sysfs-driver-ufs | 19 device descriptor parameters. The full information about 28 device descriptor parameters. The full information about 37 the UFS device descriptor parameters. The full information 47 The full information about the descriptor could be found 56 the UFS device descriptor parameters. The full information 66 The full information about the descriptor could be found 76 parameters. The full information about the descriptor could 87 parameters. The full information about the descriptor could 97 the UFS device descriptor parameters. The full information 106 the UFS device descriptor parameters. The full information [all …]
|