Home
last modified time | relevance | path

Searched full:full (Results 1 – 25 of 7334) sorted by relevance

12345678910>>...294

/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/
Dconfig.gni46 "$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/
Dconfig.gni50 "$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/linux/linux-6.6/drivers/gpu/drm/radeon/
Drs690.c81 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 …]
Drv515.c949 a.full = dfixed_const(100); in rv515_crtc_bandwidth_compute()
950 sclk.full = dfixed_const(selected_sclk); in rv515_crtc_bandwidth_compute()
951 sclk.full = dfixed_div(sclk, a); in rv515_crtc_bandwidth_compute()
953 if (crtc->vsc.full > dfixed_const(2)) in rv515_crtc_bandwidth_compute()
954 wm->num_line_pair.full = dfixed_const(2); in rv515_crtc_bandwidth_compute()
956 wm->num_line_pair.full = dfixed_const(1); in rv515_crtc_bandwidth_compute()
958 b.full = dfixed_const(mode->crtc_hdisplay); in rv515_crtc_bandwidth_compute()
959 c.full = dfixed_const(256); in rv515_crtc_bandwidth_compute()
960 a.full = dfixed_div(b, c); in rv515_crtc_bandwidth_compute()
961 request_fifo_depth.full = dfixed_mul(a, wm->num_line_pair); in rv515_crtc_bandwidth_compute()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
Drs690.c81 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 …]
Drv515.c981 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/linux/linux-6.6/net/ethtool/
Dcommon.c113 __DEFINE_LINK_MODE_NAME(10, T, Full),
115 __DEFINE_LINK_MODE_NAME(100, T, Full),
117 __DEFINE_LINK_MODE_NAME(1000, T, Full),
124 __DEFINE_LINK_MODE_NAME(10000, T, Full),
127 __DEFINE_LINK_MODE_NAME(2500, X, Full),
129 __DEFINE_LINK_MODE_NAME(1000, KX, Full),
130 __DEFINE_LINK_MODE_NAME(10000, KX4, Full),
131 __DEFINE_LINK_MODE_NAME(10000, KR, Full),
133 __DEFINE_LINK_MODE_NAME(20000, MLD2, Full),
134 __DEFINE_LINK_MODE_NAME(20000, KR2, Full),
[all …]
/kernel/liteos_a/testsuites/unittest/libc/io/
Dconfig.gni56 "$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/linux/linux-5.10/net/ethtool/
Dlinkmodes.c173 __DEFINE_LINK_MODE_PARAMS(10, T, Full),
175 __DEFINE_LINK_MODE_PARAMS(100, T, Full),
177 __DEFINE_LINK_MODE_PARAMS(1000, T, Full),
184 __DEFINE_LINK_MODE_PARAMS(10000, T, Full),
187 __DEFINE_LINK_MODE_PARAMS(2500, X, Full),
189 __DEFINE_LINK_MODE_PARAMS(1000, KX, Full),
190 __DEFINE_LINK_MODE_PARAMS(10000, KX4, Full),
191 __DEFINE_LINK_MODE_PARAMS(10000, KR, Full),
196 __DEFINE_LINK_MODE_PARAMS(20000, MLD2, Full),
197 __DEFINE_LINK_MODE_PARAMS(20000, KR2, Full),
[all …]
Dcommon.c106 __DEFINE_LINK_MODE_NAME(10, T, Full),
108 __DEFINE_LINK_MODE_NAME(100, T, Full),
110 __DEFINE_LINK_MODE_NAME(1000, T, Full),
117 __DEFINE_LINK_MODE_NAME(10000, T, Full),
120 __DEFINE_LINK_MODE_NAME(2500, X, Full),
122 __DEFINE_LINK_MODE_NAME(1000, KX, Full),
123 __DEFINE_LINK_MODE_NAME(10000, KX4, Full),
124 __DEFINE_LINK_MODE_NAME(10000, KR, Full),
126 __DEFINE_LINK_MODE_NAME(20000, MLD2, Full),
127 __DEFINE_LINK_MODE_NAME(20000, KR2, Full),
[all …]
/kernel/liteos_a/testsuites/unittest/extended/signal/
Dconfig.gni65 "$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/liteos_a/testsuites/kernel/sample/kernel_base/core/
DBUILD.gn35 "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/kernel/sample/kernel_base/ipc/
DBUILD.gn35 "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/unittest/net/netdb/
Dconfig.gni41 "$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-6.6/drivers/net/phy/
Dphy-core.c72 return "Full"; in phy_duplex_to_str()
165 PHY_SETTING( 800000, FULL, 800000baseCR8_Full ),
166 PHY_SETTING( 800000, FULL, 800000baseKR8_Full ),
167 PHY_SETTING( 800000, FULL, 800000baseDR8_Full ),
168 PHY_SETTING( 800000, FULL, 800000baseDR8_2_Full ),
169 PHY_SETTING( 800000, FULL, 800000baseSR8_Full ),
170 PHY_SETTING( 800000, FULL, 800000baseVR8_Full ),
172 PHY_SETTING( 400000, FULL, 400000baseCR8_Full ),
173 PHY_SETTING( 400000, FULL, 400000baseKR8_Full ),
174 PHY_SETTING( 400000, FULL, 400000baseLR8_ER8_FR8_Full ),
[all …]
/kernel/liteos_a/testsuites/unittest/process/basic/process/
Dconfig.gni99 "$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/drivers/net/phy/
Dphy-core.c70 return "Full"; in phy_duplex_to_str()
86 PHY_SETTING( 400000, FULL, 400000baseCR8_Full ),
87 PHY_SETTING( 400000, FULL, 400000baseKR8_Full ),
88 PHY_SETTING( 400000, FULL, 400000baseLR8_ER8_FR8_Full ),
89 PHY_SETTING( 400000, FULL, 400000baseDR8_Full ),
90 PHY_SETTING( 400000, FULL, 400000baseSR8_Full ),
91 PHY_SETTING( 400000, FULL, 400000baseCR4_Full ),
92 PHY_SETTING( 400000, FULL, 400000baseKR4_Full ),
93 PHY_SETTING( 400000, FULL, 400000baseLR4_ER4_FR4_Full ),
94 PHY_SETTING( 400000, FULL, 400000baseDR4_Full ),
[all …]
/kernel/liteos_a/testsuites/unittest/container/
Dconfig.gni59 "$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/linux/linux-5.10/Documentation/ABI/testing/
Dsysfs-driver-ufs19 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 …]
/kernel/liteos_a/testsuites/unittest/basic/mem/shm/
Dconfig.gni39 "$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/liteos_a/shell/
DBUILD.gn36 "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/linux/linux-5.10/drivers/power/supply/
Dapm_power.c40 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/linux/linux-6.6/drivers/power/supply/
Dapm_power.c40 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/linux/linux-5.10/scripts/tracing/
Dftrace-bisect.sh27 # [old-way] # cat available_filter_functions > ~/full-file
37 # seq `wc -l available_filter_functions | cut -d' ' -f1` > ~/full-file
47 # # ftrace-bisect ~/full-file ~/test-file ~/non-test-file
57 # # mv ~/test-file ~/full-file
62 # # mv ~/non-test-file ~/full-file
69 # # ftrace-bisect ~/full-file ~/test-file ~/non-test-file
94 echo 'usage: ftrace-bisect full-file test-file non-test-file'
98 full=$1
102 x=`cat $full | wc -l`
105 cat $full
[all …]
/kernel/linux/linux-6.6/scripts/tracing/
Dftrace-bisect.sh27 # [old-way] # cat available_filter_functions > ~/full-file
37 # seq `wc -l available_filter_functions | cut -d' ' -f1` > ~/full-file
47 # # ftrace-bisect ~/full-file ~/test-file ~/non-test-file
57 # # mv ~/test-file ~/full-file
62 # # mv ~/non-test-file ~/full-file
69 # # ftrace-bisect ~/full-file ~/test-file ~/non-test-file
94 echo 'usage: ftrace-bisect full-file test-file non-test-file'
98 full=$1
102 x=`cat $full | wc -l`
105 cat $full
[all …]

12345678910>>...294