Home
last modified time | relevance | path

Searched full:title (Results 1 – 25 of 1719) sorted by relevance

12345678910>>...69

/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dbiblio.rst14 :title: CEA-608-E R-2014 "Line 21 Data Services"
24 :title: EN 300 294 "625-line television Wide Screen Signalling (WSS)"
34 :title: ETS 300 231 "Specification of the domestic video Programme Delivery Control system (PDC…
44 :title: ETS 300 706 "Enhanced Teletext specification"
54 :title: ITU-T Rec. H.222.0 | ISO/IEC 13818-1 "Information technology — Generic coding of moving…
64 :title: ITU-T Rec. H.262 | ISO/IEC 13818-2 "Information technology — Generic coding of moving p…
74 :title: ITU-R Recommendation BT.470-6 "Conventional Television Systems"
84 :title: ITU-R Recommendation BT.601-5 "Studio Encoding Parameters of Digital Television for Sta…
94 :title: ITU-R Recommendation BT.653-3 "Teletext systems"
104 :title: ITU-R Recommendation BT.709-5 "Parameter values for the HDTV standards for production a…
[all …]
/kernel/linux/linux-5.10/tools/perf/Documentation/
Dasciidoc.conf34 <example><title>{title}</title>
44 {title#}</example>
51 <example><title>{title}</title>
55 {title#}</example>
58 <formalpara{id? id="{id}"}><title>{title}</title><para>
59 {title%}<literallayout{id? id="{id}"}>
60 {title#}<literallayout>
63 {title#}</para></formalpara>
64 {title%}<simpara></simpara>
/kernel/linux/linux-5.10/Documentation/process/
Dkernel-docs.rst28 cataloged with the following fields: the document's "Title", the
58 * Title: **Linux Kernel Mailing List Glossary**
68 * Title: **Tracing the Way of Data in a TCP Connection through the Linux Kernel**
86 * Title: **On submitting kernel Patches**
98 * Title: **Linux Device Drivers, Third Edition**
108 * Title: **Writing an ALSA Driver**
118 * Title: **Linux PCMCIA Programmer's Guide**
129 * Title: **Linux Kernel Module Programming Guide**
139 * Title: **Global spinlock list and usage**
151 * Title: **A Linux vm README**
[all …]
/kernel/linux/linux-5.10/Documentation/RCU/
DRTFP.txt223 ,title="Concurrent Manipulation of Binary Search Trees"
241 ,title="Concurrency Control in a Dynamic Search Structure"
277 ,title="Concurrency Control in a Dynamic Search Structure"
308 ,Title="Machine-Independent Virtual Memory Management for Paged
335 ,title = {Distributed programming in {Argus}}
356 ,title="Passive Serialization in a Multitasking Environment"
367 ,title="Concurrent Maintenance of Skip Lists"
385 ,title="Concurrent Programming, Principles, and Practices"
401 ,title="Synthesis: An Efficient Implementation of Fundamental Operating
416 ,title="Avoid Read-Side Locking Via Delayed Free"
[all …]
/kernel/linux/linux-5.10/tools/lib/traceevent/Documentation/
Dasciidoc.conf34 <example><title>{title}</title>
44 {title#}</example>
51 <example><title>{title}</title>
55 {title#}</example>
58 <formalpara{id? id="{id}"}><title>{title}</title><para>
59 {title%}<literallayout{id? id="{id}"}>
60 {title#}<literallayout>
63 {title#}</para></formalpara>
64 {title%}<simpara></simpara>
/kernel/linux/linux-5.10/tools/lib/perf/Documentation/
Dasciidoc.conf34 <example><title>{title}</title>
44 {title#}</example>
51 <example><title>{title}</title>
55 {title#}</example>
58 <formalpara{id? id="{id}"}><title>{title}</title><para>
59 {title%}<literallayout{id? id="{id}"}>
60 {title#}<literallayout>
63 {title#}</para></formalpara>
64 {title%}<simpara></simpara>
/kernel/linux/linux-5.10/tools/perf/ui/
Dprogress.h10 const char *title; member
16 const char *title, bool size);
18 #define ui_progress__init(p, total, title) \ argument
19 __ui_progress__init(p, total, title, false)
21 #define ui_progress__init_size(p, total, title) \ argument
22 __ui_progress__init(p, total, title, true)
Dbrowser.h24 const char *title; member
55 void __ui_browser__show_title(struct ui_browser *browser, const char *title);
56 void ui_browser__show_title(struct ui_browser *browser, const char *title);
57 int ui_browser__show(struct ui_browser *browser, const char *title,
71 int ui_browser__input_window(const char *title, const char *text, char *input,
/kernel/linux/linux-5.10/LICENSES/deprecated/
DGFDL-1.2119 The "Title Page" means, for a printed book, the title page itself,
121 this License requires to appear in the title page. For works in
122 formats which do not have any title page as such, "Title Page" means
123 the text near the most prominent appearance of the work's title,
127 title either is precisely XYZ or contains XYZ in parentheses following
130 "Dedications", "Endorsements", or "History".) To "Preserve the Title"
167 the full title with all words of the title equally prominent and
170 the title of the Document and satisfy these conditions, can be treated
205 A. Use in the Title Page (and on the covers, if any) a title distinct
208 of the Document). You may use the same title as a previous version
[all …]
DGFDL-1.1109 The "Title Page" means, for a printed book, the title page itself,
111 this License requires to appear in the title page. For works in
112 formats which do not have any title page as such, "Title Page" means
113 the text near the most prominent appearance of the work's title,
141 the full title with all words of the title equally prominent and
144 the title of the Document and satisfy these conditions, can be treated
180 A. Use in the Title Page (and on the covers, if any) a title distinct
183 of the Document). You may use the same title as a previous version
185 B. List on the Title Page, as authors, one or more persons or entities
189 C. State on the Title page the name of the publisher of the
[all …]
/kernel/linux/linux-5.10/tools/perf/ui/tui/
Dutil.c75 int ui_browser__input_window(const char *title, const char *text, char *input, in ui_browser__input_window() argument
107 if (title) { in ui_browser__input_window()
109 SLsmg_write_string((char *)title); in ui_browser__input_window()
167 void __ui__info_window(const char *title, const char *text, const char *exit_msg) in __ui__info_window() argument
198 if (title) { in __ui__info_window()
200 SLsmg_write_string((char *)title); in __ui__info_window()
216 void ui__info_window(const char *title, const char *text) in ui__info_window() argument
219 __ui__info_window(title, text, NULL); in ui__info_window()
224 int ui__question_window(const char *title, const char *text, in ui__question_window() argument
228 __ui__info_window(title, text, exit_msg); in ui__question_window()
[all …]
Dprogress.c25 p->title, buf_cur, buf_tot); in get_title()
30 char buf[100], *title = (char *) p->title; in tui_progress__update() local
44 title = buf; in tui_progress__update()
53 SLsmg_write_string(title); in tui_progress__update()
/kernel/linux/linux-5.10/Documentation/userspace-api/media/
Dfdl-appendix.rst112 .. _fdl-title-page:
114 The “Title Page” means, for a printed book, the title page itself, plus
116 License requires to appear in the title page. For works in formats which
117 do not have any title page as such, “Title Page” means the text near the
118 most prominent appearance of the work's title, preceding the beginning
153 publisher of these copies. The front cover must present the full title
154 with all words of the title equally prominent and visible. You may add
156 to the covers, as long as they preserve the title of the
201 Use in the :ref:`Title Page <fdl-title-page>` (and on the covers,
202 if any) a title distinct from that of the
[all …]
/kernel/linux/linux-5.10/drivers/acpi/acpica/
Drsdump.c19 static void acpi_rs_out_string(const char *title, const char *value);
21 static void acpi_rs_out_integer8(const char *title, u8 value);
23 static void acpi_rs_out_integer16(const char *title, u16 value);
25 static void acpi_rs_out_integer32(const char *title, u32 value);
27 static void acpi_rs_out_integer64(const char *title, u64 value);
29 static void acpi_rs_out_title(const char *title);
43 acpi_rs_dump_resource_label(char *title,
194 * Optional resource title in acpi_rs_dump_descriptor()
407 * PARAMETERS: title - Title of the dumped resource field
417 acpi_rs_dump_resource_label(char *title, in acpi_rs_dump_resource_label() argument
[all …]
/kernel/linux/linux-5.10/tools/testing/selftests/rcutorture/bin/
Dparse-console.sh5 # The "file" is a pathname on the local system, and "title" is
8 # Usage: parse-console.sh file title
16 title="$2"
27 echo $title unreadable console output file: $file
63 print_bug $title FAILURE, $nerrs
100 print_warning $title `cat $T.seq`
107 print_warning HOTPLUG FAILURES $title `cat $T.seq`
111 …echo $title no success message, `grep --binary-files=text 'ver:' $file | wc -l` successful version…
114 print_warning $title `cat $T.seq`
123 print_warning "Assertion failure in $file $title"
Dparse-build.sh5 # The "file" is a pathname on the local system, and "title" is
10 # Usage: parse-build.sh file title
17 title=$2
28 print_bug $title no build
34 print_bug $title build errors:
45 print_warning $title build errors:
Dkvm-recheck-lock.sh27 title="$configfile ------- $ncs acquisitions/releases"
35 title="$title ($ncsps per second)"
37 echo $title
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dreference_tracking.c27 const char *title; in test_reference_tracking() local
30 title = bpf_program__section_name(prog); in test_reference_tracking()
31 if (strstr(title, ".text") != NULL) in test_reference_tracking()
34 if (!test__start_subtest(title)) in test_reference_tracking()
38 if (strstr(title, "fail") != NULL) { in test_reference_tracking()
47 CHECK(err, title, "\n"); in test_reference_tracking()
Dsockopt_multi.c5 static int prog_attach(struct bpf_object *obj, int cgroup_fd, const char *title) in prog_attach() argument
12 err = libbpf_prog_type_by_name(title, &prog_type, &attach_type); in prog_attach()
14 log_err("Failed to deduct types for %s BPF program", title); in prog_attach()
18 prog = bpf_object__find_program_by_title(obj, title); in prog_attach()
20 log_err("Failed to find %s BPF program", title); in prog_attach()
27 log_err("Failed to attach %s BPF program", title); in prog_attach()
34 static int prog_detach(struct bpf_object *obj, int cgroup_fd, const char *title) in prog_detach() argument
41 err = libbpf_prog_type_by_name(title, &prog_type, &attach_type); in prog_detach()
45 prog = bpf_object__find_program_by_title(obj, title); in prog_detach()
/kernel/linux/linux-5.10/tools/testing/selftests/splice/
Dshort_splice_read.sh17 title="$1"
21 echo "$title ..." >&2
30 echo "ok: $title succeeded" >&2
33 echo "FAIL: $title should work" >&2
45 title="$1"
49 echo "$title ..." >&2
58 echo "FAIL: $title unexpectedly worked" >&2
62 echo "ok: $title correctly failed" >&2
/kernel/linux/linux-5.10/arch/um/drivers/
Dxterm.c22 char *title; member
39 .title = opts->xterm_title, in xterm_init()
74 "xterm=<terminal emulator>,<title switch>,<exec switch>\n"
78 " its title, and the switch it uses to execute a subprocess,\n"
79 " respectively. The title switch must have the form '<switch> title',\n"
80 " not '<switch>=title'. Similarly, the exec switch must have the form\n"
91 char title[256], file[] = "/tmp/xterm-pipeXXXXXX"; in xterm_open() local
92 char *argv[] = { terminal_emulator, title_switch, title, exec_switch, in xterm_open()
138 sprintf(title, data->title, data->device); in xterm_open()
/kernel/linux/linux-5.10/tools/power/x86/intel_pstate_tracer/
Dintel_pstate_tracer.py110 …g_plot('set title "{} : cpu perf busy vs. sample : CPU {:0>3} : {:%F %H:%M}"'.format(testname, cpu…
116 …' + file_name + '" using {:d}:{:d} with linespoints linestyle 1 axis x1y2 title "performance",\\'.…
117 …g_plot('"' + file_name + '" using {:d}:{:d} with linespoints linestyle 2 axis x1y2 title "scaled-b…
118 …g_plot('"' + file_name + '" using {:d}:{:d} with linespoints linestyle 3 axis x1y2 title "io-boost…
119 …g_plot('"' + file_name + '" using {:d}:{:d} with linespoints linestyle 4 axis x1y1 title "P-State"…
131 …g_plot('set title "{} : perf busy : CPU {:0>3} : {:%F %H:%M}"'.format(testname, cpu_index, datetim…
135 …' + file_name + '" using {:d}:{:d} with linespoints linestyle 1 axis x1y2 title "performance",\\'.…
136 …g_plot('"' + file_name + '" using {:d}:{:d} with linespoints linestyle 2 axis x1y2 title "scaled-b…
137 …g_plot('"' + file_name + '" using {:d}:{:d} with linespoints linestyle 3 axis x1y2 title "io-boost…
138 …g_plot('"' + file_name + '" using {:d}:{:d} with linespoints linestyle 4 axis x1y1 title "P-State"…
[all …]
/kernel/linux/linux-5.10/scripts/kconfig/lxdialog/
Ddialog.h101 struct dialog_color title; member
206 void print_title(WINDOW *dialog, const char *title, int width);
212 int dialog_yesno(const char *title, const char *prompt, int height, int width);
213 int dialog_msgbox(const char *title, const char *prompt, int height,
219 int dialog_textbox(const char *title, char *tbuf, int initial_height,
222 int dialog_menu(const char *title, const char *prompt,
224 int dialog_checklist(const char *title, const char *prompt, int height,
226 int dialog_inputbox(const char *title, const char *prompt, int height,
/kernel/linux/linux-5.10/tools/vm/
Dslabinfo-gnuplot.sh89 set style histogram columnstacked title textcolor lt -1
92 set key left above Left title reverse
94 plot "$file" $range u 2$xtic title 'SIZE' with boxes,\
95 '' $range u 3 title 'LOSS' with boxes
117 gnuplot_cmd="$gnuplot_cmd '$i' $range using 1 title\
119 gnuplot_cmd="$gnuplot_cmd '' $range using 2 title \
131 set key left above Left title reverse
/kernel/linux/linux-5.10/tools/power/cpupower/bench/
Dcpufreq-bench_plot.sh57 title[$plots]="$2"
58 # echo "File: ${file[$plots]} - ${title[plots]}"
65 echo "set title \"$global_title\"" >> $dir/plot_script.gpl
83 echo -n "\"$dir/data_$plot\" title \"${title[$plot]}\" with lines" >> $dir/plot_script.gpl

12345678910>>...69