Searched refs:tsensor (Results 1 – 14 of 14) sorted by relevance
/linux-6.3-rc2/Documentation/devicetree/bindings/thermal/ |
A D | hisilicon-thermal.txt | 5 - compatible: "hisilicon,tsensor". 9 by /SOCTHERM/tsensor. 17 tsensor: tsensor@0,f7030700 { 18 compatible = "hisilicon,tsensor"; 27 tsensor: tsensor@fff30000 { 28 compatible = "hisilicon,hi3660-tsensor";
|
A D | nvidia,tegra30-tsensor.yaml | 4 $id: http://devicetree.org/schemas/thermal/nvidia,tegra30-tsensor.yaml# 32 const: nvidia,tegra30-tsensor 66 compatible = "nvidia,tegra30-tsensor";
|
A D | nvidia,tegra124-soctherm.txt | 25 - tsensor 87 It is an array of pairs where each pair represents a tsensor id followed by a 112 clock-names = "tsensor", "soctherm";
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
A D | gp100.c | 31 u32 tsensor = nvkm_rd32(device, 0x020460); in gp100_temp_get() local 32 u32 inttemp = (tsensor & 0x0001fff8); in gp100_temp_get() 35 if (tsensor & 0x40000000) in gp100_temp_get() 39 if (tsensor & 0x20000000) in gp100_temp_get()
|
/linux-6.3-rc2/drivers/thermal/tegra/ |
A D | Makefile | 4 obj-$(CONFIG_TEGRA30_TSENSOR) += tegra30-tsensor.o
|
/linux-6.3-rc2/drivers/thermal/ |
A D | sun8i_thermal.c | 61 struct tsensor { struct 90 struct tsensor sensor[MAX_SENSOR_NUM]; 113 struct tsensor *s = tz->devdata; in sun8i_ths_get_temp()
|
/linux-6.3-rc2/drivers/scsi/bfa/ |
A D | bfa_ioc.c | 4731 if (diag->tsensor.lock) { in bfa_diag_notify() 4733 diag->tsensor.cbfn(diag->tsensor.cbarg, in bfa_diag_notify() 4734 diag->tsensor.status); in bfa_diag_notify() 4735 diag->tsensor.lock = 0; in bfa_diag_notify() 4914 if (!diag->tsensor.lock) { in diag_tempsensor_comp() 4946 diag->tsensor.cbfn(diag->tsensor.cbarg, diag->tsensor.status); in diag_tempsensor_comp() 4947 diag->tsensor.lock = 0; in diag_tempsensor_comp() 5170 diag->tsensor.lock = 1; in bfa_diag_tsensor_query() 5171 diag->tsensor.temp = result; in bfa_diag_tsensor_query() 5172 diag->tsensor.cbfn = cbfn; in bfa_diag_tsensor_query() [all …]
|
A D | bfa_ioc.h | 611 struct bfa_diag_tsensor_s tsensor; member
|
/linux-6.3-rc2/arch/arm64/boot/dts/hisilicon/ |
A D | hi6220.dtsi | 853 tsensor: tsensor@0,f7030700 { label 854 compatible = "hisilicon,tsensor"; 883 thermal-sensors = <&tsensor 2>;
|
A D | hi3660.dtsi | 1109 tsensor: tsensor@fff30000 { label 1110 compatible = "hisilicon,hi3660-tsensor"; 1124 thermal-sensors = <&tsensor 1>;
|
/linux-6.3-rc2/arch/arm/boot/dts/ |
A D | tegra30.dtsi | 955 tsensor: tsensor@70014000 { label 956 compatible = "nvidia,tegra30-tsensor"; 1297 thermal-sensors = <&tsensor 0>; 1340 thermal-sensors = <&tsensor 1>;
|
A D | tegra124.dtsi | 929 clock-names = "tsensor", "soctherm";
|
/linux-6.3-rc2/arch/arm64/boot/dts/nvidia/ |
A D | tegra132.dtsi | 881 clock-names = "tsensor", "soctherm";
|
A D | tegra210.dtsi | 1336 clock-names = "tsensor", "soctherm";
|
Completed in 37 milliseconds