Home
last modified time | relevance | path

Searched refs:dot (Results 1 – 25 of 67) sorted by relevance

123

/linux/fs/reiserfs/
A Ddir.c284 struct reiserfs_de_head *dot, *dotdot; in make_empty_dir_item_v1() local
288 dotdot = dot + 1; in make_empty_dir_item_v1()
291 put_deh_offset(dot, DOT_OFFSET); in make_empty_dir_item_v1()
293 dot->deh_dir_id = dirid; in make_empty_dir_item_v1()
294 dot->deh_objectid = objid; in make_empty_dir_item_v1()
297 mark_de_visible(dot); in make_empty_dir_item_v1()
322 dotdot = dot + 1; in make_empty_dir_item()
325 put_deh_offset(dot, DOT_OFFSET); in make_empty_dir_item()
327 dot->deh_dir_id = dirid; in make_empty_dir_item()
328 dot->deh_objectid = objid; in make_empty_dir_item()
[all …]
/linux/Documentation/translations/ja_JP/
A Dstable_kernel_rules.txt20 翻訳者: Tsugikazu Shibata <tshibata at ab dot jp dot nec dot com>
21 校正者: 武井伸光さん、<takei at webmasters dot gr dot jp>
22 かねこさん (Seiji Kaneko) <skaneko at a2 dot mbn dot or dot jp>
23 小林 雅典さん (Masanori Kobayasi) <zap03216 at nifty dot ne dot jp>
24 野口さん (Kenji Noguchi) <tokyo246 at gmail dot com>
25 神宮信太郎さん <jin at libjingu dot jp>
A Dstable_api_nonsense.txt21 原著作者: Greg Kroah-Hartman < greg at kroah dot com >
22 翻訳者 : 池田 宗広 < m-ikeda at ds dot jp dot nec dot com >
23 校正者 : Masanori Kobayashi さん < zap03216 at nifty dot ne dot jp >
24 Seiji Kaneko さん < skaneko at a2 dot mbn dot or dot jp >
32 Greg Kroah-Hartman <greg at kroah dot com>
A DSubmitChecklist21 翻訳者: Takenori Nagano <t-nagano at ah dot jp dot nec dot com>
22 校正者: Masanori Kobayashi さん <zap03216 at nifty dot ne dot jp>
A DSubmittingPatches22 翻訳者: Keiichi Kii <k-keiichi at bx dot jp dot nec dot com>
23 校正者: Masanari Kobayashi さん <zap03216 at nifty dot ne dot jp>
24 Matsukura さん <nbh--mats at nifty dot com>
25 Takeshi Hamasaki さん <hmatrjp at users dot sourceforge dot jp>
/linux/Documentation/admin-guide/blockdev/drbd/
A Dfigures.rst20 .. kernel-figure:: conn-states-8.dot
21 :alt: conn-states-8.dot
24 .. kernel-figure:: disk-states-8.dot
25 :alt: disk-states-8.dot
28 .. kernel-figure:: peer-states-8.dot
29 :alt: peer-states-8.dot
/linux/tools/build/
A DBuild.include19 dot-target = $(dir $@).$(notdir $@)
28 depfile = $(subst $(comma),_,$(dot-target).d)
63 $(fixdep) $(depfile) $@ '$(make-cmd)' > $(dot-target).tmp; \
65 mv -f $(dot-target).tmp $(dot-target).cmd, \
66 printf '$(pound) cannot find fixdep (%s)\n' $(fixdep) > $(dot-target).cmd; \
67 printf '$(pound) using basic dep data\n\n' >> $(dot-target).cmd; \
68 cat $(depfile) >> $(dot-target).cmd; \
69 printf '\n%s\n' 'cmd_$@ := $(make-cmd)' >> $(dot-target).cmd)
85 printf '%s\n' 'cmd_$@ := $(make-cmd)' > $(dot-target).cmd)
/linux/drivers/gpu/drm/i915/display/
A Dintel_dpll.c22 } dot, vco, n, m, m1, m2, p, p1; member
30 .dot = { .min = 25000, .max = 350000 },
43 .dot = { .min = 25000, .max = 350000 },
56 .dot = { .min = 25000, .max = 350000 },
69 .dot = { .min = 20000, .max = 400000 },
284 .dot = { .min = 0, .max = INT_MAX },
312 return clock->dot; in pnv_calc_dpll_params()
329 return clock->dot; in i9xx_calc_dpll_params()
341 return clock->dot / 5; in vlv_calc_dpll_params()
354 return clock->dot / 5; in chv_calc_dpll_params()
[all …]
/linux/arch/parisc/kernel/
A Dmodule.c530 Elf32_Addr dot; in apply_relocate_add() local
553 dot = (Elf32_Addr)loc & ~0x03; in apply_relocate_add()
621 val = (val - dot - 8)/4; in apply_relocate_add()
627 val = (val - dot - 8)/4; in apply_relocate_add()
636 val = (val - dot - 8)/4; in apply_relocate_add()
642 val = (val - dot - 8)/4; in apply_relocate_add()
649 *loc = val - dot - 8 + addend; in apply_relocate_add()
676 Elf64_Addr dot; in apply_relocate_add() local
697 dot = (Elf64_Addr)loc & ~0x03; in apply_relocate_add()
750 val = (val - dot - 8)/4; in apply_relocate_add()
[all …]
/linux/tools/testing/selftests/proc/
A Dproc-subset-pid.c82 bool dot = false; in main() local
89 assert(!dot); in main()
90 dot = true; in main()
/linux/fs/
A Dfilesystems.c276 const char *dot = strchr(name, '.'); in get_fs_type() local
277 int len = dot ? dot - name : strlen(name); in get_fs_type()
287 if (dot && fs && !(fs->fs_flags & FS_HAS_SUBTYPE)) { in get_fs_type()
/linux/scripts/
A DKbuild.include16 dot-target = $(dir $@).$(notdir $@)
21 depfile = $(subst $(comma),_,$(dot-target).d)
63 trap "rm -f $(dot-target).tmp" EXIT; \
64 { $(filechk_$(1)); } > $(dot-target).tmp; \
65 if [ ! -r $@ ] || ! cmp -s $@ $(dot-target).tmp; then \
67 mv -f $(dot-target).tmp $@; \
143 printf '%s\n' 'cmd_$@ := $(make-cmd)' > $(dot-target).cmd, @:)
150 scripts/basic/fixdep $(depfile) $@ '$(make-cmd)' > $(dot-target).cmd;\
/linux/drivers/gpu/drm/gma500/
A Dcdv_intel_display.c36 .dot = {.min = 20000, .max = 115500},
48 .dot = {.min = 20000, .max = 115500},
63 .dot = {.min = 20000, .max = 400000},
75 .dot = {.min = 20000, .max = 400000},
87 .dot = {.min = 160000, .max = 272000},
99 .dot = {.min = 160000, .max = 272000},
397 clock->dot = clock->vco / clock->p; in cdv_intel_clock()
655 adjusted_mode->clock, clock.dot); in cdv_intel_crtc_mode_set()
825 clock->dot = clock->vco / clock->p; in i8xx_clock()
904 return clock.dot; in cdv_intel_crtc_clock_get()
A Doaktrail_crtc.c46 .dot = {.min = MRST_DOT_MIN, .max = MRST_DOT_MAX},
52 .dot = {.min = MRST_DOT_MIN, .max = MRST_DOT_MAX},
58 .dot = {.min = MRST_DOT_MIN, .max = MRST_DOT_MAX},
113 clock->dot = (refclk * clock->m) / (14 * clock->p1); in mrst_lvds_clock()
119 clock->dot, clock->m, clock->m1, clock->m2, clock->n, in mrst_print_pll()
198 this_err = abs(clock.dot - target); in mrst_lvds_find_best_pll()
A Dgma_display.h25 int dot; member
41 struct gma_range_t dot, vco, n, m, m1, m2, p, p1; member
A Dpsb_intel_display.c26 .dot = {.min = 20000, .max = 400000},
38 .dot = {.min = 20000, .max = 400000},
71 clock->dot = clock->vco / clock->p; in psb_intel_clock()
146 adjusted_mode->clock, clock.dot); in psb_intel_crtc_mode_set()
369 return clock.dot; in psb_intel_crtc_clock_get()
A Dgma_display.c741 if (clock->dot < limit->dot.min || limit->dot.max < clock->dot) in gma_pll_is_valid()
797 this_err = abs(clock.dot - target); in gma_find_best_pll()
/linux/Documentation/devicetree/bindings/auxdisplay/
A Dholtek,ht16k33.yaml24 - const: holtek,ht16k33 # Generic 16*8 LED controller with dot-matrix display
31 description: Display update interval in Hertz for dot-matrix displays
/linux/Documentation/driver-api/
A Dinterconnect.rst109 Show the interconnect graph in the graphviz dot format. It shows all
112 through dot to generate diagrams in many graphical formats::
115 dot -Tsvg > interconnect_graph.svg
/linux/Documentation/translations/zh_CN/doc-guide/
A Dsphinx.rst346 * Graphviz:http://www.graphviz.org/content/dot-language
350 .. kernel-figure:: ../../../doc-guide/hello.dot
357 .. kernel-figure:: ../../../doc-guide/hello.dot
/linux/Documentation/admin-guide/media/
A Dqcom_camss.rst142 .. kernel-figure:: qcom_camss_graph.dot
143 :alt: qcom_camss_graph.dot
148 .. kernel-figure:: qcom_camss_8x96_graph.dot
149 :alt: qcom_camss_8x96_graph.dot
/linux/Documentation/scsi/scsi_transport_srp/
A Dfigures.rst6 .. kernel-figure:: rport_state_diagram.dot
/linux/sound/firewire/digi00x/
A DMakefile2 snd-firewire-digi00x-objs := amdtp-dot.o digi00x-stream.o digi00x-proc.o \
/linux/Documentation/filesystems/ext4/
A Ddirectory.rst127 for dot and dotdot, which are kept the same. The structure follows immediately
249 - dot.inode
253 - dot.rec\_len
257 - dot.name\_len
261 - dot.file\_type
265 - dot.name[4]
/linux/Documentation/ABI/stable/
A Dsysfs-driver-speakup125 those characters. For example, "......" would be read as dot,
126 dot, dot. If a . is added to the list of characters in repeats,
127 "......" would be read as dot, dot, dot, times six.

Completed in 41 milliseconds

123