Home
last modified time | relevance | path

Searched refs:sensors (Results 1 – 25 of 350) sorted by relevance

12345678910>>...14

/freebsd/sys/contrib/device-tree/src/arm64/ti/
H A Dk3-j784s4-thermal.dtsi11 thermal-sensors = <&wkup_vtm0 0>;
25 thermal-sensors = <&wkup_vtm0 1>;
39 thermal-sensors = <&wkup_vtm0 2>;
53 thermal-sensors = <&wkup_vtm0 3>;
67 thermal-sensors = <&wkup_vtm0 4>;
81 thermal-sensors = <&wkup_vtm0 5>;
95 thermal-sensors = <&wkup_vtm0 6>;
H A Dk3-j721s2-thermal.dtsi11 thermal-sensors = <&wkup_vtm0 0>;
25 thermal-sensors = <&wkup_vtm0 1>;
39 thermal-sensors = <&wkup_vtm0 2>;
53 thermal-sensors = <&wkup_vtm0 3>;
67 thermal-sensors = <&wkup_vtm0 4>;
81 thermal-sensors = <&wkup_vtm0 5>;
95 thermal-sensors = <&wkup_vtm0 6>;
H A Dk3-j721e-thermal.dtsi12 thermal-sensors = <&wkup_vtm0 0>;
26 thermal-sensors = <&wkup_vtm0 1>;
40 thermal-sensors = <&wkup_vtm0 2>;
54 thermal-sensors = <&wkup_vtm0 3>;
68 thermal-sensors = <&wkup_vtm0 4>;
H A Dk3-am62a-thermal.dtsi12 thermal-sensors = <&wkup_vtm0 0>;
26 thermal-sensors = <&wkup_vtm0 1>;
40 thermal-sensors = <&wkup_vtm0 2>;
H A Dk3-j7200-thermal.dtsi12 thermal-sensors = <&wkup_vtm0 0>;
26 thermal-sensors = <&wkup_vtm0 1>;
40 thermal-sensors = <&wkup_vtm0 2>;
H A Dk3-am62p-j722s-common-thermal.dtsi12 thermal-sensors = <&wkup_vtm0 0>;
26 thermal-sensors = <&wkup_vtm0 1>;
40 thermal-sensors = <&wkup_vtm0 2>;
H A Dk3-am654-industrial-thermal.dtsi11 thermal-sensors = <&wkup_vtm0 0>;
25 thermal-sensors = <&wkup_vtm0 1>;
39 thermal-sensors = <&wkup_vtm0 2>;
H A Dk3-am62p-thermal.dtsi12 thermal-sensors = <&wkup_vtm0 0>;
26 thermal-sensors = <&wkup_vtm0 1>;
40 thermal-sensors = <&wkup_vtm0 2>;
H A Dk3-am64-thermal.dtsi12 thermal-sensors = <&main_vtm0 0>;
26 thermal-sensors = <&main_vtm0 1>;
/freebsd/sys/contrib/device-tree/Bindings/thermal/
H A Dbrcm,sr-thermal.txt3 This binding describes thermal sensors that is part of Stingray SoCs.
12 - thermal-sensors: A list of thermal sensor phandles and specifier.
36 thermal-sensors = <&tmon 0>;
48 thermal-sensors = <&tmon 1>;
60 thermal-sensors = <&tmon 2>;
72 thermal-sensors = <&tmon 3>;
84 thermal-sensors = <&tmon 4>;
96 thermal-sensors = <&tmon 5>;
H A Dthermal.txt6 such as trip points, polling intervals, sensors and cooling devices
15 - thermal sensors: devices which may be used to take temperature
30 control one or more internal sensors.
36 with several internal sensors, in order
137 - thermal-sensors: A list of thermal sensor phandles and sensor specifier
152 Elem size: one cell the sensors listed in the thermal-sensors property.
157 The coefficients are ordered and they match with sensors
252 thermal-sensors = <&bandgap0>;
299 (b) - IC with several internal sensors
302 single sensor IC, assuming it has several internal sensors. This is a common
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsdm632.dtsi13 thermal-sensors = <&tsens0 13>;
26 thermal-sensors = <&tsens0 5>;
30 thermal-sensors = <&tsens0 6>;
34 thermal-sensors = <&tsens0 7>;
38 thermal-sensors = <&tsens0 8>;
H A Dx1e80100-pmics.dtsi16 thermal-sensors = <&pm8550_temp_alarm>;
36 thermal-sensors = <&pm8550ve_2_temp_alarm>;
56 thermal-sensors = <&pmc8380_3_temp_alarm>;
76 thermal-sensors = <&pmc8380_4_temp_alarm>;
96 thermal-sensors = <&pmc8380_5_temp_alarm>;
116 thermal-sensors = <&pmc8380_6_temp_alarm>;
136 thermal-sensors = <&pm8550ve_8_temp_alarm>;
156 thermal-sensors = <&pm8550ve_9_temp_alarm>;
176 thermal-sensors = <&pm8010_temp_alarm>;
H A Dpm8550vs.dtsi14 thermal-sensors = <&pm8550vs_c_temp_alarm>;
34 thermal-sensors = <&pm8550vs_d_temp_alarm>;
54 thermal-sensors = <&pm8550vs_e_temp_alarm>;
74 thermal-sensors = <&pm8550vs_g_temp_alarm>;
H A Dipq9574.dtsi284 #qcom,sensors = <16>;
763 thermal-sensors = <&tsens 3>;
775 thermal-sensors = <&tsens 4>;
787 thermal-sensors = <&tsens 5>;
799 thermal-sensors = <&tsens 6>;
811 thermal-sensors = <&tsens 7>;
823 thermal-sensors = <&tsens 8>;
835 thermal-sensors = <&tsens 9>;
847 thermal-sensors = <&tsens 10>;
875 thermal-sensors = <&tsens 11>;
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/arm/
H A Djuno-scmi.dtsi80 thermal-sensors = <&scmi_sensors0 0>;
84 thermal-sensors = <&scmi_sensors0 3>;
88 thermal-sensors = <&scmi_sensors0 21>;
92 thermal-sensors = <&scmi_sensors0 22>;
96 thermal-sensors = <&scmi_sensors0 23>;
100 thermal-sensors = <&scmi_sensors0 24>;
/freebsd/sys/arm/allwinner/
H A Daw_thermal.c156 struct aw_thermal_sensor sensors[MAX_SENSORS]; member
180 .sensors = {
212 .sensors = {
250 .sensors = {
319 .sensors = {
659 if (sc->conf->sensors[i].init_alarm > 0) in aw_thermal_attach()
661 sc->conf->sensors[i].init_alarm); in aw_thermal_attach()
662 if (sc->conf->sensors[i].init_shut > 0) in aw_thermal_attach()
664 sc->conf->sensors[i].init_shut); in aw_thermal_attach()
673 OID_AUTO, sc->conf->sensors[i].name, in aw_thermal_attach()
[all …]
H A Daxp209.c612 const struct axp2xx_sensors *sensors; member
788 if (sc->sensors[i].id == sensor) { in axp2xx_sysctl()
797 error = axp2xx_read(dev, sc->sensors[i].value_reg, data, 2); in axp2xx_sysctl()
801 val = ((data[0] & sc->sensors[i].h_value_mask) << in axp2xx_sysctl()
802 sc->sensors[i].h_value_shift); in axp2xx_sysctl()
803 val |= ((data[1] & sc->sensors[i].l_value_mask) << in axp2xx_sysctl()
804 sc->sensors[i].l_value_shift); in axp2xx_sysctl()
805 val *= sc->sensors[i].value_step; in axp2xx_sysctl()
806 val += sc->sensors[i].value_convert; in axp2xx_sysctl()
1254 if (axp2xx_read(dev, sc->sensors[i].enable_reg, &reg, 1) == -1) { in axp2xx_start()
[all …]
/freebsd/usr.sbin/bsnmpd/modules/snmp_lm75/
H A Dsnmp_lm75.c71 static TAILQ_HEAD(, lm75_snmp_sensor) sensors =
72 TAILQ_HEAD_INITIALIZER(sensors);
128 while ((sensor = TAILQ_FIRST(&sensors)) != NULL) { in free_sensors()
129 TAILQ_REMOVE(&sensors, sensor, link); in free_sensors()
236 TAILQ_INSERT_TAIL(&sensors, sensor, link); in add_sensor()
379 sensor = NEXT_OBJECT_INT(&sensors, &value->var, sub); in op_lm75SensorTable()
388 sensor = FIND_OBJECT_INT(&sensors, &value->var, sub); in op_lm75SensorTable()
/freebsd/sys/powerpc/powermac/
H A Dpowermac_thermal.c79 static SLIST_HEAD(pmac_sensors, pmac_sens_le) sensors =
80 SLIST_HEAD_INITIALIZER(sensors);
109 SLIST_FOREACH(sensor, &sensors, entries) { in pmac_therm_manage_fans()
143 SLIST_FOREACH(sensor, &sensors, entries) { in pmac_therm_manage_fans()
215 SLIST_INSERT_HEAD(&sensors, list_entry, entries); in pmac_thermal_sensor_register()
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Damlogic,scpi.txt20 Sensor bindings for the sensors based on SCPI Message Protocol
22 SCPI provides an API to access the various sensors on the SoC.
25 - compatible : should be "amlogic,meson-gxbb-scpi-sensors".
/freebsd/sys/contrib/device-tree/src/arm/samsung/
H A Dexynos5422-odroidhc1.dts34 thermal-sensors = <&tmu_cpu0>;
89 thermal-sensors = <&tmu_cpu1>;
133 thermal-sensors = <&tmu_cpu2>;
177 thermal-sensors = <&tmu_cpu3>;
221 thermal-sensors = <&tmu_gpu>;
/freebsd/sys/contrib/device-tree/Bindings/iio/
H A Dst-sensors.txt1 STMicroelectronics MEMS sensors
18 on all sensors.
20 as open drain, which is useful if several sensors share the same
75 Pressure sensors:
/freebsd/sys/contrib/device-tree/src/arm64/exynos/
H A Dexynos5433-tmu.dtsi13 thermal-sensors = <&tmu_atlas0>;
101 thermal-sensors = <&tmu_atlas1>;
144 thermal-sensors = <&tmu_g3d>;
187 thermal-sensors = <&tmu_apollo>;
263 thermal-sensors = <&tmu_isp>;
/freebsd/sys/contrib/device-tree/Bindings/iio/pressure/
H A Dms5611.txt1 MEAS ms5611 family pressure sensors
3 Pressure sensors from MEAS Switzerland with SPI and I2C bus interfaces.

12345678910>>...14