/Linux-v4.19/scripts/dtc/ |
D | Makefile | 4 hostprogs-y := dtc 7 dtc-objs := dtc.o flattree.o fstree.o data.o livetree.o treesource.o \ 9 dtc-objs += dtc-lexer.lex.o dtc-parser.tab.o 19 $(obj)/dtc-lexer.lex.o: $(obj)/dtc-parser.tab.h
|
D | update-dtc-source.sh | 31 DTC_UPSTREAM_PATH=`pwd`/../dtc 32 DTC_LINUX_PATH=`pwd`/scripts/dtc 42 git log --oneline scripts/dtc/ | grep 'upstream' | head -1 | sed -e 's/^.* \(.*\)/\1/' 71 scripts/dtc: Update to upstream version ${dtc_version}
|
D | Makefile.dtc | 9 dtc.c \ 17 DTC_GEN_SRCS = dtc-lexer.lex.c dtc-parser.tab.c
|
D | .gitignore | 1 dtc
|
D | dtx_diff | 34 Each DTx is processed by the dtc compiler to produce a sorted dts source 297 'export KBUILD_OUTPUT=\${dir}' or add \${dir}/scripts/dtc to \$PATH
|
/Linux-v4.19/mm/ |
D | page-writeback.c | 168 static bool mdtc_valid(struct dirty_throttle_control *dtc) in mdtc_valid() argument 170 return dtc->dom; in mdtc_valid() 173 static struct wb_domain *dtc_dom(struct dirty_throttle_control *dtc) in dtc_dom() argument 175 return dtc->dom; in dtc_dom() 222 static bool mdtc_valid(struct dirty_throttle_control *dtc) in mdtc_valid() argument 227 static struct wb_domain *dtc_dom(struct dirty_throttle_control *dtc) in dtc_dom() argument 392 static void domain_dirty_limits(struct dirty_throttle_control *dtc) in domain_dirty_limits() argument 394 const unsigned long available_memory = dtc->avail; in domain_dirty_limits() 395 struct dirty_throttle_control *gdtc = mdtc_gdtc(dtc); in domain_dirty_limits() 442 dtc->thresh = thresh; in domain_dirty_limits() [all …]
|
/Linux-v4.19/drivers/dma/ |
D | dmatest.c | 195 struct dmatest_chan *dtc; in is_threaded_test_run() local 197 list_for_each_entry(dtc, &info->channels, node) { in is_threaded_test_run() 200 list_for_each_entry(thread, &dtc->threads, node) { in is_threaded_test_run() 823 static void dmatest_cleanup_channel(struct dmatest_chan *dtc) in dmatest_cleanup_channel() argument 829 list_for_each_entry_safe(thread, _thread, &dtc->threads, node) { in dmatest_cleanup_channel() 839 dmaengine_terminate_all(dtc->chan); in dmatest_cleanup_channel() 841 kfree(dtc); in dmatest_cleanup_channel() 845 struct dmatest_chan *dtc, enum dma_transaction_type type) in dmatest_add_threads() argument 849 struct dma_chan *chan = dtc->chan; in dmatest_add_threads() 872 thread->chan = dtc->chan; in dmatest_add_threads() [all …]
|
D | dma-jz4780.c | 104 uint32_t dtc; member 304 desc->dtc = len >> jzchan->transfer_shift; in jz4780_dma_setup_hwdesc() 343 desc->desc[i].dtc |= in jz4780_dma_prep_slave_sg() 395 desc->desc[i].dtc |= in jz4780_dma_prep_dma_cyclic() 425 desc->desc[0].dtc = len >> jzchan->transfer_shift; in jz4780_dma_prep_dma_memcpy() 558 residue += desc->desc[i].dtc << jzchan->transfer_shift; in jz4780_dma_desc_residue()
|
/Linux-v4.19/scripts/ |
D | Makefile.lib | 167 DTC_INCLUDE := $(srctree)/scripts/dtc/include-prefixes 245 DTC ?= $(objtree)/scripts/dtc/dtc 285 cmd_dtc = mkdir -p $(dir ${dtc-tmp}) ; \ 286 $(CPP) $(dtc_cpp_flags) -x assembler-with-cpp -o $(dtc-tmp) $< ; \ 289 -d $(depfile).dtc.tmp $(dtc-tmp) ; \ 290 cat $(depfile).pre.tmp $(depfile).dtc.tmp > $(depfile) 293 $(call if_changed_dep,dtc) 295 dtc-tmp = $(subst $(comma),_,$(dot-target).dts.tmp)
|
D | Makefile | 42 subdir-$(CONFIG_DTC) += dtc
|
/Linux-v4.19/drivers/ata/ |
D | pata_cs5536.c | 124 u32 dtc; in cs5536_program_dtc() local 126 cs5536_read(pdev, DTC, &dtc); in cs5536_program_dtc() 127 dtc &= ~(IDE_DRV_MASK << dshift); in cs5536_program_dtc() 128 dtc |= tim << dshift; in cs5536_program_dtc() 129 cs5536_write(pdev, DTC, dtc); in cs5536_program_dtc()
|
/Linux-v4.19/drivers/ide/ |
D | cs5536.c | 96 u32 dtc; in cs5536_program_dtc() local 98 cs5536_read(pdev, DTC, &dtc); in cs5536_program_dtc() 99 dtc &= ~(IDE_DRV_MASK << dshift); in cs5536_program_dtc() 100 dtc |= tim << dshift; in cs5536_program_dtc() 101 cs5536_write(pdev, DTC, dtc); in cs5536_program_dtc()
|
/Linux-v4.19/arch/nios2/boot/ |
D | Makefile | 41 $(call cmd,dtc) 52 $(call if_changed_dep,dtc)
|
/Linux-v4.19/drivers/of/unittest-data/ |
D | overlay_base.dts | 10 * Do not add anything that would result in dtc creating node "/__fixups__". 11 * dtc will create nodes "/__symbols__" and "/__local_fixups__".
|
/Linux-v4.19/arch/powerpc/boot/ |
D | wrapper | 56 dtc=scripts/dtc/dtc 170 $dtc -O dtb -o "$dtb" -b 0 "$dts"
|
/Linux-v4.19/arch/mips/jz4740/ |
D | Makefile | 11 CFLAGS_setup.o = -I$(src)/../../../scripts/dtc/libfdt
|
/Linux-v4.19/drivers/staging/pi433/Documentation/devicetree/ |
D | pi433.txt | 55 'linux/scripts/dtc/dtc -@ -I dts -O dtb -o pi433.dtbo pi433-overlay.dts'
|
/Linux-v4.19/arch/mips/mti-malta/ |
D | Makefile | 21 CFLAGS_malta-dtshim.o = -I$(src)/../../../scripts/dtc/libfdt
|
/Linux-v4.19/drivers/tty/serial/8250/ |
D | Makefile | 41 CFLAGS_8250_ingenic.o += -I$(srctree)/scripts/dtc/libfdt
|
/Linux-v4.19/Documentation/devicetree/ |
D | dynamic-resolution-notes.txt | 11 proper dtc option and having a /plugin/ tag. This generates the
|
/Linux-v4.19/drivers/firmware/efi/libstub/ |
D | Makefile | 21 cflags-$(CONFIG_EFI_ARMSTUB) += -I$(srctree)/scripts/dtc/libfdt
|
/Linux-v4.19/arch/powerpc/boot/dts/ |
D | ps3.dts | 45 * dtc expects a clock-frequency and timebase-frequency entries, so
|
D | kuroboxHD.dts | 45 /* Following required by dtc but not used */
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | tegra20-trimslice.dts | 96 nvidia,pins = "dta", "dtb", "dtc", "dtd", "dte"; 203 "dtb", "dtc", "dtd", "dte", "gmb",
|
/Linux-v4.19/Documentation/ |
D | dontdiff | 122 dtc
|