Home
last modified time | relevance | path

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

12345

/linux/Documentation/userspace-api/media/v4l/
H A Dbiblio.rst16 :author: Consumer Electronics Association (http://www.ce.org)
26 :author: European Telecommunication Standards Institute (http://www.etsi.org)
36 :author: European Telecommunication Standards Institute (http://www.etsi.org)
46 :author: European Telecommunication Standards Institute (http://www.etsi.org)
56 :author: International Telecommunication Union (http://www.itu.ch), International Organisation f…
66 :author: International Telecommunication Union (http://www.itu.ch), International Organisation f…
76 :author: International Telecommunication Union (http://www.itu.ch)
86 :author: International Telecommunication Union (http://www.itu.ch)
96 :author: International Telecommunication Union (http://www.itu.ch)
106 :author: International Telecommunication Union (http://www.itu.ch)
[all …]
/linux/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/rust/macros/
H A Dmodule.rs97 author: Option<String>, field
138 "author" => info.author = Some(expect_string(it)), in parse()
186 if let Some(author) = info.author { in module()
187 modinfo.emit("author", &author); in module()
/linux/scripts/
H A Dget_maintainer.pl164 "HgAuthor: {author}\\n" .
174 "HgAuthor: {author}\\n" .
1657 my $author = $1;
1658 my ($name, $address) = parse_email($author);
1659 $author = format_email($name, $address, 1);
1660 push(@authors, $author);
1886 "\n#(toggle), A#(author), S#(signed) *(all), ^(none), O(options), Y(approve): ";
1928 if ($list[$i]->[1] =~ /^(author|commit|signer)/i);
2031 be matched to its commit author and that commits signers with blame.
2115 my $author
[all...]
H A Dcheckpatch.pl2646 my $author = '';
2964 $author = $1;
2967 $author .= $1;
2969 $author = encode("utf8", $author) if ($line =~ /=\?utf-8\?/i);
2970 $author =~ s/"//g;
2971 $author = reformat_email($author);
2978 if ($author ne '' && $authorsignoff != 1) {
2979 if (same_email_addresses($1, $author)) {
2984 my ($author_name, $author_comment, $author_address, $comment2) = parse_email($author);
3171 if ($email eq $author) {
[all …]
/linux/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/Documentation/RCU/
H A DRTFP.txt222 ,author="H. T. Kung and Q. Lehman"
240 ,author="Udi Manber and Richard E. Ladner"
276 ,author="Udi Manber and Richard E. Ladner"
334 ,author = {Barbara Liskov}
355 ,author="James P. Hennessy and Damian L. Osisek and Joseph W. {Seigh II}"
366 ,author="William Pugh"
400 ,author="H. Massalin"
415 ,author="Van Jacobson"
486 ,author="John D. Slingwine and Paul E. McKenney"
505 ,author="John D. Slingwine and Paul E. McKenney"
[all …]
/linux/Documentation/translations/zh_CN/process/
H A Dresearcher-guidelines.rst91 From: Author <author@email>
119 Signed-off-by: Author <author@email>
/linux/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/samples/rust/
H A Drust_minimal.rs10 author: "Rust for Linux Contributors",
H A Drust_print.rs11 author: "Rust for Linux Contributors",
/linux/drivers/block/
H A Drnull.rs30 author: "Andreas Hindborg",
/linux/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/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/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/tools/perf/util/
H A Dsetup.py85 author='Arnaldo Carvalho de Melo',
/linux/drivers/net/phy/
H A Dqt2025.rs29 author: "FUJITA Tomonori <fujita.tomonori@gmail.com>",
H A Dax88796b_rust.rs22 author: "FUJITA Tomonori <fujita.tomonori@gmail.com>",
/linux/drivers/net/wireless/realtek/rtl8xxxu/
H A DKconfig35 author or reported to be working by third parties.
/linux/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/Documentation/filesystems/ext4/
H A Dabout.rst11 **NOTE**: This is a work in progress, based on notes that the author
/linux/Documentation/driver-api/firmware/
H A Drequest_firmware.rst62 author must ensure the firmware is still available on resume from suspend,

12345