Home
last modified time | relevance | path

Searched refs:dtc (Results 1 – 25 of 57) sorted by relevance

123

/linux/scripts/dtc/
H A DMakefile5 hostprogs-always-$(CONFIG_DTC) += dtc fdtoverlay
6 hostprogs-always-$(CHECK_DTBS) += dtc
8 dtc-objs := dtc.o flattree.o fstree.o data.o livetree.o treesource.o \
10 dtc-objs += dtc-lexer.lex.o dtc-parser.tab.o
27 $(obj)/dtc-lexer.lex.o: $(obj)/dtc-parser.tab.h
H A Dupdate-dtc-source.sh31 DTC_UPSTREAM_PATH=`pwd`/../dtc
32 DTC_LINUX_PATH=`pwd`/scripts/dtc
43 git log --oneline scripts/dtc/ | grep 'upstream' | head -1 | sed -e 's/^.* \(.*\)/\1/'
72 scripts/dtc: Update to upstream version ${dtc_version}
H A D.gitignore2 /dtc
H A Ddtx_diff37 Each DTx is processed by the dtc compiler to produce a sorted dts source
313 'export KBUILD_OUTPUT=\${dir}' or add \${dir}/scripts/dtc to \$PATH
/linux/mm/
H A Dpage-writeback.c166 return dtc->dom; in mdtc_valid()
171 return dtc->dom; in dtc_dom()
425 dtc->thresh = thresh; in domain_dirty_limits()
1027 unsigned long freerun = dirty_freerun_ceiling(dtc->thresh, dtc->bg_thresh); in wb_position_ratio()
1028 unsigned long limit = hard_dirty_limit(dtc_dom(dtc), dtc->thresh); in wb_position_ratio()
1037 dtc->pos_ratio = 0; in wb_position_ratio()
1313 unsigned long limit = hard_dirty_limit(dtc_dom(dtc), dtc->thresh); in wb_update_dirty_ratelimit()
1427 setpoint = (dtc->wb_thresh + dtc->wb_bg_thresh) / 2; in wb_update_dirty_ratelimit()
1661 dtc->wb_thresh = __wb_calc_thresh(dtc, dtc->thresh); in wb_dirty_limits()
1662 dtc->wb_bg_thresh = dtc->thresh ? in wb_dirty_limits()
[all …]
/linux/drivers/dma/
H A Ddmatest.c254 struct dmatest_chan *dtc; in is_threaded_test_run() local
270 struct dmatest_chan *dtc; in is_threaded_test_pending() local
966 kfree(dtc); in dmatest_cleanup_channel()
1023 struct dmatest_chan *dtc; in dmatest_add_channel() local
1029 if (!dtc) { in dmatest_add_channel()
1034 dtc->chan = chan; in dmatest_add_channel()
1134 struct dmatest_chan *dtc; in run_pending_tests() local
1156 list_del(&dtc->node); in stop_threaded_test()
1157 chan = dtc->chan; in stop_threaded_test()
1236 struct dmatest_chan *dtc; in dmatest_chan_set() local
[all …]
H A Ddma-jz4780.c110 u32 dtc; member
357 desc->dtc = len >> jzchan->transfer_shift; in jz4780_dma_setup_hwdesc()
398 desc->desc[i].dtc |= in jz4780_dma_prep_slave_sg()
450 desc->desc[i].dtc |= in jz4780_dma_prep_dma_cyclic()
481 desc->desc[0].dtc = len >> jzchan->transfer_shift; in jz4780_dma_prep_dma_memcpy()
548 jzchan->desc->desc[jzchan->curr_hwdesc].dtc); in jz4780_dma_begin()
632 count += desc->desc[i].dtc & GENMASK(23, 0); in jz4780_dma_desc_residue()
/linux/drivers/perf/
H A Darm-cmn.c285 s8 dtc; member
541 s8 dtc = cmn->xps[xp_base + x].dtc; in arm_cmn_map_show() local
543 if (dtc < 0) in arm_cmn_map_show()
1746 if (dn->dtc < 0) in arm_cmn_event_init()
1992 if (dtc->cc_active && !WARN_ON(!dtc->cycles)) { in arm_cmn_handle_irq()
2002 dtc += dtc->irq_friend; in arm_cmn_handle_irq()
2050 struct arm_cmn_dtc *dtc = cmn->dtc + idx; in arm_cmn_init_dtc() local
2054 if (dtc->irq < 0) in arm_cmn_init_dtc()
2082 if (!cmn->dtc) in arm_cmn_init_dtcs()
2101 dn->dtc = xp->dtc; in arm_cmn_init_dtcs()
[all …]
/linux/drivers/ata/
H A Dpata_cs5536.c112 u32 dtc; in cs5536_program_dtc() local
114 cs5536_read(pdev, DTC, &dtc); in cs5536_program_dtc()
115 dtc &= ~(IDE_DRV_MASK << dshift); in cs5536_program_dtc()
116 dtc |= tim << dshift; in cs5536_program_dtc()
117 cs5536_write(pdev, DTC, dtc); in cs5536_program_dtc()
/linux/scripts/
H A DMakefile.lib258 DTC_INCLUDE := $(srctree)/scripts/dtc/include-prefixes
355 DTC ?= $(objtree)/scripts/dtc/dtc
404 cmd_dtc = $(HOSTCC) -E $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) $< ; \
407 -d $(depfile).dtc.tmp $(dtc-tmp) ; \
408 cat $(depfile).pre.tmp $(depfile).dtc.tmp > $(depfile)
411 cmd_fdtoverlay = $(objtree)/scripts/dtc/fdtoverlay -o $@ -i $(real-prereqs)
434 $(call if_changed_dep,dtc)
436 dtc-tmp = $(subst $(comma),_,$(dot-target).dts.tmp)
H A DMakefile60 subdir- += basic dtc gdb kconfig mod
/linux/drivers/of/unittest-data/
H A Doverlay_common.dtsi8 * Do not add anything that would result in dtc creating node "/__fixups__".
9 * dtc will create nodes "/__symbols__" and "/__local_fixups__".
H A Dtests-interrupts.dtsi43 * warning from dtc starting with
/linux/arch/powerpc/boot/
H A Dwrapper63 dtc=scripts/dtc/dtc
189 $dtc -O dtb -o "$dtb" -b 0 "$dts"
/linux/tools/testing/selftests/dt/
H A DMakefile12 $(top_srcdir)/scripts/dtc/dt-extract-compatibles -d $(top_srcdir) > $@
/linux/arch/mips/mti-malta/
H A DMakefile17 CFLAGS_malta-dtshim.o = -I$(src)/../../../scripts/dtc/libfdt
/linux/Documentation/translations/zh_CN/devicetree/
H A Ddynamic-resolution-notes.rst21 解析器被赋予一个任意的树作为输入,该树用适当的dtc选项编译,并有一个/plugin/标签。这就产
/linux/Documentation/process/
H A Dmaintainer-soc-clean-dts.rst14 Strict DTS DT Schema and dtc Compliance
/linux/arch/riscv/kernel/pi/
H A DMakefile7 -I$(srctree)/scripts/dtc/libfdt -fno-stack-protector \
/linux/arch/arm64/kernel/pi/
H A DMakefile8 -I$(srctree)/scripts/dtc/libfdt -fno-stack-protector \
/linux/Documentation/devicetree/
H A Ddynamic-resolution-notes.rst14 proper dtc option and having a /plugin/ tag. This generates the
H A Dof_unittest.rst42 to read. The script scripts/dtc/of_unittest_expect was created to filter
45 from 'scripts/dtc/of_unittest_expect --help'.
65 $(call if_changed_dep, dtc)
/linux/arch/powerpc/boot/dts/
H A Dps3.dts33 * dtc expects a clock-frequency and timebase-frequency entries, so
/linux/drivers/tty/serial/8250/
H A DMakefile51 CFLAGS_8250_ingenic.o += -I$(srctree)/scripts/dtc/libfdt
/linux/Documentation/devicetree/bindings/
H A DMakefile83 $(Q)$(srctree)/scripts/dtc/dt-extract-compatibles $(srctree) | xargs dt-check-compatible -v -s $<

123