/Linux-v5.4/drivers/i2c/ |
D | i2c-smbus.c | 20 struct work_struct alert; member 49 if (driver->alert) in smbus_do_alert() 50 driver->alert(client, data->type, data->data); in smbus_do_alert() 67 struct i2c_smbus_alert *alert = d; in smbus_alert() local 71 ara = alert->ara; in smbus_alert() 112 struct i2c_smbus_alert *alert; in smbalert_work() local 114 alert = container_of(work, struct i2c_smbus_alert, alert); in smbalert_work() 116 smbus_alert(0, alert); in smbalert_work() 125 struct i2c_smbus_alert *alert; in smbalert_probe() local 129 alert = devm_kzalloc(&ara->dev, sizeof(struct i2c_smbus_alert), in smbalert_probe() [all …]
|
/Linux-v5.4/arch/arm64/boot/dts/exynos/ |
D | exynos5433-tmu.dtsi | 17 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 { 105 atlas1_alert_0: atlas1-alert-0 { 110 atlas1_alert_1: atlas1-alert-1 { 115 atlas1_alert_2: atlas1-alert-2 { [all …]
|
D | exynos7-trip-points.dtsi | 10 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-v5.4/arch/s390/kernel/ |
D | perf_cpum_cf_common.c | 30 .alert = ATOMIC64_INIT(0), 40 unsigned int alert, unsigned long unused) in cpumf_measurement_alert() argument 44 if (!(alert & CPU_MF_INT_CF_MASK)) in cpumf_measurement_alert() 56 if (alert & CPU_MF_INT_CF_CACA) in cpumf_measurement_alert() 60 if (alert & CPU_MF_INT_CF_LCDA) in cpumf_measurement_alert() 64 if (alert & CPU_MF_INT_CF_MTDA) in cpumf_measurement_alert() 69 atomic64_or(alert, &cpuhw->alert); in cpumf_measurement_alert() 131 unsigned long alert; in kernel_cpumcf_alert() local 133 alert = atomic64_read(&cpuhw->alert); in kernel_cpumcf_alert() 135 atomic64_set(&cpuhw->alert, 0); in kernel_cpumcf_alert() [all …]
|
/Linux-v5.4/arch/arm/boot/dts/ |
D | exynos5422-odroidxu3-common.dtsi | 57 cpu0_alert0: cpu-alert-0 { 62 cpu0_alert1: cpu-alert-1 { 67 cpu0_alert2: cpu-alert-2 { 83 cpu0_alert3: cpu-alert-3 { 88 cpu0_alert4: cpu-alert-4 { 146 cpu1_alert0: cpu-alert-0 { 151 cpu1_alert1: cpu-alert-1 { 156 cpu1_alert2: cpu-alert-2 { 166 cpu1_alert3: cpu-alert-3 { 171 cpu1_alert4: cpu-alert-4 { [all …]
|
D | exynos5422-odroidhc1.dts | 34 cpu0_alert0: cpu-alert-0 { 39 cpu0_alert1: cpu-alert-1 { 89 cpu1_alert0: cpu-alert-0 { 94 cpu1_alert1: cpu-alert-1 { 133 cpu2_alert0: cpu-alert-0 { 138 cpu2_alert1: cpu-alert-1 { 177 cpu3_alert0: cpu-alert-0 { 182 cpu3_alert1: cpu-alert-1 {
|
D | exynos5420-trip-points.dtsi | 11 cpu-alert-0 { 16 cpu-alert-1 { 21 cpu-alert-2 {
|
D | exynos4-cpu-thermal.dtsi | 17 cpu_alert0: cpu-alert-0 { 22 cpu_alert1: cpu-alert-1 { 27 cpu_alert2: cpu-alert-2 {
|
D | exynos5420-arndale-octa.dts | 73 cpu0_alert0: cpu-alert-0 { 78 cpu0_alert1: cpu-alert-1 { 83 cpu0_alert2: cpu-alert-2 { 148 cpu1_alert0: cpu-alert-0 { 153 cpu1_alert1: cpu-alert-1 { 158 cpu1_alert2: cpu-alert-2 { 211 cpu2_alert0: cpu-alert-0 { 216 cpu2_alert1: cpu-alert-1 { 221 cpu2_alert2: cpu-alert-2 { 274 cpu3_alert0: cpu-alert-0 { [all …]
|
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/ |
D | smu7_thermal.c | 366 uint32_t alert; in smu7_thermal_enable_alert() local 368 alert = PHM_READ_VFPF_INDIRECT_FIELD(hwmgr->device, CGS_IND_REG__SMC, in smu7_thermal_enable_alert() 370 alert &= ~(SMU7_THERMAL_HIGH_ALERT_MASK | SMU7_THERMAL_LOW_ALERT_MASK); in smu7_thermal_enable_alert() 372 CG_THERMAL_INT, THERM_INT_MASK, alert); in smu7_thermal_enable_alert() 384 uint32_t alert; in smu7_thermal_disable_alert() local 386 alert = PHM_READ_VFPF_INDIRECT_FIELD(hwmgr->device, CGS_IND_REG__SMC, in smu7_thermal_disable_alert() 388 alert |= (SMU7_THERMAL_HIGH_ALERT_MASK | SMU7_THERMAL_LOW_ALERT_MASK); in smu7_thermal_disable_alert() 390 CG_THERMAL_INT, THERM_INT_MASK, alert); in smu7_thermal_disable_alert()
|
/Linux-v5.4/Documentation/hwmon/ |
D | ina3221.rst | 35 curr[123]_crit Critical alert current(mA) setting, activates the 38 curr[123]_crit_alarm Critical alert current limit exceeded 39 curr[123]_max Warning alert current(mA) setting, activates the 42 curr[123]_max_alarm Warning alert current limit exceeded
|
D | sht3x.rst | 56 reading exceeds the configured limits, the alert attribute is set to 1 and 57 the alert pin on the sensor is set to high. 59 values, the alert bit is set to 0 and the alert pin on the sensor is set to
|
D | tmp108.rst | 21 The Texas Instruments TMP108 implements one temperature sensor. An alert pin 23 hysteresis value. (This driver does not support interrupts for the alert pin,
|
D | lm90.rst | 282 * Filter and alert configuration register at 0xBF. 294 * Consecutive alert register at 0x22. 326 * Filter and alert configuration register at 0xBF 356 This driver has basic support for SMBus alert. When an alert is received, 360 Semiconductor chips (NCT1008) do not implement the SMBus alert protocol 362 an alert is received, and is re-enabled only when the alarm is gone.
|
D | ibmpowernv.rst | 35 fanX_min Threshold RPM for alert generation. 40 tempX_max Threshold ambient temperature for alert generation.
|
/Linux-v5.4/drivers/thermal/ti-soc-thermal/ |
D | Kconfig | 9 This includes alert interrupts generation and also the TSHUT 48 This includes alert interrupts generation and also the TSHUT 60 This includes alert interrupts generation and also the TSHUT 72 This includes alert interrupts generation and also the TSHUT
|
/Linux-v5.4/Documentation/devicetree/bindings/power/supply/ |
D | microchip,ucs1002.txt | 13 - "alert" for line connected to ALERT# pin 25 interrupt-names = "a_det", "alert";
|
/Linux-v5.4/Documentation/devicetree/bindings/hwmon/ |
D | max6697.txt | 30 - alert-mask 33 If not specified, alert will be enabled for all channels. 62 alert-mask = <0x72>;
|
D | tmp108.txt | 11 - interrupts: Reference to the TMP108 alert interrupt.
|
/Linux-v5.4/drivers/usb/typec/tcpm/ |
D | tcpci_rt1711h.c | 158 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-v5.4/drivers/iio/adc/ |
D | ina2xx-adc.c | 709 unsigned int alert; in ina2xx_conversion_ready() local 724 INA226_MASK_ENABLE, &alert); in ina2xx_conversion_ready() 725 alert &= INA226_CVRF; in ina2xx_conversion_ready() 728 INA2XX_BUS_VOLTAGE, &alert); in ina2xx_conversion_ready() 729 alert &= INA219_CNVR; in ina2xx_conversion_ready() 735 return !!alert; in ina2xx_conversion_ready()
|
/Linux-v5.4/Documentation/power/ |
D | power_supply_class.rst | 186 minimum capacity alert value in percents. 188 maximum capacity alert value in percents. 195 minimum battery temperature alert. 197 maximum battery temperature alert. 201 minimum ambient temperature alert. 203 maximum ambient temperature alert.
|
/Linux-v5.4/drivers/power/supply/ |
D | sbs-manager.c | 225 if (driver->alert) in sbsm_do_alert() 226 driver->alert(client, I2C_PROTOCOL_SMBUS_ALERT, 0); in sbsm_do_alert() 435 .alert = sbsm_alert,
|
/Linux-v5.4/include/uapi/linux/ |
D | net_dropmon.h | 43 struct net_dm_alert_msg alert; member
|
/Linux-v5.4/Documentation/devicetree/bindings/memory-controllers/ti/ |
D | emif.txt | 56 - hw-caps-temp-alert : Have this property if the controller 69 hw-caps-temp-alert;
|