Home
last modified time | relevance | path

Searched refs:alert (Results 1 – 25 of 69) sorted by relevance

123

/Linux-v4.19/drivers/i2c/
Di2c-smbus.c29 struct work_struct alert; member
58 if (driver->alert) in smbus_do_alert()
59 driver->alert(client, data->type, data->data); in smbus_do_alert()
76 struct i2c_smbus_alert *alert = d; in smbus_alert() local
80 ara = alert->ara; in smbus_alert()
121 struct i2c_smbus_alert *alert; in smbalert_work() local
123 alert = container_of(work, struct i2c_smbus_alert, alert); in smbalert_work()
125 smbus_alert(0, alert); in smbalert_work()
134 struct i2c_smbus_alert *alert; in smbalert_probe() local
138 alert = devm_kzalloc(&ara->dev, sizeof(struct i2c_smbus_alert), in smbalert_probe()
[all …]
/Linux-v4.19/arch/arm64/boot/dts/exynos/
Dexynos5433-tmu.dtsi17 atlas0_alert_0: atlas0-alert-0 {
22 atlas0_alert_1: atlas0-alert-1 {
27 atlas0_alert_2: atlas0-alert-2 {
32 atlas0_alert_3: atlas0-alert-3 {
37 atlas0_alert_4: atlas0-alert-4 {
42 atlas0_alert_5: atlas0-alert-5 {
47 atlas0_alert_6: atlas0-alert-6 {
98 atlas1_alert_0: atlas1-alert-0 {
103 atlas1_alert_1: atlas1-alert-1 {
108 atlas1_alert_2: atlas1-alert-2 {
[all …]
Dexynos7-trip-points.dtsi10 cpu-alert-0 {
15 cpu-alert-1 {
20 cpu-alert-2 {
25 cpu-alert-3 {
30 cpu-alert-4 {
35 cpu-alert-5 {
40 cpu-alert-6 {
/Linux-v4.19/arch/arm/boot/dts/
Dexynos5422-odroidxu3-common.dtsi59 cpu0_alert0: cpu-alert-0 {
64 cpu0_alert1: cpu-alert-1 {
69 cpu0_alert2: cpu-alert-2 {
85 cpu0_alert3: cpu-alert-3 {
90 cpu0_alert4: cpu-alert-4 {
142 cpu1_alert0: cpu-alert-0 {
147 cpu1_alert1: cpu-alert-1 {
152 cpu1_alert2: cpu-alert-2 {
162 cpu1_alert3: cpu-alert-3 {
167 cpu1_alert4: cpu-alert-4 {
[all …]
Dexynos5422-odroidhc1.dts34 cpu0_alert0: cpu-alert-0 {
39 cpu0_alert1: cpu-alert-1 {
83 cpu1_alert0: cpu-alert-0 {
88 cpu1_alert1: cpu-alert-1 {
121 cpu2_alert0: cpu-alert-0 {
126 cpu2_alert1: cpu-alert-1 {
159 cpu3_alert0: cpu-alert-0 {
164 cpu3_alert1: cpu-alert-1 {
Dexynos5420-trip-points.dtsi11 cpu-alert-0 {
16 cpu-alert-1 {
21 cpu-alert-2 {
Dexynos4-cpu-thermal.dtsi17 cpu_alert0: cpu-alert-0 {
22 cpu_alert1: cpu-alert-1 {
27 cpu_alert2: cpu-alert-2 {
/Linux-v4.19/Documentation/hwmon/
Dina322127 curr[123]_crit Critical alert current(mA) setting, activates the
30 curr[123]_crit_alarm Critical alert current limit exceeded
31 curr[123]_max Warning alert current(mA) setting, activates the
34 curr[123]_max_alarm Warning alert current limit exceeded
Dsht3x47 reading exceeds the configured limits, the alert attribute is set to 1 and
48 the alert pin on the sensor is set to high.
50 values, the alert bit is set to 0 and the alert pin on the sensor is set to
Dtmp10816 The Texas Instruments TMP108 implements one temperature sensor. An alert pin
18 hysteresis value. (This driver does not support interrupts for the alert pin,
Dlm90158 * Filter and alert configuration register at 0xBF.
170 * Consecutive alert register at 0x22.
202 * Filter and alert configuration register at 0xBF
232 This driver has basic support for SMBus alert. When an alert is received,
236 Semiconductor chips (NCT1008) do not implement the SMBus alert protocol
238 an alert is received, and is re-enabled only when the alarm is gone.
Dibmpowernv33 fanX_min Threshold RPM for alert generation.
38 tempX_max Threshold ambient temperature for alert generation.
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/
Dsmu7_thermal.c365 uint32_t alert; in smu7_thermal_enable_alert() local
367 alert = PHM_READ_VFPF_INDIRECT_FIELD(hwmgr->device, CGS_IND_REG__SMC, in smu7_thermal_enable_alert()
369 alert &= ~(SMU7_THERMAL_HIGH_ALERT_MASK | SMU7_THERMAL_LOW_ALERT_MASK); in smu7_thermal_enable_alert()
371 CG_THERMAL_INT, THERM_INT_MASK, alert); in smu7_thermal_enable_alert()
383 uint32_t alert; in smu7_thermal_disable_alert() local
385 alert = PHM_READ_VFPF_INDIRECT_FIELD(hwmgr->device, CGS_IND_REG__SMC, in smu7_thermal_disable_alert()
387 alert |= (SMU7_THERMAL_HIGH_ALERT_MASK | SMU7_THERMAL_LOW_ALERT_MASK); in smu7_thermal_disable_alert()
389 CG_THERMAL_INT, THERM_INT_MASK, alert); in smu7_thermal_disable_alert()
/Linux-v4.19/drivers/thermal/ti-soc-thermal/
DKconfig8 This includes alert interrupts generation and also the TSHUT
47 This includes alert interrupts generation and also the TSHUT
59 This includes alert interrupts generation and also the TSHUT
71 This includes alert interrupts generation and also the TSHUT
/Linux-v4.19/Documentation/devicetree/bindings/hwmon/
Dmax6697.txt30 - alert-mask
33 If not specified, alert will be enabled for all channels.
62 alert-mask = <0x72>;
/Linux-v4.19/arch/s390/kernel/
Dperf_cpum_cf.c227 unsigned int alert, unsigned long unused) in cpumf_measurement_alert() argument
231 if (!(alert & CPU_MF_INT_CF_MASK)) in cpumf_measurement_alert()
243 if (alert & CPU_MF_INT_CF_CACA) in cpumf_measurement_alert()
247 if (alert & CPU_MF_INT_CF_LCDA) in cpumf_measurement_alert()
251 if (alert & CPU_MF_INT_CF_MTDA) in cpumf_measurement_alert()
Dperf_cpum_sf.c1891 unsigned int alert, unsigned long unused) in cpumf_measurement_alert() argument
1895 if (!(alert & CPU_MF_INT_SF_MASK)) in cpumf_measurement_alert()
1909 if (alert & CPU_MF_INT_SF_PRA) { in cpumf_measurement_alert()
1920 if (alert != CPU_MF_INT_SF_PRA) in cpumf_measurement_alert()
1921 debug_sprintf_event(sfdbg, 6, "measurement alert: 0x%x\n", alert); in cpumf_measurement_alert()
1924 if (alert & CPU_MF_INT_SF_SACA) in cpumf_measurement_alert()
1928 if (alert & CPU_MF_INT_SF_LSDA) { in cpumf_measurement_alert()
1935 if (alert & (CPU_MF_INT_SF_IAE|CPU_MF_INT_SF_ISE)) { in cpumf_measurement_alert()
1937 alert); in cpumf_measurement_alert()
/Linux-v4.19/drivers/usb/typec/
Dtcpci_rt1711h.c158 u16 alert; in rt1711h_irq() local
165 ret = rt1711h_read16(chip, TCPC_ALERT, &alert); in rt1711h_irq()
169 if (alert & TCPC_ALERT_CC_STATUS) { in rt1711h_irq()
/Linux-v4.19/Documentation/power/
Dpower_supply_class.txt147 CAPACITY_ALERT_MIN - minimum capacity alert value in percents.
148 CAPACITY_ALERT_MAX - maximum capacity alert value in percents.
153 TEMP_ALERT_MIN - minimum battery temperature alert.
154 TEMP_ALERT_MAX - maximum battery temperature alert.
156 TEMP_AMBIENT_ALERT_MIN - minimum ambient temperature alert.
157 TEMP_AMBIENT_ALERT_MAX - maximum ambient temperature alert.
/Linux-v4.19/drivers/iio/adc/
Dina2xx-adc.c707 unsigned int alert; in ina2xx_conversion_ready() local
722 INA226_MASK_ENABLE, &alert); in ina2xx_conversion_ready()
723 alert &= INA226_CVRF; in ina2xx_conversion_ready()
726 INA2XX_BUS_VOLTAGE, &alert); in ina2xx_conversion_ready()
727 alert &= INA219_CNVR; in ina2xx_conversion_ready()
733 return !!alert; in ina2xx_conversion_ready()
/Linux-v4.19/include/uapi/linux/
Dnet_dropmon.h43 struct net_dm_alert_msg alert; member
/Linux-v4.19/drivers/power/supply/
Dsbs-manager.c228 if (driver->alert) in sbsm_do_alert()
229 driver->alert(client, I2C_PROTOCOL_SMBUS_ALERT, 0); in sbsm_do_alert()
438 .alert = sbsm_alert,
/Linux-v4.19/Documentation/devicetree/bindings/memory-controllers/ti/
Demif.txt56 - hw-caps-temp-alert : Have this property if the controller
69 hw-caps-temp-alert;
/Linux-v4.19/Documentation/i2c/busses/
Di2c-parport-light21 This must be passed if you want SMBus alert support, assuming your adapter
/Linux-v4.19/Documentation/devicetree/bindings/usb/
Dtypec-tcpci.txt11 - interrupts: interrupt specification for tcpci alert.

123