/kernel/linux/linux-5.10/drivers/thermal/intel/ |
D | intel_soc_dts_iosf.c | 79 struct intel_soc_dts_sensor_entry *dts; in sys_get_trip_temp() local 82 dts = tzd->devdata; in sys_get_trip_temp() 83 sensors = dts->sensors; in sys_get_trip_temp() 100 static int update_trip_temp(struct intel_soc_dts_sensor_entry *dts, in update_trip_temp() argument 113 struct intel_soc_dts_sensors *sensors = dts->sensors; in update_trip_temp() 176 dts->trip_types[thres_index] = trip_type; in update_trip_temp() 196 struct intel_soc_dts_sensor_entry *dts = tzd->devdata; in sys_set_trip_temp() local 197 struct intel_soc_dts_sensors *sensors = dts->sensors; in sys_set_trip_temp() 205 dts->trip_types[trip]); in sys_set_trip_temp() 214 struct intel_soc_dts_sensor_entry *dts; in sys_get_trip_type() local [all …]
|
/kernel/linux/linux-5.10/scripts/dtc/ |
D | dtx_diff | 25 -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 …]
|
/kernel/linux/linux-5.10/Documentation/devicetree/ |
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 ----------------------------------------------------------- 79 ---- foo+bar.dts ----------------------------------------------------------- [all …]
|
/kernel/linux/linux-5.10/arch/mips/netlogic/ |
D | Kconfig | 13 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
|
/kernel/linux/linux-5.10/ |
D | .gitattributes | 3 *.dtsi diff=dts 4 *.dts diff=dts
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/xilinx/ |
D | avnet-ultra96-rev1.dts | 3 * dts file for Avnet Ultra96 rev1 10 /dts-v1/; 12 #include "zynqmp-zcu100-revC.dts"
|
/kernel/linux/linux-5.10/arch/powerpc/boot/dts/fsl/ |
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"
|
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"
|
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"
|
D | Makefile | 4 dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | axm5516-amarillo.dts | 3 * arch/arm/boot/dts/axm5516-amarillo.dts 8 /dts-v1/;
|
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/;
|
/kernel/linux/linux-5.10/arch/c6x/boot/dts/ |
D | evmc6457.dts | 3 * arch/c6x/boot/dts/evmc6457.dts 12 /dts-v1/;
|
D | evmc6474.dts | 3 * arch/c6x/boot/dts/evmc6474.dts 12 /dts-v1/;
|
D | dsk6455.dts | 3 * arch/c6x/boot/dts/dsk6455.dts 11 /dts-v1/;
|
D | evmc6472.dts | 3 * arch/c6x/boot/dts/evmc6472.dts 12 /dts-v1/;
|
D | evmc6678.dts | 3 * arch/c6x/boot/dts/evmc6678.dts 12 /dts-v1/;
|
/kernel/linux/linux-5.10/drivers/staging/pi433/Documentation/devicetree/ |
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
|
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
D | wrapper | 41 dts= 119 dts="$1" 178 if [ -n "$dts" ]; then 179 if [ ! -r "$dts" -a -r "$object/dts/$dts" ]; then 180 dts="$object/dts/$dts" 185 $dtc -O dtb -o "$dtb" -b 0 "$dts" 482 if [ -n "$dts" ]; then
|
/kernel/linux/linux-5.10/drivers/pps/generators/ |
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()
|
/kernel/linux/linux-5.10/drivers/media/platform/sti/delta/ |
D | delta-v4l2.c | 69 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 …]
|
/kernel/linux/linux-5.10/arch/csky/boot/dts/ |
D | Makefile | 4 dtb-y := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
|
/kernel/linux/linux-5.10/arch/powerpc/boot/dts/ |
D | Makefile | 6 dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
|
/kernel/linux/linux-5.10/arch/nios2/boot/dts/ |
D | Makefile | 6 dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
|
/kernel/linux/linux-5.10/arch/xtensa/boot/dts/ |
D | Makefile | 17 dtb- := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
|