/Linux-v5.10/arch/arm/mach-omap2/ |
D | pmic-cpcap.c | 21 * 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 …]
|
/Linux-v5.10/tools/perf/Documentation/ |
D | perf-data.txt | 19 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.
|
/Linux-v5.10/security/selinux/ss/ |
D | sidtab.c | 43 s->convert = NULL; in sidtab_init() 268 struct sidtab_convert_params *convert; in sidtab_context_to_sid() local 285 convert = s->convert; in sidtab_context_to_sid() 306 * if we are building a new sidtab, we need to convert the context in sidtab_context_to_sid() 309 if (convert) { in sidtab_context_to_sid() 311 dst_convert = sidtab_do_lookup(convert->target, count, 1); in sidtab_context_to_sid() 317 rc = convert->func(context, &dst_convert->context, in sidtab_context_to_sid() 318 convert->args); in sidtab_context_to_sid() 325 convert->target->count = count + 1; in sidtab_context_to_sid() 327 hash_add_rcu(convert->target->context_to_sid, in sidtab_context_to_sid() [all …]
|
/Linux-v5.10/fs/ntfs/ |
D | time.h | 19 * 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()
|
/Linux-v5.10/fs/xfs/libxfs/ |
D | xfs_dir2.h | 27 * 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 …]
|
/Linux-v5.10/fs/ocfs2/dlm/ |
D | dlmconvert.c | 122 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 …]
|
D | dlmlock.c | 550 int convert = 0, recovery = 0; in dlmlock() local 554 * lock and convert paths, especially in the retry blocks */ in dlmlock() 571 convert = (flags & LKM_CONVERT); in dlmlock() 575 (!dlm_is_recovery_lock(name, namelen) || convert) ) { in dlmlock() 579 if (convert && (flags & LKM_LOCAL)) { in dlmlock() 580 mlog(ML_ERROR, "strange LOCAL convert request!\n"); in dlmlock() 584 if (convert) { in dlmlock() 585 /* CONVERT request */ in dlmlock() 590 mlog(ML_ERROR, "NULL lock pointer in convert " in dlmlock() 597 mlog(ML_ERROR, "NULL lockres pointer in convert " in dlmlock() [all …]
|
/Linux-v5.10/tools/perf/tests/ |
D | bitmap.c | 45 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()
|
D | cpumap.c | 114 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()
|
/Linux-v5.10/tools/perf/ |
D | builtin-data.c | 9 #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 },
|
/Linux-v5.10/drivers/net/ethernet/huawei/hinic/ |
D | hinic_common.c | 14 * 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
|
/Linux-v5.10/Documentation/devicetree/bindings/sound/ |
D | simple-card.yaml | 65 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 …]
|
/Linux-v5.10/drivers/media/usb/pvrusb2/ |
D | pvrusb2-ctrl.h | 69 /* 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
|
/Linux-v5.10/fs/jfs/ |
D | jfs_dmap.h | 62 * convert disk block number to the logical block number of the dmap 76 * convert disk block number to the logical block number of the LEVEL 0 91 * convert disk block number to the logical block number of the LEVEL 1 106 * convert disk block number to the logical block number of the dmapctl 113 * convert aggregate map size to the zero origin dmapctl level of the 119 /* convert disk block number to allocation group number. 123 /* convert allocation group number to starting disk block 259 /* convert number of blocks to log2 number of blocks, rounding up to 264 /* convert number of leafs to log2 leaf value */ 267 /* convert leaf index to log2 leaf value */ [all …]
|
/Linux-v5.10/fs/adfs/ |
D | inode.c | 84 * Convert ADFS attributes and filetype to Linux permission. 127 * Convert Linux permission to ADFS attribute. We try to do the reverse 165 * Convert an ADFS time to Unix time. ADFS has a 40-bit centi-second time 167 * of time to convert from RISC OS epoch to Unix epoch. 184 /* convert 40-bit centi-seconds to 32-bit seconds in adfs_adfs2unix_time() 193 /* convert from RISC OS to Unix epoch */ in adfs_adfs2unix_time() 208 /* Convert an Unix time to ADFS time for an entry that is already stamped. */ 214 /* convert from Unix to RISC OS epoch */ in adfs_unix2adfs_time() 217 /* convert from nanoseconds to centiseconds */ in adfs_unix2adfs_time() 290 * Validate and convert a changed access mode/time to their ADFS equivalents.
|
/Linux-v5.10/drivers/gpio/ |
D | TODO | 37 - Convert all GPIO device drivers to only #include <linux/gpio/driver.h> 39 - Convert all consumer drivers to only #include <linux/gpio/consumer.h> 41 - Convert all machine descriptors in "boardfiles" to only 42 #include <linux/gpio/machine.h>, the other option being to convert it 123 helpers (x86 inb()/outb()) and convert port-mapped I/O drivers to use 132 - Convert all the GPIOLIB_IRQCHIP users to pass an irqchip template, 136 This is too complex, so convert all users over to just set up
|
/Linux-v5.10/mm/ |
D | frame_vector.c | 133 * But it shouldn't really fail to convert pfns back... in put_vaddr_frames() 146 * frame_vector_to_pages - convert frame vector to contain page pointers 147 * @vec: frame vector to convert 149 * Convert @vec to contain array of page pointers. If the conversion is 174 * frame_vector_to_pfns - convert frame vector to contain pfns 175 * @vec: frame vector to convert 177 * Convert @vec to contain array of pfns.
|
/Linux-v5.10/drivers/acpi/acpica/ |
D | exconvrt.c | 33 * DESCRIPTION: Convert an ACPI Object to an integer. 73 * Convert the buffer/string to an integer. Note that both buffers and in acpi_ex_convert_to_integer() 74 * strings are treated as raw data - we don't convert ascii to hex for in acpi_ex_convert_to_integer() 88 * Convert string to an integer - for most cases, the string must be in acpi_ex_convert_to_integer() 122 * Convert buffer to an integer - we simply grab enough raw data in acpi_ex_convert_to_integer() 169 * DESCRIPTION: Convert an ACPI Object to a Buffer 255 * DESCRIPTION: Convert an ACPI Integer to a hex or decimal string 367 * DESCRIPTION: Convert an ACPI Object to a string. Supports both implicit 426 /* Convert integer to string */ in acpi_ex_convert_to_string() 517 * Convert buffer bytes to hex or decimal values in acpi_ex_convert_to_string() [all …]
|
D | nsconvert.c | 30 * DESCRIPTION: Attempt to convert a String/Buffer object to an Integer. 94 * DESCRIPTION: Attempt to convert a Integer/Buffer object to a String. 109 * Integer-to-String conversion. Commonly, convert in acpi_ns_convert_to_string() 177 * DESCRIPTION: Attempt to convert a Integer/String/Package object to a Buffer. 196 * Convert the Integer to a packed-byte buffer. _MAT and other in acpi_ns_convert_to_buffer() 281 * DESCRIPTION: Attempt to convert a String object to a Unicode string Buffer. 312 * The original object is an ASCII string. Convert this string to in acpi_ns_convert_to_unicode() 327 /* Convert ASCII to Unicode */ in acpi_ns_convert_to_unicode() 347 * DESCRIPTION: Attempt to convert a Integer object to a resource_template 426 * DESCRIPTION: Attempt to convert a Integer object to a object_reference. [all …]
|
/Linux-v5.10/drivers/staging/octeon/ |
D | ethernet-util.h | 9 * cvm_oct_get_buffer_ptr - convert packet data address to pointer 21 * INTERFACE - convert IPD port to logical interface 39 * INDEX - convert IPD/PKO port number to the port's interface index
|
/Linux-v5.10/fs/cifs/ |
D | cifs_unicode.c | 31 /* Convert character using the SFU - "Services for Unix" remapping range */ 65 /* Convert character using the SFM - "Services for Mac" remapping range */ 109 * cifs_mapchar - convert a host-endian char to proper char in codepage 142 /* convert SURROGATE_PAIR and IVS */ in cifs_mapchar() 157 * cifs_from_utf16 - convert utf16le string to local charset 165 * Convert a little-endian utf16le string (as sent by the server) to a string 246 * FUNCTION: Convert character string to unicode string 260 * convert utf8 -> utf16, we assume we have enough space in cifs_strtoUTF16() 343 * Take a string given by the server, convert it to the local codepage and 454 * Convert 16 bit Unicode pathname to wire format from string in current code [all …]
|
/Linux-v5.10/net/tipc/ |
D | eth_media.c | 40 /* Convert Ethernet address (media address format) to string */ 51 /* Convert from media address format to discovery message addr format */ 60 /* Convert raw mac address format to media addr format */ 72 /* Convert discovery msg addr format to Ethernet media addr format */
|
D | ib_media.c | 47 /* convert InfiniBand address (media address format) media address to string */ 59 /* Convert from media address format to discovery message addr format */ 67 /* Convert raw InfiniBand address format to media addr format */ 80 /* Convert discovery msg addr format to InfiniBand media addr format */
|
/Linux-v5.10/Documentation/sphinx/ |
D | kfigure.py | 37 - ``convert(1)``: ImageMagick (https://www.imagemagick.org) 125 # ImageMagick' convert(1) support 179 convert_cmd = which('convert') 187 kernellog.verbose(app, "use convert(1) from: " + convert_cmd) 190 "convert(1) not found, for SVG to PDF conversion install " 205 """Convert a image node for the builder. 273 "convert: {out}/%s already exists and is newer" % _name) 280 kernellog.verbose(app, 'convert DOT to: {out}/' + _name) 284 kernellog.verbose(app, 'convert SVG to: {out}/' + _name) 318 """Converts SVG to PDF with ``convert(1)`` command. [all …]
|
/Linux-v5.10/include/linux/sched/ |
D | prio.h | 29 * Convert user-nice values [ -20 ... 0 ... 19 ] 46 * Convert nice value [19,-20] to rlimit style value [1,40]. 54 * Convert rlimit style value [1,40] to nice value [-20, 19].
|