Searched refs:dot (Results 1 - 25 of 30) sorted by last modified time

12

/linux-master/tools/sound/
H A Ddapm-graph40 -o OUT_FILE Output file (default: dapm.dot)
46 * Use the .dot extension to generate a text graph representation in
47 graphviz dot syntax.
49 rendering, e.g. 'png', 'svg', and will produce both the .dot file and a
50 picture from it. This requires the 'dot' program from the graphviz
87 # Parse a widget file and generate graph description in graphviz dot format
99 local dot_file="${tmp_dir}/main.dot"
100 local links_file="${tmp_dir}/links.dot"
149 # description in graphviz dot format
159 local dot_file="${tmp_dir}/main.dot"
[all...]
/linux-master/sound/firewire/digi00x/
H A DMakefile2 snd-firewire-digi00x-y := amdtp-dot.o digi00x-stream.o digi00x-proc.o \
/linux-master/drivers/gpu/drm/i915/gvt/
H A Dhandlers.c594 clock.dot = DIV_ROUND_CLOSEST(clock.vco, clock.p);
596 dp_br = clock.dot;
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_dpll_mgr.c2240 { .dot = 162000, .p1 = 4, .p2 = 2, .n = 1, .m1 = 2, .m2 = 0x819999a /* 32.4 */ },
2241 { .dot = 270000, .p1 = 4, .p2 = 1, .n = 1, .m1 = 2, .m2 = 0x6c00000 /* 27.0 */ },
2242 { .dot = 540000, .p1 = 2, .p2 = 1, .n = 1, .m1 = 2, .m2 = 0x6c00000 /* 27.0 */ },
2243 { .dot = 216000, .p1 = 3, .p2 = 2, .n = 1, .m1 = 2, .m2 = 0x819999a /* 32.4 */ },
2244 { .dot = 243000, .p1 = 4, .p2 = 1, .n = 1, .m1 = 2, .m2 = 0x6133333 /* 24.3 */ },
2245 { .dot = 324000, .p1 = 4, .p2 = 1, .n = 1, .m1 = 2, .m2 = 0x819999a /* 32.4 */ },
2246 { .dot = 432000, .p1 = 3, .p2 = 1, .n = 1, .m1 = 2, .m2 = 0x819999a /* 32.4 */ },
2276 if (crtc_state->port_clock == bxt_dp_clk_val[i].dot) {
2285 clk_div->dot != crtc_state->port_clock);
H A Dintel_dpll.c36 } dot, vco, n, m, m1, m2, p, p1; member in struct:intel_limit
44 .dot = { .min = 25000, .max = 350000 },
57 .dot = { .min = 25000, .max = 350000 },
70 .dot = { .min = 25000, .max = 350000 },
83 .dot = { .min = 20000, .max = 400000 },
96 .dot = { .min = 20000, .max = 400000 },
110 .dot = { .min = 25000, .max = 270000 },
125 .dot = { .min = 22000, .max = 400000 },
138 .dot = { .min = 20000, .max = 115000 },
152 .dot
[all...]
H A Dintel_display_types.h673 int dot; member in struct:dpll
H A Dintel_display.c2475 * Enable double wide mode when the dot clock
8155 "enabling pipe %c due to force quirk (vco=%d dot=%d)\n",
8156 pipe_name(pipe), clock.vco, clock.dot);
H A Dg4x_dp.c31 { .dot = 162000, .p1 = 2, .p2 = 10, .n = 2, .m1 = 23, .m2 = 8, },
32 { .dot = 270000, .p1 = 1, .p2 = 10, .n = 1, .m1 = 14, .m2 = 2, },
36 { .dot = 162000, .p1 = 2, .p2 = 10, .n = 1, .m1 = 12, .m2 = 9, },
37 { .dot = 270000, .p1 = 1, .p2 = 10, .n = 2, .m1 = 14, .m2 = 8, },
41 { .dot = 162000, .p1 = 3, .p2 = 2, .n = 5, .m1 = 3, .m2 = 81, },
42 { .dot = 270000, .p1 = 2, .p2 = 2, .n = 1, .m1 = 2, .m2 = 27, },
47 { .dot = 162000, .p1 = 4, .p2 = 2, .n = 1, .m1 = 2, .m2 = 0x819999a /* 32.4 */ },
48 { .dot = 270000, .p1 = 4, .p2 = 1, .n = 1, .m1 = 2, .m2 = 0x6c00000 /* 27.0 */ },
79 if (pipe_config->port_clock == divisor[i].dot) {
/linux-master/arch/parisc/kernel/
H A Dmodule.c501 Elf32_Addr dot; local
523 //dot = (sechdrs[relsec].sh_addr + rel->r_offset) & ~0x03;
524 dot = (Elf32_Addr)loc & ~0x03;
592 val = (val - dot - 8)/4;
598 val = (val - dot - 8)/4;
607 val = (val - dot - 8)/4;
613 val = (val - dot - 8)/4;
620 *loc = val - dot - 8 + addend;
647 Elf64_Addr dot; local
667 //dot
[all...]
/linux-master/scripts/
H A Dsphinx-pre-install354 "dot" => "graphviz",
388 "dot" => "graphviz",
471 "dot" => "graphviz",
519 "dot" => "graphviz",
563 "dot" => "graphviz",
594 "dot" => "media-gfx/graphviz",
955 check_program("dot", 1);
H A DMakefile.build177 >> $(dot-target).cmd; \
H A DMakefile.lib294 cmd_gen_objtooldep = $(if $(objtool-enabled), { echo ; echo '$@: $$(wildcard $(objtool))' ; } >> $(dot-target).cmd)
436 dtc-tmp = $(subst $(comma),_,$(dot-target).dts.tmp)
H A DMakefile.modfinal54 printf '%s\n' 'savedcmd_$@ := $(make-cmd)' > $(dot-target).cmd, @:)
/linux-master/net/ipv4/
H A Ddevinet.c1519 char old[IFNAMSIZ], *dot; local
1525 dot = strchr(old, ':');
1526 if (!dot) {
1528 dot = old;
1530 if (strlen(dot) + strlen(dev->name) < IFNAMSIZ)
1531 strcat(ifa->ifa_label, dot);
1533 strcpy(ifa->ifa_label + (IFNAMSIZ - strlen(dot) - 1), dot);
/linux-master/
H A DMakefile288 no-dot-config-targets := $(clean-targets) \
293 no-sync-config-targets := $(no-dot-config-targets) %install modules_sign kernelrelease \
303 ifneq ($(filter $(no-dot-config-targets), $(MAKECMDGOALS)),)
304 ifeq ($(filter-out $(no-dot-config-targets), $(MAKECMDGOALS)),)
1726 # Using the singular to avoid running afoul of `no-dot-config-targets`.
/linux-master/fs/f2fs/
H A Dnamei.c461 struct qstr dot = QSTR_INIT(".", 1); local
487 de = f2fs_find_entry(dir, &dot, &page);
494 err = f2fs_do_add_link(dir, &dot, NULL, dir->i_ino, S_IFDIR);
H A Ddir.c502 struct fscrypt_str dot = FSTR_INIT(".", 1); local
506 f2fs_update_dentry(inode->i_ino, inode->i_mode, d, &dot, 0, 0);
/linux-master/fs/xfs/scrub/
H A Dnlinks.c207 bool dot = false, dotdot = false; local
217 dot = true;
223 if (dot && ino != dp->i_ino) {
268 if (!dot && !dotdot) {
278 if (!dot && !dotdot && name->type == XFS_DIR3_FT_DIR) {
/linux-master/fs/ext4/
H A Dnamei.c248 struct fake_dirent dot; member in struct:dx_root
2295 /* Initialize the root; the dot dirents already exist */
3997 * replay code is not yet capable of changing dot dot
/linux-master/kernel/
H A Dparams.c830 * The "module" name (KBUILD_MODNAME) is stored before a dot, the
831 * "parameter" name is stored behind a dot in kernel_param->name. So,
842 char *dot; local
847 dot = strchr(kp->name, '.');
848 if (!dot) {
853 name_len = dot - kp->name + 1;
/linux-master/fs/notify/fanotify/
H A Dfanotify_user.c585 const char *dot = NULL; local
602 dot = ".";
624 info_type, dot, dot_len,
/linux-master/drivers/gpu/drm/gma500/
H A Dgma_display.h25 int dot; member in struct:gma_clock_t
41 struct gma_range_t dot, vco, n, m, m1, m2, p, p1; member in struct:gma_limit_t
H A Dpsb_intel_display.c28 .dot = {.min = 20000, .max = 400000},
40 .dot = {.min = 20000, .max = 400000},
73 clock->dot = clock->vco / clock->p;
152 adjusted_mode->clock, clock.dot);
375 return clock.dot;
H A Doaktrail_hdmi.c115 int dot; member in struct:oaktrail_hdmi_clock
H A Doaktrail_crtc.c49 .dot = {.min = MRST_DOT_MIN, .max = MRST_DOT_MAX},
55 .dot = {.min = MRST_DOT_MIN, .max = MRST_DOT_MAX},
61 .dot = {.min = MRST_DOT_MIN, .max = MRST_DOT_MAX},
116 clock->dot = (refclk * clock->m) / (14 * clock->p1);
122 clock->dot, clock->m, clock->m1, clock->m2, clock->n,
201 this_err = abs(clock.dot - target);

Completed in 310 milliseconds

12