Home
last modified time | relevance | path

Searched full:dts (Results 1 – 25 of 4811) sorted by relevance

12345678910>>...193

/kernel/linux/linux-5.10/arch/mips/netlogic/
DKconfig12 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
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/fw/api/
Dphy.h58 /* DTS measurements */
66 * struct iwl_dts_measurement_cmd - request DTS temp and/or voltage measurements
76 * enum iwl_dts_control_measurement_mode - DTS measurement type
79 * SW DTS configuration.
80 * @DTS_REQUEST_READ: Request DTS read. Configure DTS with manual settings,
81 * trigger DTS reading and provide read back temperature read
83 * @DTS_OVER_WRITE: over-write the DTS temperatures in the SW until next read
84 * @DTS_DIRECT_WITHOUT_MEASURE: DTS returns its latest temperature result,
95 * enum iwl_dts_used - DTS to use or used for measurement in the DTS request
111 * enum iwl_dts_bit_mode - bit-mode to use in DTS request read mode
[all …]
/kernel/linux/linux-5.10/drivers/thermal/intel/
Dintel_soc_dts_iosf.c36 /* 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 …]
Dintel_quark_dts_thermal.c54 * 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 …]
DKconfig34 tristate "Intel SoCs DTS thermal driver"
40 temperature sensor (DTS). These SoCs have two additional DTSs in
41 addition to DTSs on CPU cores. Each DTS will be registered as a
48 tristate "Intel Quark DTS thermal driver"
52 temperature sensor (DTS). For X1000 SoC, it has one on-die DTS.
53 The DTS will be registered as a thermal zone. There are two trip points:
/kernel/linux/linux-6.6/scripts/dtc/
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
66 `basename $0` ARCH=arch_of_dtx_2 DTx_2 >tmp_dtx_2.dts
[all …]
Ddtc.c108 "\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 …]
/kernel/linux/linux-6.6/drivers/thermal/intel/
Dintel_soc_dts_iosf.c37 /* DTS encoding for TJ MAX temperature */
132 static int configure_trip(struct intel_soc_dts_sensor_entry *dts, in configure_trip() argument
138 ret = update_trip_temp(dts->sensors, thres_index, temp); in configure_trip()
142 dts->trips[thres_index].temperature = temp; in configure_trip()
143 dts->trips[thres_index].type = trip_type; in configure_trip()
151 struct intel_soc_dts_sensor_entry *dts = thermal_zone_device_priv(tzd); in sys_set_trip_temp() local
152 struct intel_soc_dts_sensors *sensors = dts->sensors; in sys_set_trip_temp()
170 struct intel_soc_dts_sensor_entry *dts = thermal_zone_device_priv(tzd); in sys_get_curr_temp() local
174 sensors = dts->sensors; in sys_get_curr_temp()
181 out = bitmap_get_value8(&raw, dts->id * 8) - SOC_DTS_TJMAX_ENCODING; in sys_get_curr_temp()
[all …]
Dintel_quark_dts_thermal.c54 * 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 */
94 /* Quark DTS has 2 trip points: hot & catastrophic */
96 /* If DTS not locked, all trip points are configurable */
98 /* If DTS locked, all trip points are not configurable */
141 pr_info("DTS is locked. Cannot enable DTS\n"); in soc_dts_enable()
170 pr_info("DTS is locked. Cannot disable DTS\n"); in soc_dts_disable()
334 /* Check if DTS register is locked */ in alloc_soc_dts()
348 /* Store DTS default state if DTS registers are not locked */ in alloc_soc_dts()
[all …]
DKconfig47 tristate "Intel SoCs DTS thermal driver"
53 temperature sensor (DTS). These SoCs have two additional DTSs in
54 addition to DTSs on CPU cores. Each DTS will be registered as a
61 tristate "Intel Quark DTS thermal driver"
65 temperature sensor (DTS). For X1000 SoC, it has one on-die DTS.
66 The DTS will be registered as a thermal zone. There are two trip points:
/kernel/linux/linux-5.10/scripts/dtc/
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
66 `basename $0` ARCH=arch_of_dtx_2 DTx_2 >tmp_dtx_2.dts
[all …]
Ddtc.c108 "\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()
287 inform = guess_input_format(arg, "dts"); in main()
291 if (streq(inform, "dts")) in main()
294 outform = "dts"; in main()
297 if (annotate && (!streq(inform, "dts") || !streq(outform, "dts"))) in main()
298 die("--annotate requires -I dts -O dts\n"); in main()
299 if (streq(inform, "dts")) in main()
350 if (streq(outform, "dts")) { in main()
[all …]
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/fw/api/
Dphy.h112 /* DTS measurements */
120 * struct iwl_dts_measurement_cmd - request DTS temp and/or voltage measurements
130 * enum iwl_dts_control_measurement_mode - DTS measurement type
133 * SW DTS configuration.
134 * @DTS_REQUEST_READ: Request DTS read. Configure DTS with manual settings,
135 * trigger DTS reading and provide read back temperature read
137 * @DTS_OVER_WRITE: over-write the DTS temperatures in the SW until next read
138 * @DTS_DIRECT_WITHOUT_MEASURE: DTS returns its latest temperature result,
149 * enum iwl_dts_used - DTS to use or used for measurement in the DTS request
165 * enum iwl_dts_bit_mode - bit-mode to use in DTS request read mode
[all …]
/kernel/linux/linux-6.6/Documentation/translations/zh_CN/devicetree/
Doverlay-notes.rst28 ---- foo.dts ---------------------------------------------------------------
30 /dts-v1/;
44 ---- foo.dts ---------------------------------------------------------------
46 覆盖bar.dts,
49 ---- bar.dts - 按标签覆盖目标位置 ----------------------------
50 /dts-v1/;
59 ---- bar.dts ---------------------------------------------------------------
61 当加载(并按照[1]中描述的方式解决)时,应该产生foo+bar.dts::
63 ---- foo+bar.dts -----------------------------------------------------------
84 ---- foo+bar.dts -----------------------------------------------------------
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/ci/
Dbuild.sh18 DEVICE_TREES="arch/arm64/boot/dts/rockchip/rk3399-gru-kevin.dtb"
19 DEVICE_TREES+=" arch/arm64/boot/dts/amlogic/meson-gxl-s805x-libretech-ac.dtb"
20 DEVICE_TREES+=" arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dtb"
21 DEVICE_TREES+=" arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dtb"
22 DEVICE_TREES+=" arch/arm64/boot/dts/qcom/apq8016-sbc.dtb"
23 DEVICE_TREES+=" arch/arm64/boot/dts/qcom/apq8096-db820c.dtb"
24 DEVICE_TREES+=" arch/arm64/boot/dts/amlogic/meson-g12b-a311d-khadas-vim3.dtb"
25 DEVICE_TREES+=" arch/arm64/boot/dts/mediatek/mt8173-elm-hana.dtb"
26 DEVICE_TREES+=" arch/arm64/boot/dts/mediatek/mt8183-kukui-jacuzzi-juniper-sku16.dtb"
27 DEVICE_TREES+=" arch/arm64/boot/dts/mediatek/mt8192-asurada-spherion-r0.dtb"
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/
Doverlay-notes.rst23 ---- 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-6.6/Documentation/devicetree/
Doverlay-notes.rst23 ---- 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/powerpc/boot/
DMakefile230 dtstree := $(srctree)/$(src)/dts
252 # args (to if_changed): 1 = (this rule), 2 = platform, 3 = dts 4=dtb 5=initrd
371 $(patsubst $(x).%, dts/%.dtb, $(filter $(x).%, $(image-y))))
373 $(patsubst $(x).%, dts/fsl/%.dtb, $(filter $(x).%, $(image-y))))
387 $(obj)/dtbImage.initrd.%: vmlinux $(wrapperbits) $(obj)/dts/%.dtb FORCE
388 $(call if_changed,wrap,$*,,$(obj)/dts/$*.dtb,$(obj)/ramdisk.image.gz)
390 $(obj)/dtbImage.%: vmlinux $(wrapperbits) $(obj)/dts/%.dtb FORCE
391 $(call if_changed,wrap,$*,,$(obj)/dts/$*.dtb)
401 $(obj)/uImage.initrd.%: vmlinux $(obj)/dts/%.dtb $(wrapperbits) FORCE
402 $(call if_changed,wrap,uboot-$*,,$(obj)/dts/$*.dtb,$(obj)/ramdisk.image.gz)
[all …]
/kernel/linux/linux-6.6/arch/powerpc/boot/
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/$*.dtb,$(obj)/ramdisk.image.gz)
[all …]
/kernel/linux/linux-5.10/drivers/media/test-drivers/vidtv/
Dvidtv_pes.h24 /* 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
/kernel/linux/linux-6.6/drivers/media/test-drivers/vidtv/
Dvidtv_pes.h24 /* 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
/kernel/linux/linux-6.6/
D.gitattributes3 *.dts diff=dts
4 *.dts[io] diff=dts
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/Documentation/arm/keystone/
Doverview.rst57 specified through DTS. Following are the DTS used:
60 k2hk-evm.dts
62 k2e-evm.dts
64 k2l-evm.dts
/kernel/linux/linux-6.6/Documentation/arch/arm/keystone/
Doverview.rst57 specified through DTS. Following are the DTS used:
60 k2hk-evm.dts
62 k2e-evm.dts
64 k2l-evm.dts

12345678910>>...193