Home
last modified time | relevance | path

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

12345678910>>...67

/Linux-v4.19/drivers/thermal/
Dintel_soc_dts_iosf.c87 struct intel_soc_dts_sensor_entry *dts; in sys_get_trip_temp() local
90 dts = tzd->devdata; in sys_get_trip_temp()
91 sensors = dts->sensors; in sys_get_trip_temp()
108 static int update_trip_temp(struct intel_soc_dts_sensor_entry *dts, in update_trip_temp() argument
120 struct intel_soc_dts_sensors *sensors = dts->sensors; in update_trip_temp()
181 dts->trip_types[thres_index] = trip_type; in update_trip_temp()
201 struct intel_soc_dts_sensor_entry *dts = tzd->devdata; in sys_set_trip_temp() local
202 struct intel_soc_dts_sensors *sensors = dts->sensors; in sys_set_trip_temp()
210 dts->trip_types[trip]); in sys_set_trip_temp()
219 struct intel_soc_dts_sensor_entry *dts; in sys_get_trip_type() local
[all …]
/Linux-v4.19/scripts/dtc/
Ddtx_diff24 -f print full dts in diff (--unified=99999)
34 Each DTx is processed by the dtc compiler to produce a sorted dts source
35 file. If DTx is a dts source file then it is pre-processed in the same
36 manner as done for the compile of the dts source file in the Linux kernel
39 If two DTx are provided, the resulting dts source files are diffed.
47 Otherwise DTx is treated as a dts source file (aka .dts).
55 the dts source file for include paths to be set properly for '#include'
66 `basename $0` ARCH=arch_of_dtx_1 DTx_1 >tmp_dtx_1.dts
67 `basename $0` ARCH=arch_of_dtx_2 DTx_2 >tmp_dtx_2.dts
68 `basename $0` tmp_dtx_1.dts tmp_dtx_2.dts
[all …]
/Linux-v4.19/arch/mips/netlogic/
DKconfig13 arch/mips/netlogic/dts/xlp_evp.dts
23 arch/mips/netlogic/dts/xlp_svp.dts
33 arch/mips/netlogic/dts/xlp_fvp.dts
43 arch/mips/netlogic/dts/xlp_gvp.dts
52 arch/mips/netlogic/dts/xlp_rvp.dts
/Linux-v4.19/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-v4.19/Documentation/devicetree/
Doverlay-notes.txt20 ---- foo.dts -----------------------------------------------------------------
35 ---- foo.dts -----------------------------------------------------------------
37 The overlay bar.dts, when loaded (and resolved as described in [1]) should
39 ---- bar.dts -----------------------------------------------------------------
54 ---- bar.dts -----------------------------------------------------------------
56 result in foo+bar.dts
58 ---- foo+bar.dts -------------------------------------------------------------
79 ---- foo+bar.dts -------------------------------------------------------------
/Linux-v4.19/arch/powerpc/boot/dts/fsl/
Dp1020rdb-pc_camp_core0.dts4 * In CAMP mode, each core needs to have its own dts. Only mpic and L2 cache
6 * This dts file allows core0 to have memory, l2, i2c, spi, gpio, tdm, dma, usb,
9 * Please note to add "-b 0" for core0's dts compiling.
19 /include/ "p1020rdb-pc_32b.dts"
Dmpc8572ds_camp_core1.dts4 * In CAMP mode, each core needs to have its own dts. Only mpic and L2 cache
6 * This dts allows core1 to have l2, dma2, eth2, eth3, pci2, msi.
8 * Please note to add "-b 1" for core1's dts compiling.
18 /include/ "mpc8572ds.dts"
Dp1020rdb-pc_camp_core1.dts4 * In CAMP mode, each core needs to have its own dts. Only mpic and L2 cache
6 * This dts allows core1 to have l2, eth0, crypto.
8 * Please note to add "-b 1" for core1's dts compiling.
18 /include/ "p1020rdb-pc_32b.dts"
/Linux-v4.19/drivers/staging/pi433/Documentation/devicetree/
Dpi433.txt51 To use the overlay, you need to compile the file pi433-overlay.dts which can
55 'linux/scripts/dtc/dtc -@ -I dts -O dtb -o pi433.dtbo pi433-overlay.dts'
57 For compiling inside of the kernel tree, you need to copy pi433-overlay.dts to
58 arch/arm/boot/dts/overlays and you need to add the file to the list of files
/Linux-v4.19/arch/powerpc/boot/
Dwrapper40 dts=
111 dts="$1"
163 if [ -n "$dts" ]; then
164 if [ ! -r "$dts" -a -r "$object/dts/$dts" ]; then
165 dts="$object/dts/$dts"
170 $dtc -O dtb -o "$dtb" -b 0 "$dts"
461 if [ -n "$dts" ]; then
/Linux-v4.19/arch/arm/boot/dts/
Daxm5516-amarillo.dts2 * arch/arm/boot/dts/axm5516-amarillo.dts
12 /dts-v1/;
Dat91-cosino_mega2560.dts2 * at91-cosino_mega2560.dts - Device Tree file for Cosino board with
8 * Derived from at91sam9g35ek.dts by:
15 /dts-v1/;
Dusb_a9g20.dts2 * usb_a9g20.dts - Device Tree file for Caloa USB A9G20 board
8 /dts-v1/;
/Linux-v4.19/arch/xtensa/
DMakefile88 core-$(CONFIG_OF) += arch/xtensa/boot/dts/
97 $(Q)$(MAKE) $(build)=$(boot)/dts $(boot)/dts/$@
100 $(Q)$(MAKE) $(build)=$(boot)/dts
/Linux-v4.19/drivers/pps/generators/
Dpps_gen_parport.c73 struct timespec64 expire_time, ts1, ts2, ts3, dts; in hrtimer_event() local
127 dts = timespec64_sub(ts3, ts2); in hrtimer_event()
129 (dev->port_write_time + timespec64_to_ns(&dts)) >> 1; in hrtimer_event()
133 dts = timespec64_sub(ts1, expire_time); in hrtimer_event()
134 delta = timespec64_to_ns(&dts); in hrtimer_event()
/Linux-v4.19/arch/arm64/
DMakefile131 $(Q)$(MAKE) $(build)=$(boot)/dts $(boot)/dts/$@
136 $(Q)$(MAKE) $(build)=$(boot)/dts
139 $(Q)$(MAKE) $(dtbinst)=$(boot)/dts
148 $(Q)$(MAKE) $(clean)=$(boot)/dts
/Linux-v4.19/arch/c6x/boot/dts/
Devmc6457.dts2 * arch/c6x/boot/dts/evmc6457.dts
17 /dts-v1/;
Devmc6474.dts2 * arch/c6x/boot/dts/evmc6474.dts
17 /dts-v1/;
Ddsk6455.dts2 * arch/c6x/boot/dts/dsk6455.dts
16 /dts-v1/;
Devmc6472.dts2 * arch/c6x/boot/dts/evmc6472.dts
17 /dts-v1/;
Devmc6678.dts2 * arch/c6x/boot/dts/evmc6678.dts
17 /dts-v1/;
/Linux-v4.19/arch/arc/
DMakefile76 core-y += arch/arc/boot/dts/
106 $(Q)$(MAKE) $(build)=$(boot)/dts $(boot)/dts/$@
109 $(Q)$(MAKE) $(build)=$(boot)/dts
/Linux-v4.19/drivers/media/platform/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-v4.19/arch/xtensa/boot/dts/
DMakefile17 dtb- := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
/Linux-v4.19/arch/arc/boot/dts/
DMakefile14 dtb- := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))

12345678910>>...67