Home
last modified time | relevance | path

Searched refs:dts (Results 1 – 25 of 2489) sorted by relevance

12345678910>>...100

/linux-6.3-rc2/Documentation/translations/zh_CN/devicetree/
A Doverlay-notes.rst28 ---- foo.dts ---------------------------------------------------------------
30 /dts-v1/;
44 ---- foo.dts ---------------------------------------------------------------
46 覆盖bar.dts,
49 ---- bar.dts - 按标签覆盖目标位置 ----------------------------
50 /dts-v1/;
59 ---- bar.dts ---------------------------------------------------------------
61 当加载(并按照[1]中描述的方式解决)时,应该产生foo+bar.dts::
93 上面的bar.dts例子被修改为使用目标路径语法,即为::
95 ---- bar.dts - 通过明确的路径覆盖目标位置 --------------------
[all …]
/linux-6.3-rc2/drivers/thermal/intel/
A Dintel_soc_dts_iosf.c57 dts = tzd->devdata; in sys_get_trip_temp()
58 sensors = dts->sensors; in sys_get_trip_temp()
191 dts = tzd->devdata; in sys_get_trip_type()
207 dts = tzd->devdata; in sys_get_curr_temp()
208 sensors = dts->sensors; in sys_get_curr_temp()
251 if (dts) { in remove_dts_thermal_zone()
278 dts->id = id; in add_dts_thermal_zone()
295 dts->trip_mask = trip_mask; in add_dts_thermal_zone()
301 dts, &tzone_ops, in add_dts_thermal_zone()
303 if (IS_ERR(dts->tzone)) { in add_dts_thermal_zone()
[all …]
/linux-6.3-rc2/scripts/dtc/
A Ddtx_diff25 -f print full dts in diff (--unified=99999)
50 Otherwise DTx is treated as a dts source file (aka .dts).
65 `basename $0` ARCH=arch_of_dtx_1 DTx_1 >tmp_dtx_1.dts
66 `basename $0` ARCH=arch_of_dtx_2 DTx_2 >tmp_dtx_2.dts
67 `basename $0` tmp_dtx_1.dts tmp_dtx_2.dts
68 rm tmp_dtx_1.dts tmp_dtx_2.dts
76 `basename $0` DTx_1 >tmp_dtx_1.dts
77 `basename $0` DTx_2 >tmp_dtx_2.dts
78 `basename $0` tmp_dtx_1.dts tmp_dtx_2.dts
79 rm tmp_dtx_1.dts tmp_dtx_2.dts
[all …]
/linux-6.3-rc2/arch/powerpc/boot/
A DMakefile249 dtstree := $(srctree)/$(src)/dts
391 $(patsubst $(x).%, dts/%.dtb, $(filter $(x).%, $(image-y))))
411 $(call if_changed,wrap,$*,,$(obj)/dts/$*.dtb)
425 $(call if_changed,wrap,uboot-$*,,$(obj)/dts/$*.dtb)
431 $(call if_changed,wrap,cuboot-$*,,$(obj)/dts/$*.dtb)
437 $(call if_changed,wrap,simpleboot-$*,,$(obj)/dts/$*.dtb)
443 $(call if_changed,wrap,treeboot-$*,,$(obj)/dts/$*.dtb)
446 $(obj)/dts/%.dtb: $(obj)/dts/fsl/%.dtb
473 WRAPPER_DTSDIR := /usr/lib/kernel-wrapper/dts
480 dts-installed := $(patsubst $(dtstree)/%, $(DESTDIR)$(WRAPPER_DTSDIR)/%, $(wildcard $(dtstree)/*.d…
[all …]
A Dwrapper43 dts=
123 dts="$1"
182 if [ -n "$dts" ]; then
183 if [ ! -r "$dts" -a -r "$object/dts/$dts" ]; then
184 dts="$object/dts/$dts"
189 $dtc -O dtb -o "$dtb" -b 0 "$dts"
510 if [ -n "$dts" ]; then
/linux-6.3-rc2/
A D.gitattributes3 *.dts diff=dts
4 *.dts[io] diff=dts
/linux-6.3-rc2/Documentation/devicetree/
A Doverlay-notes.rst23 ---- foo.dts ---------------------------------------------------------------
25 /dts-v1/;
39 ---- foo.dts ---------------------------------------------------------------
41 The overlay bar.dts,
44 ---- bar.dts - overlay target location by label ----------------------------
45 /dts-v1/;
54 ---- bar.dts ---------------------------------------------------------------
56 when loaded (and resolved as described in [1]) should result in foo+bar.dts::
58 ---- foo+bar.dts -----------------------------------------------------------
91 The above bar.dts example modified to use target path syntax is::
[all …]
/linux-6.3-rc2/arch/nios2/boot/dts/
A DMakefile3 obj-y := $(patsubst %.dts,%.dtb.o,$(CONFIG_NIOS2_DTB_SOURCE))
6 dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
/linux-6.3-rc2/arch/arm64/boot/dts/xilinx/
A Davnet-ultra96-rev1.dts3 * dts file for Avnet Ultra96 rev1
10 /dts-v1/;
12 #include "zynqmp-zcu100-revC.dts"
/linux-6.3-rc2/arch/powerpc/boot/dts/fsl/
A Dp1020rdb-pc_camp_core0.dts5 * In CAMP mode, each core needs to have its own dts. Only mpic and L2 cache
7 * This dts file allows core0 to have memory, l2, i2c, spi, gpio, tdm, dma, usb,
10 * Please note to add "-b 0" for core0's dts compiling.
15 /include/ "p1020rdb-pc_32b.dts"
A Dmpc8572ds_camp_core1.dts5 * In CAMP mode, each core needs to have its own dts. Only mpic and L2 cache
7 * This dts allows core1 to have l2, dma2, eth2, eth3, pci2, msi.
9 * Please note to add "-b 1" for core1's dts compiling.
14 /include/ "mpc8572ds.dts"
A Dp1020rdb-pc_camp_core1.dts5 * In CAMP mode, each core needs to have its own dts. Only mpic and L2 cache
7 * This dts allows core1 to have l2, eth0, crypto.
9 * Please note to add "-b 1" for core1's dts compiling.
14 /include/ "p1020rdb-pc_32b.dts"
A DMakefile4 dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
A Dmpc8572ds_camp_core0.dts5 * In CAMP mode, each core needs to have its own dts. Only mpic and L2 cache
7 * This dts file allows core0 to have memory, l2, i2c, dma1, global-util, eth0,
13 /include/ "mpc8572ds.dts"
/linux-6.3-rc2/arch/arm/boot/dts/
A Daxm5516-amarillo.dts3 * arch/arm/boot/dts/axm5516-amarillo.dts
8 /dts-v1/;
A Dat91-cosino_mega2560.dts3 * at91-cosino_mega2560.dts - Device Tree file for Cosino board with
9 * Derived from at91sam9g35ek.dts by:
14 /dts-v1/;
/linux-6.3-rc2/drivers/pps/generators/
A Dpps_gen_parport.c57 struct timespec64 expire_time, ts1, ts2, ts3, dts; in hrtimer_event() local
111 dts = timespec64_sub(ts3, ts2); in hrtimer_event()
113 (dev->port_write_time + timespec64_to_ns(&dts)) >> 1; in hrtimer_event()
117 dts = timespec64_sub(ts1, expire_time); in hrtimer_event()
118 delta = timespec64_to_ns(&dts); in hrtimer_event()
/linux-6.3-rc2/drivers/media/platform/st/sti/delta/
A Ddelta-v4l2.c154 frame->dts = 0; in delta_recycle()
163 dts = kzalloc(sizeof(*dts), GFP_KERNEL); in delta_push_dts()
164 if (!dts) in delta_push_dts()
173 dts->val = val; in delta_push_dts()
174 list_add_tail(&dts->list, &ctx->dts); in delta_push_dts()
193 dts = list_first_entry(&ctx->dts, struct delta_dts, list); in delta_pop_dts()
194 list_del(&dts->list); in delta_pop_dts()
196 *val = dts->val; in delta_pop_dts()
198 kfree(dts); in delta_pop_dts()
212 list_for_each_entry_safe(dts, next, &ctx->dts, list) in delta_flush_dts()
[all …]
/linux-6.3-rc2/arch/arm64/boot/dts/qcom/
A Dmsm8916-samsung-e5.dts3 /dts-v1/;
17 * arch/arm/boot/dts/qcom-msm8916-samsung-e5.dts
A Dmsm8916-samsung-e7.dts3 /dts-v1/;
17 * arch/arm/boot/dts/qcom-msm8916-samsung-e7.dts
/linux-6.3-rc2/arch/csky/boot/dts/
A DMakefile4 dtb-y := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
/linux-6.3-rc2/arch/loongarch/boot/dts/
A DMakefile4 dtb-y := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
/linux-6.3-rc2/arch/powerpc/boot/dts/
A DMakefile6 dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
/linux-6.3-rc2/arch/xtensa/boot/dts/
A DMakefile14 dtb- := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
/linux-6.3-rc2/arch/mips/boot/dts/ingenic/
A Dgcw0_proto.dts2 /dts-v1/;
4 #include "gcw0.dts"

Completed in 29 milliseconds

12345678910>>...100