Home
last modified time | relevance | path

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

12345678910>>...119

/linux-6.12.1/Documentation/translations/zh_CN/devicetree/
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::
63 ---- foo+bar.dts -----------------------------------------------------------
84 ---- foo+bar.dts -----------------------------------------------------------
[all …]
/linux-6.12.1/scripts/dtc/
Ddtx_diff25 -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'
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
[all …]
/linux-6.12.1/drivers/thermal/intel/
Dintel_soc_dts_iosf.c136 struct intel_soc_dts_sensor_entry *dts = thermal_zone_device_priv(tzd); in sys_set_trip_temp() local
137 struct intel_soc_dts_sensors *sensors = dts->sensors; in sys_set_trip_temp()
156 struct intel_soc_dts_sensor_entry *dts = thermal_zone_device_priv(tzd); in sys_get_curr_temp() local
160 sensors = dts->sensors; in sys_get_curr_temp()
167 out = bitmap_get_value8(&raw, dts->id * 8) - SOC_DTS_TJMAX_ENCODING; in sys_get_curr_temp()
199 static void remove_dts_thermal_zone(struct intel_soc_dts_sensor_entry *dts) in remove_dts_thermal_zone() argument
202 SOC_DTS_OFFSET_ENABLE, dts->store_status); in remove_dts_thermal_zone()
203 thermal_zone_device_unregister(dts->tzone); in remove_dts_thermal_zone()
206 static int add_dts_thermal_zone(int id, struct intel_soc_dts_sensor_entry *dts, in add_dts_thermal_zone() argument
215 SOC_DTS_OFFSET_ENABLE, &dts->store_status); in add_dts_thermal_zone()
[all …]
/linux-6.12.1/arch/powerpc/boot/
DMakefile249 dtstree := $(src)/dts
375 $(patsubst $(x).%, dts/%.dtb, $(filter $(x).%, $(image-y))))
377 $(patsubst $(x).%, dts/fsl/%.dtb, $(filter $(x).%, $(image-y))))
391 $(obj)/dtbImage.initrd.%: vmlinux $(wrapperbits) $(obj)/dts/%.dtb FORCE
392 $(call if_changed,wrap,$*,,$(obj)/dts/$*.dtb,$(obj)/ramdisk.image.gz)
394 $(obj)/dtbImage.%: vmlinux $(wrapperbits) $(obj)/dts/%.dtb FORCE
395 $(call if_changed,wrap,$*,,$(obj)/dts/$*.dtb)
405 $(obj)/uImage.initrd.%: vmlinux $(obj)/dts/%.dtb $(wrapperbits) FORCE
406 $(call if_changed,wrap,uboot-$*,,$(obj)/dts/$*.dtb,$(obj)/ramdisk.image.gz)
408 $(obj)/uImage.%: vmlinux $(obj)/dts/%.dtb $(wrapperbits) FORCE
[all …]
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"
490 if [ -n "$dts" ]; then
/linux-6.12.1/
D.gitattributes3 *.dts diff=dts
4 *.dts[io] diff=dts
/linux-6.12.1/Documentation/devicetree/
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 -----------------------------------------------------------
79 ---- foo+bar.dts -----------------------------------------------------------
[all …]
/linux-6.12.1/arch/nios2/boot/dts/
DMakefile3 obj-y := $(patsubst %.dts,%.dtb.o,$(CONFIG_NIOS2_DTB_SOURCE))
5 dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(src)/%.dts,%.dtb, $(wildcard $(src)/*.dts))
/linux-6.12.1/arch/arm64/boot/dts/xilinx/
Davnet-ultra96-rev1.dts3 * dts file for Avnet Ultra96 rev1
10 /dts-v1/;
12 #include "zynqmp-zcu100-revC.dts"
/linux-6.12.1/arch/powerpc/boot/dts/fsl/
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"
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"
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"
DMakefile3 dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(src)/%.dts,%.dtb, $(wildcard $(src)/*.dts))
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.12.1/arch/arm/boot/dts/intel/axm/
Daxm5516-amarillo.dts3 * arch/arm/boot/dts/axm5516-amarillo.dts
8 /dts-v1/;
/linux-6.12.1/drivers/pps/generators/
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.12.1/drivers/media/platform/st/sti/delta/
Ddelta-v4l2.c69 ctx->name, au->vbuf.vb2_buf.index, au->dts, au->size, in dump_au()
73 ctx->name, au->vbuf.vb2_buf.index, au->dts, au->size, in dump_au()
84 ctx->name, frame->index, frame->dts, in dump_frame()
154 frame->dts = 0; in delta_recycle()
161 struct delta_dts *dts; in delta_push_dts() local
163 dts = kzalloc(sizeof(*dts), GFP_KERNEL); in delta_push_dts()
164 if (!dts) in delta_push_dts()
167 INIT_LIST_HEAD(&dts->list); in delta_push_dts()
173 dts->val = val; in delta_push_dts()
174 list_add_tail(&dts->list, &ctx->dts); in delta_push_dts()
[all …]
/linux-6.12.1/arch/arm/boot/dts/microchip/
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.12.1/arch/csky/boot/dts/
DMakefile2 dtb-y := $(patsubst $(src)/%.dts,%.dtb, $(wildcard $(src)/*.dts))
/linux-6.12.1/arch/powerpc/boot/dts/
DMakefile5 dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(src)/%.dts,%.dtb, $(wildcard $(src)/*.dts))
/linux-6.12.1/arch/arm64/boot/dts/qcom/
Dmsm8916-samsung-e7.dts3 /dts-v1/;
17 * arch/arm/boot/dts/qcom-msm8916-samsung-e7.dts
Dmsm8916-samsung-e5.dts3 /dts-v1/;
17 * arch/arm/boot/dts/qcom-msm8916-samsung-e5.dts
/linux-6.12.1/arch/xtensa/boot/dts/
DMakefile13 dtb- := $(patsubst $(src)/%.dts,%.dtb, $(wildcard $(src)/*.dts))
/linux-6.12.1/arch/mips/boot/dts/ingenic/
Dgcw0_proto.dts2 /dts-v1/;
4 #include "gcw0.dts"
/linux-6.12.1/arch/arc/boot/dts/
DMakefile13 dtb- := $(patsubst $(src)/%.dts,%.dtb, $(wildcard $(src)/*.dts))

12345678910>>...119