/linux/drivers/thermal/intel/ |
A D | intel_soc_dts_iosf.c | 82 dts = tzd->devdata; in sys_get_trip_temp() 83 sensors = dts->sensors; in sys_get_trip_temp() 216 dts = tzd->devdata; in sys_get_trip_type() 232 dts = tzd->devdata; in sys_get_curr_temp() 233 sensors = dts->sensors; in sys_get_curr_temp() 276 if (dts) { in remove_dts_thermal_zone() 303 dts->id = id; in add_dts_thermal_zone() 320 dts->trip_mask = trip_mask; in add_dts_thermal_zone() 326 dts, &tzone_ops, in add_dts_thermal_zone() 328 if (IS_ERR(dts->tzone)) { in add_dts_thermal_zone() [all …]
|
/linux/scripts/dtc/ |
A D | dtx_diff | 25 -f print full dts in diff (--unified=99999) 50 Otherwise DTx is treated as a dts source file (aka .dts). 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 [all …]
|
/linux/Documentation/devicetree/ |
A D | overlay-notes.rst | 23 ---- 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/ |
A D | .gitattributes | 3 *.dtsi diff=dts 4 *.dts diff=dts
|
/linux/arch/powerpc/boot/dts/fsl/ |
A D | p1020rdb-pc_camp_core0.dts | 5 * 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 D | mpc8572ds_camp_core1.dts | 5 * 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 D | p1020rdb-pc_camp_core1.dts | 5 * 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 D | mpc8572ds_camp_core0.dts | 5 * 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"
|
A D | Makefile | 4 dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
|
/linux/drivers/staging/pi433/Documentation/devicetree/ |
A D | pi433.txt | 51 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/arch/arm64/boot/dts/xilinx/ |
A D | avnet-ultra96-rev1.dts | 3 * dts file for Avnet Ultra96 rev1 10 /dts-v1/; 12 #include "zynqmp-zcu100-revC.dts"
|
/linux/arch/powerpc/boot/ |
A D | wrapper | 43 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" 493 if [ -n "$dts" ]; then
|
/linux/drivers/media/platform/sti/delta/ |
A D | delta-v4l2.c | 154 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/arch/arm/boot/dts/ |
A D | axm5516-amarillo.dts | 3 * arch/arm/boot/dts/axm5516-amarillo.dts 8 /dts-v1/;
|
A D | at91-cosino_mega2560.dts | 3 * at91-cosino_mega2560.dts - Device Tree file for Cosino board with 9 * Derived from at91sam9g35ek.dts by: 14 /dts-v1/;
|
A D | aspeed-bmc-ibm-rainier-1s4u.dts | 3 /dts-v1/; 5 #include "aspeed-bmc-ibm-rainier-4u.dts"
|
/linux/drivers/pps/generators/ |
A D | pps_gen_parport.c | 59 struct timespec64 expire_time, ts1, ts2, ts3, dts; in hrtimer_event() local 113 dts = timespec64_sub(ts3, ts2); in hrtimer_event() 115 (dev->port_write_time + timespec64_to_ns(&dts)) >> 1; in hrtimer_event() 119 dts = timespec64_sub(ts1, expire_time); in hrtimer_event() 120 delta = timespec64_to_ns(&dts); in hrtimer_event()
|
/linux/arch/csky/boot/dts/ |
A D | Makefile | 4 dtb-y := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
|
/linux/arch/powerpc/boot/dts/ |
A D | Makefile | 6 dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
|
/linux/arch/nios2/boot/dts/ |
A D | Makefile | 6 dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
|
/linux/arch/xtensa/boot/dts/ |
A D | Makefile | 17 dtb- := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
|
/linux/arch/mips/boot/dts/ingenic/ |
A D | gcw0_proto.dts | 2 /dts-v1/; 4 #include "gcw0.dts"
|
/linux/drivers/of/unittest-data/ |
A D | tests-interrupts.dtsi | 39 * this case for legacy .dts files. 46 * .dts files this include this .dtsi 86 * located in testcases.dts instead of in this file so that the
|
/linux/arch/arc/boot/dts/ |
A D | Makefile | 14 dtb- := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
|
/linux/drivers/staging/mt7621-dts/ |
A D | gbpc2.dts | 2 /dts-v1/; 4 #include "gbpc1.dts"
|