Home
last modified time | relevance | path

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

12345678910>>...163

/kernel/linux/linux-5.10/arch/arm/mach-omap2/
Dpmic-cpcap.c21 * omap_cpcap_vsel_to_vdc - convert CPCAP VSEL value to microvolts DC
22 * @vsel: CPCAP VSEL value to convert
35 * omap_cpcap_uv_to_vsel - convert microvolts DC to CPCAP VSEL value
36 * @uv: microvolts DC to convert
85 * omap_max8952_vsel_to_vdc - convert MAX8952 VSEL value to microvolts DC
86 * @vsel: MAX8952 VSEL value to convert
99 * omap_max8952_uv_to_vsel - convert microvolts DC to MAX8952 VSEL value
100 * @uv: microvolts DC to convert
132 * omap_fan5355_vsel_to_vdc - convert FAN535503 VSEL value to microvolts DC
133 * @vsel: FAN535503 VSEL value to convert
[all …]
/kernel/linux/linux-5.10/tools/perf/Documentation/
Dperf-data.txt19 convert::
21 It's possible to set data-convert debug variable to get debug messages from conversion,
23 perf --debug data-convert data convert ...
25 OPTIONS for 'convert'
31 Convert time to wall clock time.
45 Convert all events, including non-sample events (comm, fork, ...), to output.
46 Default is off, only convert samples.
/kernel/linux/linux-5.10/fs/ntfs/
Dtime.h19 * utc2ntfs - convert Linux UTC time to NTFS time
20 * @ts: Linux UTC time to convert to NTFS time
22 * Convert the Linux UTC time @ts to its corresponding NTFS time and return
37 * Convert the seconds to 100ns intervals, add the nano-seconds in utc2ntfs()
47 * Get the current time from the Linux kernel, convert it to its corresponding
59 * ntfs2utc - convert NTFS time to Linux time
60 * @time: NTFS time (little endian) to convert to Linux UTC
62 * Convert the little endian NTFS time @time to its corresponding Linux UTC
81 * Convert the time to 1-second intervals and the remainder to in ntfs2utc()
/kernel/linux/linux-4.19/tools/perf/Documentation/
Dperf-data.txt19 convert::
21 It's possible to set data-convert debug variable to get debug messages from conversion,
23 perf --debug data-convert data convert ...
25 OPTIONS for 'convert'
42 Convert all events, including non-sample events (comm, fork, ...), to output.
43 Default is off, only convert samples.
/kernel/linux/linux-5.10/security/selinux/ss/
Dsidtab.c44 s->convert = NULL; in sidtab_init()
269 struct sidtab_convert_params *convert; in sidtab_context_to_sid() local
295 convert = s->convert; in sidtab_context_to_sid()
316 * if we are building a new sidtab, we need to convert the context in sidtab_context_to_sid()
319 if (convert) { in sidtab_context_to_sid()
321 dst_convert = sidtab_do_lookup(convert->target, count, 1); in sidtab_context_to_sid()
327 rc = convert->func(context, &dst_convert->context, in sidtab_context_to_sid()
328 convert->args); in sidtab_context_to_sid()
335 convert->target->count = count + 1; in sidtab_context_to_sid()
337 hash_add_rcu(convert->target->context_to_sid, in sidtab_context_to_sid()
[all …]
/kernel/linux/linux-5.10/fs/xfs/libxfs/
Dxfs_dir2.h27 * Convert inode mode to directory entry filetype
106 * Convert dataptr to byte in file space
115 * Convert byte in file space to dataptr. It had better be aligned.
124 * Convert byte in space to (DB) block
133 * Convert dataptr to a block number
142 * Convert byte in space to offset in a block
151 * Convert dataptr to a byte offset in a block
160 * Convert block and offset to byte in space
170 * Convert block (DB) to block (dablk)
179 * Convert byte in space to (DA) block
[all …]
/kernel/linux/linux-4.19/tools/perf/tests/
Dbitmap.c44 TEST_ASSERT_VAL("failed to convert map", test_bitmap("1")); in test__bitmap_print()
45 TEST_ASSERT_VAL("failed to convert map", test_bitmap("1,5")); in test__bitmap_print()
46 TEST_ASSERT_VAL("failed to convert map", test_bitmap("1,3,5,7,9,11,13,15,17,19,21-40")); in test__bitmap_print()
47 TEST_ASSERT_VAL("failed to convert map", test_bitmap("2-5")); in test__bitmap_print()
48 TEST_ASSERT_VAL("failed to convert map", test_bitmap("1,3-6,8-10,24,35-37")); in test__bitmap_print()
49 TEST_ASSERT_VAL("failed to convert map", test_bitmap("1,3-6,8-10,24,35-37")); in test__bitmap_print()
50 TEST_ASSERT_VAL("failed to convert map", test_bitmap("1-10,12-20,22-30,32-40")); in test__bitmap_print()
Dcpumap.c112 TEST_ASSERT_VAL("failed to convert map", cpu_map_print("1")); in test__cpu_map_print()
113 TEST_ASSERT_VAL("failed to convert map", cpu_map_print("1,5")); in test__cpu_map_print()
114 TEST_ASSERT_VAL("failed to convert map", cpu_map_print("1,3,5,7,9,11,13,15,17,19,21-40")); in test__cpu_map_print()
115 TEST_ASSERT_VAL("failed to convert map", cpu_map_print("2-5")); in test__cpu_map_print()
116 TEST_ASSERT_VAL("failed to convert map", cpu_map_print("1,3-6,8-10,24,35-37")); in test__cpu_map_print()
117 TEST_ASSERT_VAL("failed to convert map", cpu_map_print("1,3-6,8-10,24,35-37")); in test__cpu_map_print()
118 TEST_ASSERT_VAL("failed to convert map", cpu_map_print("1-10,12-20,22-30,32-40")); in test__cpu_map_print()
/kernel/linux/linux-5.10/tools/perf/tests/
Dbitmap.c45 TEST_ASSERT_VAL("failed to convert map", test_bitmap("1")); in test__bitmap_print()
46 TEST_ASSERT_VAL("failed to convert map", test_bitmap("1,5")); in test__bitmap_print()
47 TEST_ASSERT_VAL("failed to convert map", test_bitmap("1,3,5,7,9,11,13,15,17,19,21-40")); in test__bitmap_print()
48 TEST_ASSERT_VAL("failed to convert map", test_bitmap("2-5")); in test__bitmap_print()
49 TEST_ASSERT_VAL("failed to convert map", test_bitmap("1,3-6,8-10,24,35-37")); in test__bitmap_print()
50 TEST_ASSERT_VAL("failed to convert map", test_bitmap("1,3-6,8-10,24,35-37")); in test__bitmap_print()
51 TEST_ASSERT_VAL("failed to convert map", test_bitmap("1-10,12-20,22-30,32-40")); in test__bitmap_print()
Dcpumap.c114 TEST_ASSERT_VAL("failed to convert map", cpu_map_print("1")); in test__cpu_map_print()
115 TEST_ASSERT_VAL("failed to convert map", cpu_map_print("1,5")); in test__cpu_map_print()
116 TEST_ASSERT_VAL("failed to convert map", cpu_map_print("1,3,5,7,9,11,13,15,17,19,21-40")); in test__cpu_map_print()
117 TEST_ASSERT_VAL("failed to convert map", cpu_map_print("2-5")); in test__cpu_map_print()
118 TEST_ASSERT_VAL("failed to convert map", cpu_map_print("1,3-6,8-10,24,35-37")); in test__cpu_map_print()
119 TEST_ASSERT_VAL("failed to convert map", cpu_map_print("1,3-6,8-10,24,35-37")); in test__cpu_map_print()
120 TEST_ASSERT_VAL("failed to convert map", cpu_map_print("1-10,12-20,22-30,32-40")); in test__cpu_map_print()
/kernel/linux/linux-5.10/fs/ocfs2/dlm/
Ddlmconvert.c122 mlog(ML_ERROR, "attempted to convert a lock with a lock " in __dlmconvert_master()
128 /* must be on grant queue to convert */ in __dlmconvert_master()
130 mlog(ML_ERROR, "attempted to convert a lock not on grant " in __dlmconvert_master()
139 /* EX + LKM_VALBLK + convert == set lvb */ in __dlmconvert_master()
195 mlog(0, "doing in-place convert for nonlocal lock\n"); in __dlmconvert_master()
212 mlog(0, "failed to convert NOQUEUE lock %.*s from " in __dlmconvert_master()
283 mlog(0, "last convert request returned DLM_RECOVERING, but " in dlmconvert_remote()
295 /* move lock to local convert queue */ in dlmconvert_remote()
325 * DLM_RECOVERING and retry convert */ in dlmconvert_remote()
332 "to granted list, retry convert.\n", in dlmconvert_remote()
[all …]
/kernel/linux/linux-4.19/fs/ntfs/
Dtime.h33 * utc2ntfs - convert Linux UTC time to NTFS time
34 * @ts: Linux UTC time to convert to NTFS time
36 * Convert the Linux UTC time @ts to its corresponding NTFS time and return
51 * Convert the seconds to 100ns intervals, add the nano-seconds in utc2ntfs()
61 * Get the current time from the Linux kernel, convert it to its corresponding
73 * ntfs2utc - convert NTFS time to Linux time
74 * @time: NTFS time (little endian) to convert to Linux UTC
76 * Convert the little endian NTFS time @time to its corresponding Linux UTC
95 * Convert the time to 1-second intervals and the remainder to in ntfs2utc()
/kernel/linux/linux-4.19/fs/ocfs2/dlm/
Ddlmconvert.c137 mlog(ML_ERROR, "attempted to convert a lock with a lock " in __dlmconvert_master()
143 /* must be on grant queue to convert */ in __dlmconvert_master()
145 mlog(ML_ERROR, "attempted to convert a lock not on grant " in __dlmconvert_master()
154 /* EX + LKM_VALBLK + convert == set lvb */ in __dlmconvert_master()
210 mlog(0, "doing in-place convert for nonlocal lock\n"); in __dlmconvert_master()
227 mlog(0, "failed to convert NOQUEUE lock %.*s from " in __dlmconvert_master()
298 mlog(0, "last convert request returned DLM_RECOVERING, but " in dlmconvert_remote()
310 /* move lock to local convert queue */ in dlmconvert_remote()
340 * DLM_RECOVERING and retry convert */ in dlmconvert_remote()
347 "to granted list, retry convert.\n", in dlmconvert_remote()
[all …]
/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-data.c9 #include "data-convert.h"
10 #include "data-convert-bt.h"
29 static const char * const data_subcommands[] = { "convert", NULL };
52 "perf data convert [<options>]",
67 OPT_STRING(0, "to-ctf", &to_ctf, NULL, "Convert to CTF format"), in cmd_data_convert()
68 OPT_BOOLEAN(0, "tod", &opts.tod, "Convert time to wall clock time"), in cmd_data_convert()
71 OPT_BOOLEAN(0, "all", &opts.all, "Convert all events"), in cmd_data_convert()
100 { "convert", "converts data file between formats", cmd_data_convert },
/kernel/linux/linux-5.10/drivers/net/ethernet/huawei/hinic/
Dhinic_common.c14 * hinic_cpu_to_be32 - convert data to big endian 32 bit format
15 * @data: the data to convert
16 * @len: length of data to convert
32 * hinic_be32_to_cpu - convert data from big endian 32 bit format
33 * @data: the data to convert
34 * @len: length of data to convert
/kernel/linux/linux-4.19/fs/xfs/libxfs/
Dxfs_dir2.h25 * Convert inode mode to directory entry filetype
184 * Convert dataptr to byte in file space
193 * Convert byte in file space to dataptr. It had better be aligned.
202 * Convert byte in space to (DB) block
211 * Convert dataptr to a block number
220 * Convert byte in space to offset in a block
229 * Convert dataptr to a byte offset in a block
238 * Convert block and offset to byte in space
248 * Convert block (DB) to block (dablk)
257 * Convert byte in space to (DA) block
[all …]
/kernel/linux/linux-4.19/tools/perf/
Dbuiltin-data.c7 #include "data-convert.h"
8 #include "data-convert-bt.h"
27 static const char * const data_subcommands[] = { "convert", NULL };
50 "perf data convert [<options>]",
65 OPT_STRING(0, "to-ctf", &to_ctf, NULL, "Convert to CTF format"), in cmd_data_convert()
68 OPT_BOOLEAN(0, "all", &opts.all, "Convert all events"), in cmd_data_convert()
97 { "convert", "converts data file between formats", cmd_data_convert },
/kernel/linux/linux-4.19/drivers/net/ethernet/huawei/hinic/
Dhinic_common.c23 * hinic_cpu_to_be32 - convert data to big endian 32 bit format
24 * @data: the data to convert
25 * @len: length of data to convert
41 * hinic_be32_to_cpu - convert data from big endian 32 bit format
42 * @data: the data to convert
43 * @len: length of data to convert
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Dsimple-card.yaml65 convert-rate:
66 description: CPU to Codec rate convert.
69 convert-channels:
187 "^simple-audio-card,convert-rate$":
188 $ref: "#/definitions/convert-rate"
189 "^simple-audio-card,convert-channels$":
190 $ref: "#/definitions/convert-channels"
224 convert-rate:
225 $ref: "#/definitions/convert-rate"
226 convert-channels:
[all …]
/kernel/liteos_m/testsuites/unittest/posix/src/stdlib/
Datoi_test.c70 * @tc.name : convert string to integer
86 * @tc.name : convert string to integer
102 * @tc.name : convert string to integer
118 * @tc.name : convert string to integer
134 * @tc.name : convert string to integer
150 * @tc.name : convert string to integer
166 * @tc.name : convert string to integer
182 * @tc.name : convert string to integer
198 * @tc.name : convert string to integer
214 * @tc.name : convert string to integer
Datol_test.c70 * @tc.name : convert string to long integer
86 * @tc.name : convert string to long integer
102 * @tc.name : convert string to long integer
118 * @tc.name : convert string to long integer
134 * @tc.name : convert string to long integer
150 * @tc.name : convert string to long integer
166 * @tc.name : convert string to long integer
182 * @tc.name : convert string to long integer
198 * @tc.name : convert string to long integer
Datoll_test.c71 * @tc.name : convert string to long long integer
87 * @tc.name : convert string to long long integer
103 * @tc.name : convert string to long long integer
119 * @tc.name : convert string to long long integer
135 * @tc.name : convert string to long long integer
152 * @tc.name : convert string to long long integer
168 * @tc.name : convert string to long long integer
184 * @tc.name : convert string to long long integer
200 * @tc.name : convert string to long long integer
/kernel/linux/linux-4.19/include/linux/
Dktime.h69 /* convert a timespec to ktime_t format: */
75 /* convert a timespec64 to ktime_t format: */
81 /* convert a timeval to ktime_t format: */
96 /* Convert ktime_t to nanoseconds */
219 * ktime_to_timespec_cond - convert a ktime_t variable to timespec
221 * @kt: the ktime_t variable to convert
238 * ktime_to_timespec64_cond - convert a ktime_t variable to timespec64
240 * @kt: the ktime_t variable to convert
/kernel/linux/linux-4.19/drivers/fmc/
Dfmc-sdb.c19 int convert) in __sdb_rd() argument
22 if (convert) in __sdb_rd()
32 int i, j, n, convert = 0; in __fmc_scan_sdb_tree() local
37 /* Uh! If we are little-endian, we must convert */ in __fmc_scan_sdb_tree()
39 convert = 1; in __fmc_scan_sdb_tree()
41 /* ok, don't convert */ in __fmc_scan_sdb_tree()
46 onew = __sdb_rd(fmc, sdb_addr + 4, convert); in __fmc_scan_sdb_tree()
68 __sdb_rd(fmc, sdb_addr + (i * 64) + j, convert); in __fmc_scan_sdb_tree()
/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/
Dpvrusb2-ctrl.h69 /* Convert a given mask/val to a custom symbolic value */
75 /* Convert a symbolic value to a mask/value pair */
80 /* Convert a given mask/val to a symbolic value */
86 /* Convert a symbolic value to a mask/value pair */
91 /* Convert a given mask/val to a symbolic value - must already be

12345678910>>...163