Home
last modified time | relevance | path

Searched refs:letter (Results 1 – 25 of 50) sorted by relevance

12

/linux-6.6.21/drivers/net/can/usb/etas_es58x/
Des58x_devlink.c96 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()
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()
Des58x_core.h390 char letter; member
/linux-6.6.21/Documentation/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.6.21/drivers/accessibility/speakup/
DDefaultKeyAssignments22 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.6.21/drivers/scsi/aic7xxx/aicasm/
Daicasm_symbol.c387 char *letter; in aic_print_reg_dump_end() local
393 for (letter = lower_name; *letter != '\0'; letter++) in aic_print_reg_dump_end()
394 *letter = tolower(*letter); in aic_print_reg_dump_end()
/linux-6.6.21/drivers/mfd/
Drave-sp.c124 u8 letter[2]; member
660 version->letter[0], in devm_rave_sp_version()
661 version->letter[1]); in devm_rave_sp_version()
/linux-6.6.21/Documentation/translations/zh_CN/process/
Dsubmitting-patches.rst599 $ git format-patch --base=auto --cover-letter -o outgoing/ master
600 outgoing/0000-cover-letter.patch
604 当你编辑 ``outgoing/0000-cover-letter.patch`` 时,您会注意到在它的最底部有一
/linux-6.6.21/Documentation/admin-guide/
Ddevices.rst85 Note: ``/dev/X0R`` is <letter X>-<digit 0>-<letter R>.
205 Each kind of device is indicated by a different letter. For any
206 letter X, the names of the devices are ``/dev/ttyX#`` and ``/dev/cux#``,
/linux-6.6.21/Documentation/ABI/stable/
Dsysfs-driver-speakup42 a word letter by letter. This doesn't affect the spelling when typing
44 phoneticaly when arrowing over a letter. When cur_phonetic=0, speakup
164 a pause between the spelling of each letter by speakup.
/linux-6.6.21/Documentation/
DMakefile58 PAPEROPT_letter = -D latex_paper_size=letter
/linux-6.6.21/Documentation/devicetree/bindings/riscv/
Dextensions.yaml68 # single letter extensions, in canonical order
123 # multi-letter extensions, sorted alphanumerically
/linux-6.6.21/Documentation/userspace-api/
Diommufd.rst23 In this context the capital letter (IOMMUFD) refers to the subsystem while the
24 small letter (iommufd) refers to the file descriptors created via /dev/iommu for
/linux-6.6.21/Documentation/fb/
Dmatroxfb.rst242 outputs:XYZ set mapping between CRTC and outputs. Each letter can have value
243 of 0 (for no CRTC), 1 (CRTC1) or 2 (CRTC2), and first letter
244 corresponds to primary analog output, second letter to the
245 secondary analog output and third letter to the DVI output.
/linux-6.6.21/tools/perf/Documentation/
Dperf-sched.txt35 individual CPUs, and the two-letter shortcuts stand for tasks that
/linux-6.6.21/Documentation/process/
Dmaintainer-kvm-x86.rst270 what level of testing you were able to do, e.g. in the cover letter.
290 than welcome, but such submissions should be tagged RFC, and the cover letter
327 put the link in the cover letter or in the section git ignores. Do provide a
363 in reply to the original posting (cover letter for multi-patch series). The
Dmaintainer-tip.rst125 uppercase letter and should be written in imperative tone.
441 letter of the patch series.
466 Sentences in comments start with an uppercase letter.
Dsubmitting-patches.rst327 version, add a ``patch changelog`` to the cover letter or to individual patches
807 $ git format-patch --base=auto --cover-letter -o outgoing/ master
808 outgoing/0000-cover-letter.patch
812 When you open ``outgoing/0000-cover-letter.patch`` for editing, you will
833 letter or in the first patch of the series and it should be placed
/linux-6.6.21/Documentation/userspace-api/ioctl/
Dioctl-number.rst26 The first argument to _IO, _IOW, _IOR, or _IOWR is an identifying letter
28 many drivers share a partial letter with other drivers.
30 If you are writing a driver for a new device and need a letter, pick an
/linux-6.6.21/Documentation/sound/cards/
Dserial-u16550.rst83 Note that the suffix letter is significant; the MS-124 and MS-124B are not
/linux-6.6.21/Documentation/input/devices/
Dyealink.rst168 updated with the first letter of the icon.
/linux-6.6.21/Documentation/usb/
Dusbmon.rst151 - URB Status word. This is either a letter, or several numbers separated
167 If they find something else, like a letter, they read the setup packet before
/linux-6.6.21/arch/um/
DKconfig183 mconsole, followed by the letter for the requested command.
/linux-6.6.21/Documentation/mm/
Dpage_owner.rst129 multi-letter key from the **STANDARD FORMAT SPECIFIERS** section.
/linux-6.6.21/Documentation/kbuild/
Dkconfig-macro-language.rst56 $( ). The parentheses are required even for single-letter variable names; $X is
/linux-6.6.21/arch/mips/include/asm/octeon/
Dcvmx-sriox-defs.h736 uint64_t letter:2; member
744 uint64_t letter:2;

12