/Linux-v5.4/Documentation/media/uapi/v4l/ |
D | biblio.rst | 21 :title: CEA-608-E R-2014 "Line 21 Data Services" 31 :title: EN 300 294 "625-line television Wide Screen Signalling (WSS)" 41 :title: ETS 300 231 "Specification of the domestic video Programme Delivery Control system (PDC… 51 :title: ETS 300 706 "Enhanced Teletext specification" 61 :title: ITU-T Rec. H.222.0 | ISO/IEC 13818-1 "Information technology — Generic coding of moving… 71 :title: ITU-T Rec. H.262 | ISO/IEC 13818-2 "Information technology — Generic coding of moving p… 81 :title: ITU-R Recommendation BT.470-6 "Conventional Television Systems" 91 :title: ITU-R Recommendation BT.601-5 "Studio Encoding Parameters of Digital Television for Sta… 101 :title: ITU-R Recommendation BT.653-3 "Teletext systems" 111 :title: ITU-R Recommendation BT.709-5 "Parameter values for the HDTV standards for production a… [all …]
|
/Linux-v5.4/tools/perf/Documentation/ |
D | asciidoc.conf | 34 <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>
|
/Linux-v5.4/Documentation/process/ |
D | kernel-docs.rst | 28 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 …]
|
/Linux-v5.4/Documentation/RCU/ |
D | RTFP.txt | 223 ,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 …]
|
/Linux-v5.4/tools/lib/traceevent/Documentation/ |
D | asciidoc.conf | 34 <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>
|
/Linux-v5.4/tools/perf/ui/ |
D | progress.h | 10 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)
|
D | browser.h | 24 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,
|
D | util.h | 11 void __ui__info_window(const char *title, const char *text, const char *exit_msg); 12 void ui__info_window(const char *title, const char *text); 13 int ui__question_window(const char *title, const char *text,
|
/Linux-v5.4/tools/perf/ui/tui/ |
D | util.c | 71 int ui_browser__input_window(const char *title, const char *text, char *input, in ui_browser__input_window() argument 103 if (title) { in ui_browser__input_window() 105 SLsmg_write_string((char *)title); in ui_browser__input_window() 163 void __ui__info_window(const char *title, const char *text, const char *exit_msg) in __ui__info_window() argument 194 if (title) { in __ui__info_window() 196 SLsmg_write_string((char *)title); in __ui__info_window() 212 void ui__info_window(const char *title, const char *text) in ui__info_window() argument 215 __ui__info_window(title, text, NULL); in ui__info_window() 220 int ui__question_window(const char *title, const char *text, in ui__question_window() argument 224 __ui__info_window(title, text, exit_msg); in ui__question_window() [all …]
|
D | progress.c | 25 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()
|
/Linux-v5.4/Documentation/media/uapi/ |
D | fdl-appendix.rst | 119 .. _fdl-title-page: 121 The “Title Page” means, for a printed book, the title page itself, plus 123 License requires to appear in the title page. For works in formats which 124 do not have any title page as such, “Title Page” means the text near the 125 most prominent appearance of the work's title, preceding the beginning 160 publisher of these copies. The front cover must present the full title 161 with all words of the title equally prominent and visible. You may add 163 to the covers, as long as they preserve the title of the 208 Use in the :ref:`Title Page <fdl-title-page>` (and on the covers, 209 if any) a title distinct from that of the [all …]
|
/Linux-v5.4/drivers/acpi/acpica/ |
D | rsdump.c | 19 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 …]
|
/Linux-v5.4/tools/testing/selftests/rcutorture/bin/ |
D | parse-console.sh | 5 # 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 51 print_bug $title FAILURE, $nerrs instances 87 print_warning $title `cat $T.seq` 94 print_warning HOTPLUG FAILURES $title `cat $T.seq` 98 …echo $title no success message, `grep --binary-files=text 'ver:' $file | wc -l` successful version… 101 print_warning $title `cat $T.seq` 113 print_warning "Assertion failure in $file $title"
|
D | parse-build.sh | 5 # 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:
|
D | kvm-recheck-lock.sh | 27 title="$configfile ------- $ncs acquisitions/releases" 35 title="$title ($ncsps per second)" 37 echo $title
|
D | kvm-recheck-rcu.sh | 32 title="$configfile ------- $ngps GPs" 40 title="$title ($ngpsps/s)" 42 echo $title $stopstate
|
/Linux-v5.4/arch/um/drivers/ |
D | xterm.c | 21 char *title; member 37 .title = opts->xterm_title, in xterm_init() 72 "xterm=<terminal emulator>,<title switch>,<exec switch>\n" 76 " its title, and the switch it uses to execute a subprocess,\n" 77 " respectively. The title switch must have the form '<switch> title',\n" 78 " not '<switch>=title'. Similarly, the exec switch must have the form\n" 89 char title[256], file[] = "/tmp/xterm-pipeXXXXXX"; in xterm_open() local 90 char *argv[] = { terminal_emulator, title_switch, title, exec_switch, in xterm_open() 136 sprintf(title, data->title, data->device); in xterm_open()
|
/Linux-v5.4/tools/power/x86/intel_pstate_tracer/ |
D | intel_pstate_tracer.py | 110 …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 …]
|
/Linux-v5.4/tools/testing/selftests/bpf/prog_tests/ |
D | reference_tracking.c | 17 const char *title; in test_reference_tracking() local 20 title = bpf_program__title(prog, false); in test_reference_tracking() 21 if (strstr(title, ".text") != NULL) in test_reference_tracking() 27 if (strstr(title, "fail") != NULL) { in test_reference_tracking() 36 CHECK(err, title, "\n"); in test_reference_tracking()
|
D | sockopt_multi.c | 5 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()
|
D | sockopt_sk.c | 134 static int prog_attach(struct bpf_object *obj, int cgroup_fd, const char *title) in prog_attach() argument 141 err = libbpf_prog_type_by_name(title, &prog_type, &attach_type); in prog_attach() 143 log_err("Failed to deduct types for %s BPF program", title); in prog_attach() 147 prog = bpf_object__find_program_by_title(obj, title); in prog_attach() 149 log_err("Failed to find %s BPF program", title); in prog_attach() 156 log_err("Failed to attach %s BPF program", title); in prog_attach()
|
D | sockopt_inherit.c | 139 static int prog_attach(struct bpf_object *obj, int cgroup_fd, const char *title) in prog_attach() argument 146 err = libbpf_prog_type_by_name(title, &prog_type, &attach_type); in prog_attach() 148 log_err("Failed to deduct types for %s BPF program", title); in prog_attach() 152 prog = bpf_object__find_program_by_title(obj, title); in prog_attach() 154 log_err("Failed to find %s BPF program", title); in prog_attach() 161 log_err("Failed to attach %s BPF program", title); in prog_attach()
|
/Linux-v5.4/scripts/kconfig/lxdialog/ |
D | dialog.h | 101 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,
|
/Linux-v5.4/tools/vm/ |
D | slabinfo-gnuplot.sh | 89 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
|
/Linux-v5.4/tools/power/cpupower/bench/ |
D | cpufreq-bench_plot.sh | 57 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
|