Home
last modified time | relevance | path

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

12

/linux/drivers/net/can/usb/etas_es58x/
H A 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()
H A Des58x_core.h390 char letter; member
/linux/drivers/soc/vt8500/
H A Dwmt-socinfo.c52 char letter, digit; in wmt_socinfo_probe() local
75 letter = (sccid >> 8) & 0xf; in wmt_socinfo_probe()
76 letter = (letter - 1) + 'A'; in wmt_socinfo_probe()
80 "%c%c", letter, digit); in wmt_socinfo_probe()
/linux/drivers/scsi/aic7xxx/aicasm/
H A 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/Documentation/translations/zh_CN/
H A Dhow-to.rst315 git format-patch -N --cover-letter --thread=shallow
320 0000-cover-letter.patch
327 vim 0000-cover-letter.patch
405 git format-patch -N -v 2 --cover-letter --thread=shallow
/linux/Documentation/arch/riscv/
H A Duabi.rst16 #. Single-letter extensions come first, in canonical order.
19 #. All multi-letter extensions will be separated from other extensions by an
23 single-letter extensions and before any higher-privileged extensions.
25 #. For additional standard extensions, the first letter following the 'Z'
/linux/drivers/accessibility/speakup/
H A 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/Documentation/translations/zh_TW/process/
H A Dsubmitting-patches.rst600 $ git format-patch --base=auto --cover-letter -o outgoing/ master
601 outgoing/0000-cover-letter.patch
605 當你編輯 ``outgoing/0000-cover-letter.patch`` 時,您會注意到在它的最底部有一
/linux/drivers/mfd/
H A 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/Documentation/translations/zh_CN/process/
H A Dsubmitting-patches.rst596 $ git format-patch --base=auto --cover-letter -o outgoing/ master
597 outgoing/0000-cover-letter.patch
601 当你编辑 ``outgoing/0000-cover-letter.patch`` 时,您会注意到在它的最底部有一
/linux/Documentation/fb/
H A Dmatroxfb.rst239 outputs:XYZ set mapping between CRTC and outputs. Each letter can have value
240 of 0 (for no CRTC), 1 (CRTC1) or 2 (CRTC2), and first letter
241 corresponds to primary analog output, second letter to the
242 secondary analog output and third letter to the DVI output.
/linux/Documentation/process/
H A 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
/linux/Documentation/sound/cards/
H A Dserial-u16550.rst83 Note that the suffix letter is significant; the MS-124 and MS-124B are not
/linux/Documentation/input/devices/
H A Dyealink.rst168 updated with the first letter of the icon.
/linux/Documentation/admin-guide/
H A Dkernel-parameters.rst104 2^60 bytes respectively. Such letter suffixes can also be entirely omitted.
/linux/Documentation/usb/
H A 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/arch/mips/include/asm/octeon/
H A Dcvmx-sriox-defs.h736 uint64_t letter:2; member
744 uint64_t letter:2;
/linux/Documentation/userspace-api/
H A 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/Documentation/kbuild/
H A Dkconfig-macro-language.rst56 $( ). The parentheses are required even for single-letter variable names; $X is
/linux/Documentation/mm/
H A Dpage_owner.rst207 multi-letter key from the **STANDARD FORMAT SPECIFIERS** section.
/linux/tools/memory-model/Documentation/
H A Dcontrol-dependencies.txt232 destroy the control dependency while respecting the letter of the
/linux/Documentation/translations/sp_SP/process/
H A Dsubmitting-patches.rst351 presentación ("cover letter") o a parches individuales explicando la
857 $ git format-patch --base=auto --cover-letter -o outgoing/ master
858 outgoing/0000-cover-letter.patch
862 Cuando abra ``outgoing/0000-cover-letter.patch`` para editar, tenga en
/linux/Documentation/filesystems/nfs/
H A Dnfsd-maintainer-entry-profile.rst280 cover letter. However, a cover letter can be included if there is
/linux/Documentation/firmware-guide/acpi/
H A Dnamespace.rst237 indicated by the letter in the first column and the notation in the
/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_debug.c293 char letter; member
1577 if (s_storm_defs[storm_id].letter == storm_letter) in qed_get_id_from_letter()
2855 false, name, storm->letter); in qed_grc_dump_ctx_data()
3026 false, "vfc_cam", storm->letter); in qed_grc_dump_vfc_cam()
3073 storm->letter); in qed_grc_dump_vfc_ram()
4526 storm_letter_str[0] = storm->letter; in qed_fw_asserts_dump()

12