| /linux-6.15/Documentation/userspace-api/media/v4l/ |
| H A D | biblio.rst | 16 :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 D | module.rs | 97 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 D | conf.py | 179 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 D | get_maintainer.pl | 1669 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 D | checkpatch.pl | 2637 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 D | feature-and-driver-maintainers.rst | 104 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 D | modifying-patches.rst | 24 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 D | submitting-patches.rst | 372 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 D | researcher-guidelines.rst | 91 From: Author <author@email> 119 Signed-off-by: Author <author@email>
|
| /linux-6.15/Documentation/translations/zh_TW/process/ |
| H A D | submitting-patches.rst | 376 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 D | RTFP.txt | 334 ,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 D | nova_core.rs | 14 author: "Danilo Krummrich",
|
| /linux-6.15/Documentation/userspace-api/media/dvb/ |
| H A D | dvbapi.rst | 53 - Original author of the Digital TV API documentation. 57 - Original author of the Digital TV API documentation.
|
| /linux-6.15/Documentation/process/ |
| H A D | maintainer-tip.rst | 309 - 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 D | submitting-patches.rst | 453 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 D | xdr_fs.h | 18 __be32 author; member
|
| H A D | afs.h | 134 s64 author; /* author ID */ member
|
| H A D | protocol_yfs.h | 91 struct yfs_xdr_u64 author; member
|
| /linux-6.15/Documentation/admin-guide/cifs/ |
| H A D | authors.rst | 10 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 D | dvb-usb-dibusb-mb-cardlist.rst | 39 * - Unknown USB1.1 DVB-T device ???? please report the name to the author
|
| /linux-6.15/drivers/net/wireless/realtek/rtl8xxxu/ |
| H A D | Kconfig | 35 author or reported to be working by third parties.
|
| /linux-6.15/tools/perf/util/ |
| H A D | setup.py | 93 author='Arnaldo Carvalho de Melo',
|
| /linux-6.15/Documentation/doc-guide/ |
| H A D | checktransupdate.rst | 14 translation commit (order by author date) and the latest English commits
|
| /linux-6.15/Documentation/driver-api/media/drivers/ |
| H A D | radiotrack.rst | 16 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 D | about.rst | 11 **NOTE**: This is a work in progress, based on notes that the author
|