Home
last modified time | relevance | path

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

1234567

/linux-6.15/Documentation/translations/zh_TW/admin-guide/
Dunicode.rst116 U+F8D0 KLINGON LETTER A
117 U+F8D1 KLINGON LETTER B
118 U+F8D2 KLINGON LETTER CH
119 U+F8D3 KLINGON LETTER D
120 U+F8D4 KLINGON LETTER E
121 U+F8D5 KLINGON LETTER GH
122 U+F8D6 KLINGON LETTER H
123 U+F8D7 KLINGON LETTER I
124 U+F8D8 KLINGON LETTER J
125 U+F8D9 KLINGON LETTER L
[all …]
/linux-6.15/Documentation/translations/zh_CN/admin-guide/
Dunicode.rst113 U+F8D0 KLINGON LETTER A
114 U+F8D1 KLINGON LETTER B
115 U+F8D2 KLINGON LETTER CH
116 U+F8D3 KLINGON LETTER D
117 U+F8D4 KLINGON LETTER E
118 U+F8D5 KLINGON LETTER GH
119 U+F8D6 KLINGON LETTER H
120 U+F8D7 KLINGON LETTER I
121 U+F8D8 KLINGON LETTER J
122 U+F8D9 KLINGON LETTER L
[all …]
/linux-6.15/Documentation/admin-guide/
Dunicode.rst127 U+F8D0 KLINGON LETTER A
128 U+F8D1 KLINGON LETTER B
129 U+F8D2 KLINGON LETTER CH
130 U+F8D3 KLINGON LETTER D
131 U+F8D4 KLINGON LETTER E
132 U+F8D5 KLINGON LETTER GH
133 U+F8D6 KLINGON LETTER H
134 U+F8D7 KLINGON LETTER I
135 U+F8D8 KLINGON LETTER J
136 U+F8D9 KLINGON LETTER L
[all …]
/linux-6.15/fs/unicode/tests/
Dutf8_kunit.c33 /* 'LATIN SMALL LETTER A WITH DIAERESIS' decomposes to
34 'LETTER A' + 'COMBINING DIAERESIS' */
39 /* 'LATIN SMALL LETTER LJ' can't decompose to
40 'LETTER L' + 'LETTER J' on canonical decomposition */
57 /* 'LATIN SMALL LETTER A WITH DIAERESIS' + 'COMBINING OGONEK'
59 'LETTER A' + 'COMBINING OGONEK' + 'COMBINING DIAERESIS' */
84 /* LATIN SMALL LETTER SHARP S folds to
85 LATIN SMALL LETTER S + LATIN SMALL LETTER S */
90 /* LATIN CAPITAL LETTER A WITH RING ABOVE folds to
91 LATIN SMALL LETTER A + COMBINING RING ABOVE */
[all …]
/linux-6.15/Documentation/RCU/Design/Requirements/
DReadersPartitionGP1.svg119 …ont-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
134 …ont-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
166 …ont-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
177 …ont-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
188 …ont-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
199 …ont-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
210 …ont-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
221 …ont-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
232 …ont-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
243 …ont-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
[all …]
DGPpartitionReaders1.svg91 …ont-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
106 …ont-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
138 …ont-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
149 …ont-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
160 …ont-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
171 …ont-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
182 …ont-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
193 …ont-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
204 …ont-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
215 …ont-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
[all …]
/linux-6.15/drivers/net/can/usb/etas_es58x/
Des58x_devlink.c84 * "HW_VER:axxx/xxx" or "HR:axxx/xxx" where 'a' represents a letter
96 char letter; in es58x_parse_hw_rev() local
109 if (sscanf(prod_info, "%c%3u/%3u", &letter, &major, &minor) != 3) in es58x_parse_hw_rev()
112 es58x_dev->hardware_revision.letter = letter; in es58x_parse_hw_rev()
140 .letter = '\0', in es58x_parse_product_info()
186 * If &es58x_hw_revision.letter is not a alphanumeric character or if
195 return isalnum(hw_rev->letter) && hw_rev->major < 1000 && in es58x_hw_revision_is_valid()
243 hw_rev->letter, hw_rev->major, hw_rev->minor); in es58x_devlink_info_get()
/linux-6.15/arch/riscv/kernel/pi/
Dfdt_early.c97 /* Search for single chars between rv32/64 and multi-letter extensions */ in isa_string_contains()
105 /* Skip to start of multi-letter extensions */ in isa_string_contains()
114 /* Multi-letter extensions must be split from other multi-letter in isa_string_contains()
115 * extensions with an "_", the end of a multi-letter extension will in isa_string_contains()
117 * multi-letter extension. in isa_string_contains()
/linux-6.15/drivers/accessibility/speakup/
DDefaultKeyAssignments21 KeyPad-2 Say Current Letter
22 InsKeyPad-2 say current letter phonetically
23 KeyPad-1 Say Previous Character (left one letter)
24 KeyPad-3 Say Next Character (right one letter)
/linux-6.15/Documentation/gpu/amdgpu/display/
Dconfig_example.svg198 …t:normal;font-size:10.58333397px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
209 …t:normal;font-size:10.58333397px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
220 …t:normal;font-size:10.58333397px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
231 …t:normal;font-size:10.58333397px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
268 …t:normal;font-size:10.58333397px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
279 …t:normal;font-size:10.58333397px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
290 …t:normal;font-size:10.58333397px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
301 …t:normal;font-size:10.58333397px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
312 …t:normal;font-size:10.58333397px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
323 …t:normal;font-size:10.58333397px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
[all …]
Ddc_pipeline_overview.svg508 …t:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
519 …t:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
539 …t:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
567 …t:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
590 …t:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
613 …t:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
636 …t:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
659 …t:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
677 …ht:normal;font-size:6.54816437px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
693 …t:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
[all …]
Dmulti-display-hdcp-mpo-less-pipe-ex.svg108 …ht:normal;font-size:0.82813358px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
139 …ht:normal;font-size:0.82813358px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
150 …ht:normal;font-size:0.82813358px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
161 …ht:normal;font-size:0.82813358px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
172 …ht:normal;font-size:0.82813358px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
183 …ht:normal;font-size:0.82813358px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
194 …ht:normal;font-size:0.82813358px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
210 …ht:normal;font-size:0.82813358px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
Ddc-components.svg383 …weight:normal;font-size:4.0511px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
405 …weight:normal;font-size:10.476px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
488 …eight:normal;font-size:8.73001px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
499 …weight:normal;font-size:10.476px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
510 …eight:normal;font-size:4.36501px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
526 …eight:normal;font-size:4.36501px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
537 …eight:normal;font-size:4.36501px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
559 …eight:normal;font-size:7.05556px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
582 …eight:normal;font-size:7.05556px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
605 …eight:normal;font-size:7.05556px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
[all …]
Ddc-arch-overview.svg383 …eight:normal;font-size:6.54816px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
404 …eight:normal;font-size:6.54816px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
415 …eight:normal;font-size:6.54816px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
426 …eight:normal;font-size:6.54816px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
437 …-weight:normal;font-size:3.175px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
453 …eight:normal;font-size:6.54814px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
476 …eight:normal;font-size:6.54814px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
507 …eight:normal;font-size:6.54814px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
538 …eight:normal;font-size:6.54814px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
569 …eight:normal;font-size:6.54814px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
[all …]
Dpipeline_4k_split.svg539 …ht:normal;font-size:6.54816437px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
555 …ht:normal;font-size:6.54816437px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
578 …ht:normal;font-size:6.54816437px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
594 …ht:normal;font-size:6.54816437px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
624 …ht:normal;font-size:6.54816437px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
654 …ht:normal;font-size:6.54816437px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
679 …ht:normal;font-size:3.17499995px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
695 …ht:normal;font-size:6.54816437px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
728 …ht:normal;font-size:3.17499995px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
747 …ht:normal;font-size:6.54816437px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
[all …]
Dmpo-cursor.svg210 …ht:normal;font-size:3.17499995px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
232 …ht:normal;font-size:3.17499995px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
254 …ht:normal;font-size:3.17499995px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
277 …ht:normal;font-size:3.17499995px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
301 …ht:normal;font-size:3.17499995px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
323 …ht:normal;font-size:3.17499995px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
345 …ht:normal;font-size:3.17499995px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
365 …ht:normal;font-size:3.17499995px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
377 …ht:normal;font-size:1.05120528px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
388 …ht:normal;font-size:1.05120528px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
Dglobal_sync_vblank.svg318 …ht:normal;font-size:3.17499995px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
329 …ht:normal;font-size:3.17499995px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
340 …ht:normal;font-size:3.17499995px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
356 …ht:normal;font-size:3.17499995px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
372 …ht:normal;font-size:3.17499995px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
388 …ht:normal;font-size:3.17499995px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
399 …ht:normal;font-size:3.17499995px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
410 …ht:normal;font-size:3.17499995px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
421 …ht:normal;font-size:3.17499995px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
432 …ht:normal;font-size:3.17499995px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-s…
[all …]
/linux-6.15/Documentation/RCU/Design/Expedited-Grace-Periods/
DFunnel7.svg119 …ont-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
128 …ont-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
212 …;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
224 …;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
275 …;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
287 …;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
300 …;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
312 …;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
324 …;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
336 …;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
DFunnel6.svg119 …ont-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
128 …ont-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
212 …;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
224 …;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
275 …;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
287 …;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
300 …;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
312 …;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
324 …;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
DFunnel5.svg119 …ont-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
128 …ont-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
212 …;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
224 …;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
275 …;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
287 …;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
300 …;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
312 …;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
324 …;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
DFunnel4.svg119 …ont-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
128 …ont-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
212 …;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
224 …;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
275 …;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
287 …;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
300 …;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
312 …;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
DFunnel3.svg119 …ont-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
128 …ont-weight:normal;font-stretch:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
212 …;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
224 …;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
275 …;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
287 …;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
300 …;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
312 …;font-style:normal;font-weight:normal;text-align:center;line-height:125%;letter-spacing:0px;word-s…
/linux-6.15/Documentation/arch/riscv/
Duabi.rst14 #. Single-letter extensions come first, in canonical order.
17 #. All multi-letter extensions will be separated from other extensions by an
21 single-letter extensions and before any higher-privileged extensions.
23 #. For additional standard extensions, the first letter following the 'Z'
/linux-6.15/arch/riscv/kernel/
Dcpufeature.c405 * 1. All multi-letter extensions must be separated from other extensions by an
409 * single-letter extensions and before any higher-privileged extensions.
411 * 3. The first letter following the 'Z' conventionally indicates the most
594 /* Single letter extensions get set in hwcap */ in riscv_resolve_isa()
636 * As multi-letter extensions must be split from other multi-letter in riscv_parse_isa_string()
637 * extensions with an "_", the end of a multi-letter extension will in riscv_parse_isa_string()
639 * multi-letter extension. in riscv_parse_isa_string()
647 * Workaround for invalid single-letter 's' & 'u' (QEMU). in riscv_parse_isa_string()
650 * multi-letter extension in the ISA string begins with in riscv_parse_isa_string()
664 * As multi-letter extensions must be split from other multi-letter in riscv_parse_isa_string()
[all …]
/linux-6.15/Documentation/devicetree/bindings/crypto/
Dinside-secure,safexcel-eip93.yaml19 needed and are identified with the final letter. Each letter correspond
20 to a specific set of feature and multiple letter reflect the sum of the

1234567