Home
last modified time | relevance | path

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

12345678910>>...242

/kernel/liteos_a/testsuites/unittest/libc/posix/mqueue/
Dconfig.gni45 "$TEST_UNITTEST_DIR/libc/posix/mqueue/full/It_posix_queue_002.cpp",
46 "$TEST_UNITTEST_DIR/libc/posix/mqueue/full/It_posix_queue_005.cpp",
47 "$TEST_UNITTEST_DIR/libc/posix/mqueue/full/It_posix_queue_008.cpp",
48 "$TEST_UNITTEST_DIR/libc/posix/mqueue/full/It_posix_queue_011.cpp",
49 "$TEST_UNITTEST_DIR/libc/posix/mqueue/full/It_posix_queue_013.cpp",
50 "$TEST_UNITTEST_DIR/libc/posix/mqueue/full/It_posix_queue_014.cpp",
51 "$TEST_UNITTEST_DIR/libc/posix/mqueue/full/It_posix_queue_015.cpp",
52 "$TEST_UNITTEST_DIR/libc/posix/mqueue/full/It_posix_queue_016.cpp",
53 "$TEST_UNITTEST_DIR/libc/posix/mqueue/full/It_posix_queue_018.cpp",
54 "$TEST_UNITTEST_DIR/libc/posix/mqueue/full/It_posix_queue_019.cpp",
[all …]
/kernel/liteos_a/testsuites/unittest/libc/posix/pthread/
Dconfig.gni49 "$TEST_UNITTEST_DIR/libc/posix/pthread/full/It_posix_pthread_001.cpp",
50 "$TEST_UNITTEST_DIR/libc/posix/pthread/full/It_posix_pthread_002.cpp",
51 "$TEST_UNITTEST_DIR/libc/posix/pthread/full/It_posix_pthread_007.cpp",
52 "$TEST_UNITTEST_DIR/libc/posix/pthread/full/It_posix_pthread_010.cpp",
53 "$TEST_UNITTEST_DIR/libc/posix/pthread/full/It_posix_pthread_011.cpp",
54 "$TEST_UNITTEST_DIR/libc/posix/pthread/full/It_posix_pthread_013.cpp",
55 "$TEST_UNITTEST_DIR/libc/posix/pthread/full/It_posix_pthread_023.cpp",
56 "$TEST_UNITTEST_DIR/libc/posix/pthread/full/It_posix_pthread_025.cpp",
57 "$TEST_UNITTEST_DIR/libc/posix/pthread/full/It_posix_pthread_026.cpp",
58 "$TEST_UNITTEST_DIR/libc/posix/pthread/full/It_posix_pthread_027.cpp",
[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-4.19/drivers/gpu/drm/radeon/
Drs690.c79 tmp.full = dfixed_const(100); in rs690_pm_info()
80 rdev->pm.igp_sideport_mclk.full = dfixed_const(le32_to_cpu(info->info.ulBootUpMemoryClock)); in rs690_pm_info()
81 rdev->pm.igp_sideport_mclk.full = dfixed_div(rdev->pm.igp_sideport_mclk, tmp); in rs690_pm_info()
83 rdev->pm.igp_system_mclk.full = dfixed_const(le16_to_cpu(info->info.usK8MemoryClock)); in rs690_pm_info()
85 rdev->pm.igp_system_mclk.full = dfixed_const(rdev->clock.default_mclk); in rs690_pm_info()
86 rdev->pm.igp_system_mclk.full = dfixed_div(rdev->pm.igp_system_mclk, tmp); in rs690_pm_info()
88 rdev->pm.igp_system_mclk.full = dfixed_const(400); in rs690_pm_info()
89 rdev->pm.igp_ht_link_clk.full = dfixed_const(le16_to_cpu(info->info.usFSBClock)); in rs690_pm_info()
90 rdev->pm.igp_ht_link_width.full = dfixed_const(info->info.ucHTLinkWidth); in rs690_pm_info()
93 tmp.full = dfixed_const(100); in rs690_pm_info()
[all …]
Drv515.c976 a.full = dfixed_const(100); in rv515_crtc_bandwidth_compute()
977 sclk.full = dfixed_const(selected_sclk); in rv515_crtc_bandwidth_compute()
978 sclk.full = dfixed_div(sclk, a); in rv515_crtc_bandwidth_compute()
980 if (crtc->vsc.full > dfixed_const(2)) in rv515_crtc_bandwidth_compute()
981 wm->num_line_pair.full = dfixed_const(2); in rv515_crtc_bandwidth_compute()
983 wm->num_line_pair.full = dfixed_const(1); in rv515_crtc_bandwidth_compute()
985 b.full = dfixed_const(mode->crtc_hdisplay); in rv515_crtc_bandwidth_compute()
986 c.full = dfixed_const(256); in rv515_crtc_bandwidth_compute()
987 a.full = dfixed_div(b, c); in rv515_crtc_bandwidth_compute()
988 request_fifo_depth.full = dfixed_mul(a, wm->num_line_pair); in rv515_crtc_bandwidth_compute()
[all …]
/kernel/liteos_a/testsuites/unittest/libc/io/
Dconfig.gni43 "$TEST_UNITTEST_DIR/libc/io/full/IO_test_confstr_001.cpp",
44 "$TEST_UNITTEST_DIR/libc/io/full/IO_test_dcgettext_001.cpp",
45 "$TEST_UNITTEST_DIR/libc/io/full/IO_test_dcgettext_002.cpp",
46 "$TEST_UNITTEST_DIR/libc/io/full/IO_test_dcngettext_001.cpp",
47 "$TEST_UNITTEST_DIR/libc/io/full/IO_test_dcngettext_002.cpp",
48 "$TEST_UNITTEST_DIR/libc/io/full/IO_test_dngettext_001.cpp",
49 "$TEST_UNITTEST_DIR/libc/io/full/IO_test_dngettext_002.cpp",
50 "$TEST_UNITTEST_DIR/libc/io/full/IO_test_duplocale_001.cpp",
51 "$TEST_UNITTEST_DIR/libc/io/full/IO_test_locale_001.cpp",
52 "$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/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/liteos_a/testsuites/unittest/process/basic/process/
Dconfig.gni85 "$TEST_UNITTEST_DIR/process/basic/process/full/process_test_007.cpp",
86 "$TEST_UNITTEST_DIR/process/basic/process/full/process_test_031.cpp",
87 "$TEST_UNITTEST_DIR/process/basic/process/full/process_test_032.cpp",
88 "$TEST_UNITTEST_DIR/process/basic/process/full/process_test_033.cpp",
89 "$TEST_UNITTEST_DIR/process/basic/process/full/process_test_034.cpp",
90 "$TEST_UNITTEST_DIR/process/basic/process/full/process_test_035.cpp",
91 "$TEST_UNITTEST_DIR/process/basic/process/full/process_test_036.cpp",
92 "$TEST_UNITTEST_DIR/process/basic/process/full/process_test_037.cpp",
93 "$TEST_UNITTEST_DIR/process/basic/process/full/process_test_040.cpp",
94 "$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/linux/linux-4.19/Documentation/ABI/testing/
Dsysfs-driver-ufs19 device descriptor parameters. The full information about
27 device descriptor parameters. The full information about
35 the UFS device descriptor parameters. The full information
44 The full information about the descriptor could be found
52 the UFS device descriptor parameters. The full information
61 The full information about the descriptor could be found
70 parameters. The full information about the descriptor could
80 parameters. The full information about the descriptor could
89 the UFS device descriptor parameters. The full information
97 the UFS device descriptor parameters. The full information
[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/linux/linux-4.19/Documentation/networking/
D3c509.txt25 3c509B (later revision of the ISA card; supports full-duplex)
27 3c589B (later revision of the 3c589; supports full-duplex)
42 needed except to enable full-duplex mode (see below). An example of the syntax
57 (2) Full-duplex mode
59 The v1.18c driver added support for the 3c509B's full-duplex capabilities.
60 In order to enable and successfully use full-duplex mode, three conditions
63 (a) You must have a Etherlink III card model whose hardware supports full-
65 positively known to support full-duplex are the 3c509B (ISA bus) and 3c589B
67 full-duplex mode; these include the original 3c509 (no "B"), the original
72 AUI and 10base2 network cabling is physically incapable of full-duplex
[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/liteos_a/testsuites/unittest/libc/sys/
Dconfig.gni55 "$TEST_UNITTEST_DIR/libc/sys/full/sys_test_001.cpp",
56 "$TEST_UNITTEST_DIR/libc/sys/full/sys_test_018.cpp",
57 "$TEST_UNITTEST_DIR/libc/sys/full/sys_test_019.cpp",
58 "$TEST_UNITTEST_DIR/libc/sys/full/sys_test_020.cpp",
59 "$TEST_UNITTEST_DIR/libc/sys/full/sys_test_021.cpp",
60 "$TEST_UNITTEST_DIR/libc/sys/full/sys_test_022.cpp",
61 "$TEST_UNITTEST_DIR/libc/sys/full/sys_test_023.cpp",
62 "$TEST_UNITTEST_DIR/libc/sys/full/sys_test_024.cpp",
63 "$TEST_UNITTEST_DIR/libc/sys/full/sys_test_025.cpp",
64 "$TEST_UNITTEST_DIR/libc/sys/full/sys_test_026.cpp",
[all …]
/kernel/linux/linux-4.19/scripts/tracing/
Dftrace-bisect.sh23 # # cat available_filter_functions > ~/full-file
24 # # ftrace-bisect ~/full-file ~/test-file ~/non-test-file
39 # # mv ~/test-file ~/full-file
44 # # mv ~/non-test-file ~/full-file
51 # # ftrace-bisect ~/full-file ~/test-file ~/non-test-file
76 echo 'usage: ftrace-bisect full-file test-file non-test-file'
80 full=$1
84 x=`cat $full | wc -l`
87 cat $full
94 if [ ! -f $full ]; then
[all …]
/kernel/linux/linux-5.10/scripts/tracing/
Dftrace-bisect.sh23 # # cat available_filter_functions > ~/full-file
24 # # ftrace-bisect ~/full-file ~/test-file ~/non-test-file
39 # # mv ~/test-file ~/full-file
44 # # mv ~/non-test-file ~/full-file
51 # # ftrace-bisect ~/full-file ~/test-file ~/non-test-file
76 echo 'usage: ftrace-bisect full-file test-file non-test-file'
80 full=$1
84 x=`cat $full | wc -l`
87 cat $full
94 if [ ! -f $full ]; then
[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-4.19/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/Documentation/networking/device_drivers/ethernet/3com/
D3c509.rst29 - 3c509B (later revision of the ISA card; supports full-duplex)
31 - 3c589B (later revision of the 3c589; supports full-duplex)
47 needed except to enable full-duplex mode (see below). An example of the syntax
62 Full-duplex mode
65 The v1.18c driver added support for the 3c509B's full-duplex capabilities.
66 In order to enable and successfully use full-duplex mode, three conditions
69 (a) You must have a Etherlink III card model whose hardware supports full-
71 positively known to support full-duplex are the 3c509B (ISA bus) and 3c589B
73 full-duplex mode; these include the original 3c509 (no "B"), the original
78 AUI and 10base2 network cabling is physically incapable of full-duplex
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dppevvmath.h37 * A.full => The full number as it is. Generally not easy to read
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()
[all …]

12345678910>>...242