Home
last modified time | relevance | path

Searched full:dots (Results 1 – 25 of 39) sorted by relevance

12

/linux-6.12.1/arch/powerpc/xmon/
Dansidecl.h33 arguments, the last thing listed should be `DOTS'.
66 extern int printf PARAMS ((CONST char *format DOTS));
68 FILE *stream AND CONST char *format DOTS) { ... }
96 #define DOTS , ... macro
120 #define DOTS macro
/linux-6.12.1/Documentation/devicetree/bindings/display/panel/
Dboe,bf060y8m-aj0.yaml17 Each pixel is divided into red and green dots, or blue and
18 green dots, and two pixels share red or blue dots which are
/linux-6.12.1/fs/adfs/
Ddir.c202 unsigned int dots, i; in adfs_object_fixup() local
213 for (i = dots = 0; i < obj->name_len; i++) in adfs_object_fixup()
216 dots++; in adfs_object_fixup()
219 if (obj->name_len <= 2 && dots == obj->name_len) in adfs_object_fixup()
/linux-6.12.1/scripts/genksyms/
Dparse.y104 %token DOTS
343 parameter_declaration_list_opt DOTS { $$ = $2; }
345 | parameter_declaration_list ',' DOTS { $$ = $3; }
Dlex.l75 "..." return DOTS;
/linux-6.12.1/tools/perf/util/
Dstring2.h12 extern const char *dots;
Ddemangle-rust.c74 * 5. There must be no sequence of three or more dots in a row ("...").
156 /* Do not allow three or more consecutive dots */ in looks_like_rust()
Dstring.c13 const char *dots = variable
/linux-6.12.1/Documentation/gpu/
Dmsm-crash-dump.rst36 core.major.minor.patchlevel separated by dots.
/linux-6.12.1/tools/perf/ui/stdio/
Dhist.c682 /* preserve max indent depth for initial dots */ in hists__fprintf_hierarchy_headers()
683 print_hierarchy_indent(sep, indent, dots, fp); in hists__fprintf_hierarchy_headers()
696 fprintf(fp, "%.*s", width, dots); in hists__fprintf_hierarchy_headers()
721 fprintf(fp, "%s%-.*s", sep ?: " ", header_width, dots); in hists__fprintf_hierarchy_headers()
/linux-6.12.1/tools/perf/Documentation/
Dasciidoc.conf32 # v1.72 breaks with this because it replaces dots not in roff requests.
/linux-6.12.1/drivers/hwtracing/stm/
Dpolicy.c399 * contain dots; in stp_policy_make()
400 * <policy_name> is an arbitrary string; may not contain dots in stp_policy_make()
/linux-6.12.1/tools/lib/perf/Documentation/
Dasciidoc.conf32 # v1.72 breaks with this because it replaces dots not in roff requests.
/linux-6.12.1/fs/hpfs/
Dname.c105 /* OS/2 clears dots and spaces at the end of file name, so we have to */
/linux-6.12.1/drivers/acpi/acpica/
Ddbutils.c193 * DESCRIPTION: Translate all forward slashes and dots to backslashes.
218 /* Convert all slash path separators to dots */ in acpi_db_prep_namestring()
/linux-6.12.1/drivers/auxdisplay/
Dhd44780_common.c27 #define LCD_CMD_FONT_5X10_DOTS 0x04 /* Set char font to 5x10 dots */
/linux-6.12.1/arch/mips/math-emu/
Dme-debugfs.c35 * would be "cmp.sueq.d". This is needed since dots are not allowed to be
/linux-6.12.1/arch/x86/platform/uv/
Duv_nmi.c728 const char *dots = " ................................. "; in uv_nmi_dump_state_cpu() local
737 pr_info("UV:%sNMI process trace for CPU %d\n", dots, cpu); in uv_nmi_dump_state_cpu()
/linux-6.12.1/include/video/
Dvga.h146 #define VGA_SR01_CHAR_CLK_8DOTS 0x01 /* bit 0: character clocks 8 dots wide are generated */
/linux-6.12.1/drivers/hid/
Dhid-elan.c113 * dpi * 10 / 254 = dots/mm in elan_convert_res()
/linux-6.12.1/Documentation/filesystems/
Dhpfs.rst70 OS/2 ignores dots and spaces at the end of file name, so this driver does as
/linux-6.12.1/fs/bcachefs/
Ddirent.c48 /* [0,2) reserved for dots */ in bch2_dirent_hash()
/linux-6.12.1/drivers/input/mouse/
Delan_i2c_core.c387 * We also have to convert dpi to dots/mm (*10/254 to avoid floating in elan_convert_resolution()
1271 " Resolution X,Y: %d,%d (dots/mm)\n" in elan_probe()
/linux-6.12.1/include/drm/
Ddrm_modes.h144 * @dpi: The number of dots per inch
/linux-6.12.1/fs/fat/
Dnamei_msdos.c24 * (n)ormal or (s)trict, opts->dotsOK allows dots at the in msdos_format_name()

12