Searched refs:dts (Results 1 - 25 of 59) sorted by relevance

123

/linux-master/arch/nios2/boot/dts/
H 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-master/scripts/dtc/include-prefixes/nios2/
H 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-master/arch/powerpc/boot/dts/fsl/
H A DMakefile4 dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
H A Dbsc9131si-pre.dtsi35 /dts-v1/;
H A Dc293si-pre.dtsi35 /dts-v1/;
H A Dmpc8536si-pre.dtsi35 /dts-v1/;
H A Dmpc8544si-pre.dtsi35 /dts-v1/;
H A Dmpc8548si-pre.dtsi35 /dts-v1/;
H A Dmpc8568si-pre.dtsi35 /dts-v1/;
H A Dmpc8569si-pre.dtsi35 /dts-v1/;
/linux-master/scripts/dtc/include-prefixes/powerpc/fsl/
H A DMakefile4 dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
/linux-master/arch/csky/boot/dts/
H A DMakefile4 dtb-y := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
/linux-master/arch/powerpc/boot/dts/
H A DMakefile6 dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
/linux-master/scripts/dtc/include-prefixes/powerpc/
H A DMakefile6 dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
/linux-master/scripts/dtc/include-prefixes/xtensa/
H A DMakefile2 # arch/xtensa/boot/dts/Makefile
14 dtb- := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
/linux-master/arch/xtensa/boot/dts/
H A DMakefile2 # arch/xtensa/boot/dts/Makefile
14 dtb- := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
/linux-master/arch/arc/boot/dts/
H A DMakefile14 dtb- := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
/linux-master/scripts/dtc/include-prefixes/arc/
H A DMakefile14 dtb- := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
/linux-master/scripts/dtc/
H A 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
[all...]
/linux-master/drivers/thermal/intel/
H A Dintel_soc_dts_iosf.c135 struct intel_soc_dts_sensor_entry *dts = thermal_zone_device_priv(tzd); local
136 struct intel_soc_dts_sensors *sensors = dts->sensors;
154 struct intel_soc_dts_sensor_entry *dts = thermal_zone_device_priv(tzd); local
158 sensors = dts->sensors;
165 out = bitmap_get_value8(&raw, dts->id * 8) - SOC_DTS_TJMAX_ENCODING;
197 static void remove_dts_thermal_zone(struct intel_soc_dts_sensor_entry *dts) argument
200 SOC_DTS_OFFSET_ENABLE, dts->store_status);
201 thermal_zone_device_unregister(dts->tzone);
204 static int add_dts_thermal_zone(int id, struct intel_soc_dts_sensor_entry *dts, argument
213 SOC_DTS_OFFSET_ENABLE, &dts
[all...]
/linux-master/arch/arm64/boot/dts/sprd/
H A Dsc9836-openphone.dts9 /dts-v1/;
/linux-master/arch/mips/generic/
H A Dvmlinux.its.S2 /dts-v1/;
/linux-master/arch/mips/mobileye/
H A Dvmlinux.its.S2 /dts-v1/;
/linux-master/drivers/staging/vc04_services/vchiq-mmal/
H A Dmmal-common.h55 s64 dts; member in struct:mmal_buffer
/linux-master/arch/powerpc/boot/
H A DMakefile255 dtstree := $(srctree)/$(src)/dts
277 # args (to if_changed): 1 = (this rule), 2 = platform, 3 = dts 4=dtb 5=initrd
386 $(patsubst $(x).%, dts/%.dtb, $(filter $(x).%, $(image-y))))
388 $(patsubst $(x).%, dts/fsl/%.dtb, $(filter $(x).%, $(image-y))))
402 $(obj)/dtbImage.initrd.%: vmlinux $(wrapperbits) $(obj)/dts/%.dtb FORCE
403 $(call if_changed,wrap,$*,,$(obj)/dts/$*.dtb,$(obj)/ramdisk.image.gz)
405 $(obj)/dtbImage.%: vmlinux $(wrapperbits) $(obj)/dts/%.dtb FORCE
406 $(call if_changed,wrap,$*,,$(obj)/dts/$*.dtb)
416 $(obj)/uImage.initrd.%: vmlinux $(obj)/dts/%.dtb $(wrapperbits) FORCE
417 $(call if_changed,wrap,uboot-$*,,$(obj)/dts/
[all...]

Completed in 454 milliseconds

123