Lines Matching full:dts
25 -f print full dts in diff (--unified=99999)
32 -T annotate output .dts with input source file and line
37 Each DTx is processed by the dtc compiler to produce a sorted dts source
38 file. If DTx is a dts source file then it is pre-processed in the same
39 manner as done for the compile of the dts source file in the Linux kernel
42 If two DTx are provided, the resulting dts source files are diffed.
50 Otherwise DTx is treated as a dts source file (aka .dts).
58 the dts source file for include paths to be set properly for '#include'
69 `basename $0` ARCH=arch_of_dtx_1 DTx_1 >tmp_dtx_1.dts
70 `basename $0` ARCH=arch_of_dtx_2 DTx_2 >tmp_dtx_2.dts
71 `basename $0` tmp_dtx_1.dts tmp_dtx_2.dts
72 rm tmp_dtx_1.dts tmp_dtx_2.dts
80 `basename $0` DTx_1 >tmp_dtx_1.dts
81 `basename $0` DTx_2 >tmp_dtx_2.dts
82 `basename $0` tmp_dtx_1.dts tmp_dtx_2.dts
83 rm tmp_dtx_1.dts tmp_dtx_2.dts
117 # ----- input is DTS (source)
120 | ${DTC} ${dtc_include} -I dts ) ; then
350 -O dts -qq -f ${dtc_sort} ${annotate} -o -"