Home
last modified time | relevance | path

Searched refs:author (Results 1 – 25 of 126) sorted by relevance

123456

/linux-6.15/Documentation/userspace-api/media/v4l/
H A Dbiblio.rst16 :author: Consumer Electronics Association (http://www.ce.org)
145 :author: Independent JPEG Group (http://www.ijg.org)
165 :author: The World Wide Web Consortium (http://www.w3.org)
275 :author: European Broadcast Union (http://www.ebu.ch)
285 :author: European Broadcast Union (http://www.ebu.ch)
325 :author: Consumer Electronics Association (http://www.ce.org)
379 :author: HDMI Licensing LLC (http://www.hdmi.org)
389 :author: HDMI Licensing LLC (http://www.hdmi.org)
410 :author: Charles Poynton
420 :author: Erik Reinhard et al.
[all …]
/linux-6.15/rust/macros/
H A Dmodule.rs97 author: Option<String>, field
137 "author" => info.author = Some(expect_string(it)), in parse()
180 if let Some(author) = info.author { in module()
181 modinfo.emit("author", &author); in module()
184 for author in authors { in module()
185 modinfo.emit("author", &author); in module()
/linux-6.15/Documentation/
H A Dconf.py179 author = 'The kernel development community' variable
496 [author], 1)
510 author, 'TheLinuxKernel', 'One line description of project.',
518 epub_author = author
519 epub_publisher = author
/linux-6.15/scripts/
H A Dget_maintainer.pl1669 my $author = $1;
1672 push(@authors, $author);
2128 my $author = $1;
2129 $author = deduplicate_email($author);
2130 push(@authors, $author);
2277 $author = deduplicate_email($author);
2293 push(@list_added, $author);
2389 my $author = $1;
2390 $author = deduplicate_email($author);
2391 push(@authors, $author);
[all …]
H A Dcheckpatch.pl2637 my $author = '';
2955 $author = $1;
2958 $author .= $1;
2960 $author = encode("utf8", $author) if ($line =~ /=\?utf-8\?/i);
2961 $author =~ s/"//g;
2962 $author = reformat_email($author);
2969 if ($author ne '' && $authorsignoff != 1) {
2970 if (same_email_addresses($1, $author)) {
3162 if ($email eq $author) {
7701 my $sob_msg = "'From: $author' != 'Signed-off-by: $author_sob'";
[all …]
/linux-6.15/Documentation/maintainer/
H A Dfeature-and-driver-maintainers.rst104 The author
107 Most natural and common choice of a maintainer is the author of the code.
108 The author is intimately familiar with the code, so it is the best person
114 If the author does not have the time, interest or ability to maintain
147 - did not author any of the code
155 file. If the maintainer was a significant author or played an important
H A Dmodifying-patches.rst24 want at the same time to credit the author, track changes, merge the fix,
26 can you change the author's identity (the From header), as it is the one
/linux-6.15/Documentation/translations/zh_CN/process/
H A Dsubmitting-patches.rst372 Signed-off-by: From Author <from@author.example.org>
376 From: From Author <from@author.example.org>
382 Signed-off-by: From Author <from@author.example.org>
505 From: Patch Author <author@example.com>
539 Signed-off-by: Author <author@mail>
H A Dresearcher-guidelines.rst91 From: Author <author@email>
119 Signed-off-by: Author <author@email>
/linux-6.15/Documentation/translations/zh_TW/process/
H A Dsubmitting-patches.rst376 Signed-off-by: From Author <from@author.example.org>
380 From: From Author <from@author.example.org>
386 Signed-off-by: From Author <from@author.example.org>
509 From: Patch Author <author@example.com>
543 Signed-off-by: Author <author@mail>
/linux-6.15/Documentation/RCU/
H A DRTFP.txt334 ,author = {Barbara Liskov}
366 ,author="William Pugh"
400 ,author="H. Massalin"
415 ,author="Van Jacobson"
703 ,author="Maged M. Michael"
773 ,author="Maged M. Michael"
791 ,author="Hugh Dickins"
2390 ,author = {Kannan, Hari}
2463 ,author="Abhinav Duggal"
2634 ,author="Josh Triplett"
[all …]
/linux-6.15/drivers/gpu/nova-core/
H A Dnova_core.rs14 author: "Danilo Krummrich",
/linux-6.15/Documentation/userspace-api/media/dvb/
H A Ddvbapi.rst53 - Original author of the Digital TV API documentation.
57 - Original author of the Digital TV API documentation.
/linux-6.15/Documentation/process/
H A Dmaintainer-tip.rst309 - Originally-by: ``Original author <original-author@mail>``
313 - Co-developed-by: ``Co-author <co-author@mail>``
315 Signed-off-by: ``Co-author <co-author@mail>``
317 Note, that Co-developed-by and Signed-off-by of the co-author(s) must
320 - Signed-off-by: ``Author <author@mail>``
323 author SOB, i.e. the person flagged as author by git.
327 SOBs after the author SOB are from people handling and transporting
331 author. Acks should be given as Acked-by lines and review approvals
347 If a patch is sent to the mailing list by a handler then the author has
350 From: Author <author@mail>
H A Dsubmitting-patches.rst453 the first SoB entry signalling primary authorship of a single author.
516 Example of a patch submitted by the From: author::
524 Signed-off-by: From Author <from@author.example.org>
526 Example of a patch submitted by a Co-developed-by: author::
528 From: From Author <from@author.example.org>
534 Signed-off-by: From Author <from@author.example.org>
728 From: Patch Author <author@example.com>
733 the patch author in the changelog.
735 The author may indicate their affiliation or the sponsor of the work
739 From: Patch Author (Company) <author@example.com>
[all …]
/linux-6.15/fs/afs/
H A Dxdr_fs.h18 __be32 author; member
H A Dafs.h134 s64 author; /* author ID */ member
H A Dprotocol_yfs.h91 struct yfs_xdr_u64 author; member
/linux-6.15/Documentation/admin-guide/cifs/
H A Dauthors.rst10 The author wishes to express his appreciation and thanks to:
18 Dave Boutcher of IBM Rochester (author of the OS/400 smb/cifs filesystem client)
/linux-6.15/Documentation/admin-guide/media/
H A Ddvb-usb-dibusb-mb-cardlist.rst39 * - Unknown USB1.1 DVB-T device ???? please report the name to the author
/linux-6.15/drivers/net/wireless/realtek/rtl8xxxu/
H A DKconfig35 author or reported to be working by third parties.
/linux-6.15/tools/perf/util/
H A Dsetup.py93 author='Arnaldo Carvalho de Melo',
/linux-6.15/Documentation/doc-guide/
H A Dchecktransupdate.rst14 translation commit (order by author date) and the latest English commits
/linux-6.15/Documentation/driver-api/media/drivers/
H A Dradiotrack.rst16 experiments that the author performed on his own setup, so your mileage may
20 author. This document is offered in the hopes that it might help users who
/linux-6.15/Documentation/filesystems/ext4/
H A Dabout.rst11 **NOTE**: This is a work in progress, based on notes that the author

123456