/Linux-v5.15/arch/mips/netlogic/ |
D | Kconfig | 12 pointer to the kernel. The corresponding DTS file is at 13 arch/mips/netlogic/dts/xlp_evp.dts 22 pointer to the kernel. The corresponding DTS file is at 23 arch/mips/netlogic/dts/xlp_svp.dts 32 pointer to the kernel. The corresponding DTS file is at 33 arch/mips/netlogic/dts/xlp_fvp.dts 42 pointer to the kernel. The corresponding DTS file is at 43 arch/mips/netlogic/dts/xlp_gvp.dts 51 pointer to the kernel. The corresponding DTS file is at 52 arch/mips/netlogic/dts/xlp_rvp.dts
|
/Linux-v5.15/drivers/thermal/intel/ |
D | intel_soc_dts_iosf.c | 36 /* DTS encoding for TJ MAX temperature */ 45 /* DTS0 and DTS 1 */ 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() [all …]
|
D | intel_quark_dts_thermal.c | 54 * Quark DTS thermal driver is implemented by referencing 67 /* DTS reset is programmed via QRK_MBI_UNIT_SOC */ 71 /* DTS enable is programmed via QRK_MBI_UNIT_RMU */ 93 /* Quark DTS has 2 trip points: hot & catastrophic */ 95 /* If DTS not locked, all trip points are configurable */ 97 /* If DTS locked, all trip points are not configurable */ 139 pr_info("DTS is locked. Cannot enable DTS\n"); in soc_dts_enable() 168 pr_info("DTS is locked. Cannot disable DTS\n"); in soc_dts_disable() 357 /* Check if DTS register is locked */ in alloc_soc_dts() 371 /* Store DTS default state if DTS registers are not locked */ in alloc_soc_dts() [all …]
|
D | Kconfig | 38 tristate "Intel SoCs DTS thermal driver" 44 temperature sensor (DTS). These SoCs have two additional DTSs in 45 addition to DTSs on CPU cores. Each DTS will be registered as a 52 tristate "Intel Quark DTS thermal driver" 56 temperature sensor (DTS). For X1000 SoC, it has one on-die DTS. 57 The DTS will be registered as a thermal zone. There are two trip points:
|
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/fw/api/ |
D | phy.h | 54 /* DTS measurements */ 62 * struct iwl_dts_measurement_cmd - request DTS temp and/or voltage measurements 72 * enum iwl_dts_control_measurement_mode - DTS measurement type 75 * SW DTS configuration. 76 * @DTS_REQUEST_READ: Request DTS read. Configure DTS with manual settings, 77 * trigger DTS reading and provide read back temperature read 79 * @DTS_OVER_WRITE: over-write the DTS temperatures in the SW until next read 80 * @DTS_DIRECT_WITHOUT_MEASURE: DTS returns its latest temperature result, 91 * enum iwl_dts_used - DTS to use or used for measurement in the DTS request 107 * enum iwl_dts_bit_mode - bit-mode to use in DTS request read mode [all …]
|
/Linux-v5.15/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' 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 [all …]
|
D | dtc.c | 108 "\n\tAnnotate output .dts with input source file and line (-T -T for more details)", 121 if (!strcasecmp(s, ".dts")) in guess_type_by_name() 122 return "dts"; in guess_type_by_name() 289 inform = guess_input_format(arg, "dts"); in main() 293 if (streq(inform, "dts")) in main() 296 outform = "dts"; in main() 299 if (annotate && (!streq(inform, "dts") || !streq(outform, "dts"))) in main() 300 die("--annotate requires -I dts -O dts\n"); in main() 301 if (streq(inform, "dts")) in main() 352 if (streq(outform, "dts")) { in main() [all …]
|
/Linux-v5.15/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 …]
|
/Linux-v5.15/arch/powerpc/boot/ |
D | Makefile | 236 dtstree := $(srctree)/$(src)/dts 258 # args (to if_changed): 1 = (this rule), 2 = platform, 3 = dts 4=dtb 5=initrd 378 $(patsubst $(x).%, dts/%.dtb, $(filter $(x).%, $(image-y)))) 380 $(patsubst $(x).%, dts/fsl/%.dtb, $(filter $(x).%, $(image-y)))) 394 $(obj)/dtbImage.initrd.%: vmlinux $(wrapperbits) $(obj)/dts/%.dtb FORCE 395 $(call if_changed,wrap,$*,,$(obj)/dts/$*.dtb,$(obj)/ramdisk.image.gz) 397 $(obj)/dtbImage.%: vmlinux $(wrapperbits) $(obj)/dts/%.dtb FORCE 398 $(call if_changed,wrap,$*,,$(obj)/dts/$*.dtb) 408 $(obj)/uImage.initrd.%: vmlinux $(obj)/dts/%.dtb $(wrapperbits) FORCE 409 $(call if_changed,wrap,uboot-$*,,$(obj)/dts/$*.dtb,$(obj)/ramdisk.image.gz) [all …]
|
D | wrapper | 15 # -s tree.dts specify device-tree source file (needs dtc installed) 41 dts= 68 echo ' [-d devtree] [-s tree.dts] [-e esm_blob]' >&2 121 dts="$1" 180 if [ -n "$dts" ]; then 181 if [ ! -r "$dts" -a -r "$object/dts/$dts" ]; then 182 dts="$object/dts/$dts" 187 $dtc -O dtb -o "$dtb" -b 0 "$dts" 491 if [ -n "$dts" ]; then
|
/Linux-v5.15/drivers/media/test-drivers/vidtv/ |
D | vidtv_pes.h | 24 /* Used when sending PTS, but not DTS */ 31 /* Used when sending both PTS and DTS */ 83 * @send_dts: Should we send DTS? 84 * @dts: DTS value to send. 101 u64 dts; member 146 * @send_dts: Should we send DTS? 147 * @dts: DTS value to send. 171 u64 dts; member
|
/Linux-v5.15/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
|
/Linux-v5.15/Documentation/arm/keystone/ |
D | overview.rst | 57 specified through DTS. Following are the DTS used: 60 k2hk-evm.dts 62 k2e-evm.dts 64 k2l-evm.dts
|
/Linux-v5.15/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"
|
/Linux-v5.15/Documentation/i2c/ |
D | i2c-sysfs.rst | 102 to a different number in logical I2C bus level in Device Tree Source (DTS) under 104 `arch/arm/boot/dts/nuvoton-npcm730-gsj.dts 105 <../../arch/arm/boot/dts/nuvoton-npcm730-gsj.dts>`_ 106 for an example of DTS file. 130 | |-- 73-0070 (I2C MUX at 0x70, exists in DTS, but failed to probe) 191 in DTS. There is a 4-channel MUX at address 0x71 on that bus. There is another 283 If not specified in DTS, when an I2C MUX driver is applied and the MUX device is 291 logical I2C bus number in the DTS. This doc will not go through the details on 292 how to implement this in DTS, but we can see an example in: 293 `arch/arm/boot/dts/aspeed-bmc-facebook-wedge400.dts [all …]
|
/Linux-v5.15/ |
D | .gitattributes | 3 *.dtsi diff=dts 4 *.dts diff=dts
|
/Linux-v5.15/drivers/media/platform/sti/delta/ |
D | delta-v4l2.c | 68 dev_dbg(delta->dev, "%s dump au[%d] dts=%lld size=%d data=%*ph\n", in dump_au() 69 ctx->name, au->vbuf.vb2_buf.index, au->dts, au->size, in dump_au() 72 dev_dbg(delta->dev, "%s dump au[%d] dts=%lld size=%d data=%*ph..%*ph\n", in dump_au() 73 ctx->name, au->vbuf.vb2_buf.index, au->dts, au->size, in dump_au() 83 dev_dbg(delta->dev, "%s dump frame[%d] dts=%lld type=%s field=%s data=%*ph\n", in dump_frame() 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() [all …]
|
/Linux-v5.15/arch/nios2/boot/dts/ |
D | Makefile | 3 obj-y := $(patsubst "%.dts",%.dtb.o,$(CONFIG_NIOS2_DTB_SOURCE)) 6 dtb-$(CONFIG_OF_ALL_DTBS) := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
|
/Linux-v5.15/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"
|
/Linux-v5.15/arch/xtensa/boot/dts/ |
D | Makefile | 2 # arch/xtensa/boot/dts/Makefile 17 dtb- := $(patsubst $(dtstree)/%.dts,%.dtb, $(wildcard $(dtstree)/*.dts))
|
/Linux-v5.15/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/;
|
/Linux-v5.15/Documentation/devicetree/bindings/ |
D | Makefile | 19 $(obj)/%.example.dts: $(src)/%.yaml check_dtschema_version FORCE 22 # Use full schemas when checking %.example.dts 86 always-$(CHECK_DT_BINDING) += $(patsubst $(src)/%.yaml,%.example.dts, $(DT_SCHEMA_FILES)) 91 clean-files = $(shell find $(obj) \( -name '*.example.dts' -o \
|