| /linux/arch/arm/boot/dts/samsung/ |
| H A D | exynos5422-odroidxu3-common.dtsi | 61 cpu0_alert0: cpu-alert-0 { 66 cpu0_alert1: cpu-alert-1 { 71 cpu0_alert2: cpu-alert-2 { 81 cpu0_alert3: cpu-alert-3 { 86 cpu0_alert4: cpu-alert-4 { 144 cpu1_alert0: cpu-alert-0 { 149 cpu1_alert1: cpu-alert-1 { 154 cpu1_alert2: cpu-alert-2 { 164 cpu1_alert3: cpu-alert-3 { 169 cpu1_alert4: cpu-alert-4 { [all …]
|
| H A D | exynos5422-odroidhc1.dts | 36 cpu0_alert0: cpu-alert-0 { 41 cpu0_alert1: cpu-alert-1 { 91 cpu1_alert0: cpu-alert-0 { 96 cpu1_alert1: cpu-alert-1 { 135 cpu2_alert0: cpu-alert-0 { 140 cpu2_alert1: cpu-alert-1 { 179 cpu3_alert0: cpu-alert-0 { 184 cpu3_alert1: cpu-alert-1 { 223 gpu_alert0: gpu-alert-0 { 228 gpu_alert1: gpu-alert-1 {
|
| H A D | exynos5420-trip-points.dtsi | 11 cpu-alert-0 { 16 cpu-alert-1 { 21 cpu-alert-2 {
|
| H A D | exynos4-cpu-thermal.dtsi | 17 cpu_alert0: cpu-alert-0 { 22 cpu_alert1: cpu-alert-1 { 27 cpu_alert2: cpu-alert-2 {
|
| H A D | exynos5420-arndale-octa.dts | 78 cpu0_alert0: cpu-alert-0 { 83 cpu0_alert1: cpu-alert-1 { 88 cpu0_alert2: cpu-alert-2 { 153 cpu1_alert0: cpu-alert-0 { 158 cpu1_alert1: cpu-alert-1 { 163 cpu1_alert2: cpu-alert-2 { 216 cpu2_alert0: cpu-alert-0 { 221 cpu2_alert1: cpu-alert-1 { 226 cpu2_alert2: cpu-alert-2 { 279 cpu3_alert0: cpu-alert-0 { [all …]
|
| /linux/net/handshake/ |
| H A D | alert.c | 3 * Handle the TLS Alert protocol 27 * tls_alert_send - send a TLS Alert on a kTLS socket 29 * @level: TLS Alert level 30 * @description: TLS Alert description 41 u8 alert[2]; in tls_alert_send() local 46 alert[0] = level; in tls_alert_send() 47 alert[1] = description; in tls_alert_send() 48 iov.iov_base = alert; in tls_alert_send() 49 iov.iov_len = sizeof(alert); in tls_alert_send() 90 * tls_alert_recv - Parse TLS Alert messages
|
| /linux/Documentation/devicetree/bindings/hwmon/ |
| H A D | max6697.txt | 30 - alert-mask 31 Alert bit mask. Alert disabled for bits set. 33 If not specified, alert will be enabled for all channels. 62 alert-mask = <0x72>;
|
| H A D | adi,adm1177.yaml | 31 the current reading and overcurrent alert is disabled. 35 Specifies the current level at which an over current alert occurs. 36 If not provided, the overcurrent alert is configured to max ADC range
|
| H A D | ti,ina3221.yaml | 63 The INA3221 has a critical alert pin that can be controlled by the 70 shunt-voltage sum limit value is exceeded, the critical alert pin 76 triggering the critical alert pin, then this property can be used
|
| /linux/Documentation/hwmon/ |
| H A 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 49 curr4_crit Critical alert current(mA) setting for sum of current 54 curr4_crit_alarm Critical alert current limit exceeded for sum of
|
| /linux/Documentation/devicetree/bindings/power/supply/ |
| H A D | maxim,max17040.yaml | 31 maxim,alert-low-soc-level: 36 The alert threshold that sets the state of charge level (%) where an interrupt is generated. 69 Use this property to use alert low SoC level interrupt as wake up source. 87 maxim,alert-low-soc-level = <10>; 100 maxim,alert-low-soc-level = <10>; 125 maxim,alert-low-soc-level = <10>;
|
| H A D | microchip,ucs1002.yaml | 26 - const: alert 28 - const: alert 49 interrupt-names = "a_det", "alert";
|
| /linux/Documentation/iio/ |
| H A D | ad7380.rst | 103 Alert section in Supported features 106 2 channels variants of the ad738x family, can use the SDOB line as an alert pin 108 alert pin when configured in 1 or 2 SDO line(s) mode, although only 1 SDO line 111 At the end of a conversion the active-low alert pin gets asserted if the 112 conversion result exceeds the alert high limit or falls below the alert low 113 limit. It is cleared, on a falling edge of CS. The alert pin is common to all 116 User can enable alert using the regular iio events attribute: 130 If debugfs is available, user can read the ALERT register to determine the 133 In most use cases, user will hardwire the alert pin to trigger a shutdown.
|
| /linux/drivers/thermal/ti-soc-thermal/ |
| H A 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
|
| H A D | ti-bandgap.h | 141 * @t_hot: temperature to trigger a thermal alert (high initial value) 142 * @t_cold: temperature to trigger a thermal alert (low initial value) 147 * for a specific temperature sensor, like shutdown temperature, alert 191 * @irq: MPU IRQ number for thermal alert 256 * a signal representing violation of programmable alert thresholds. 312 * @report_temperature: callback to report thermal alert to thermal API
|
| /linux/drivers/regulator/ |
| H A D | rt6190-regulator.c | 140 /* cleared cached alert event */ in rt6190_out_disable() 321 unsigned int alert; in rt6190_irq_handler() local 324 ret = regmap_read(data->regmap, RT6190_REG_ALERT1, &alert); in rt6190_irq_handler() 328 /* Write clear alert events */ in rt6190_irq_handler() 329 ret = regmap_write(data->regmap, RT6190_REG_ALERT1, alert); in rt6190_irq_handler() 333 data->cached_alert_evt |= alert; in rt6190_irq_handler() 335 if (alert & RT6190_ALERT_OTPEVT) in rt6190_irq_handler() 338 if (alert & RT6190_ALERT_UVPEVT) in rt6190_irq_handler() 341 if (alert & RT6190_ALERT_OVPEVT) in rt6190_irq_handler() 359 /* Mask unused alert */ in rt6190_init_registers()
|
| /linux/arch/s390/kernel/ |
| H A D | perf_cpum_sf.c | 96 unsigned long alert_mark; /* index of SDB of alert request position */ 409 * 2. Function alloc_sampling_buffer() sets the Alert Request in allocate_buffers() 410 * Control indicator to trigger a measurement-alert to harvest in allocate_buffers() 412 * measurement alert interrupt fires quick enough to handle in allocate_buffers() 415 * Currently there is no need for setup alert request on every in allocate_buffers() 1025 * using the Program Request Alert code. The regs.int_parm_long in perf_push_sample() 1295 * the point of alert indicator. And ignore the SDBs which are not 1299 * 2. Remove alert indicator in the buffer. 1320 /* Remove alert indicators in the buffer */ in aux_output_end() 1366 /* Set alert indicator */ in aux_output_begin() [all …]
|
| /linux/arch/arm/boot/dts/aspeed/ |
| H A D | aspeed-bmc-ufispace-ncplite.dts | 50 psu0-alert-n { 51 label = "psu0-alert-n"; 56 psu1-alert-n { 57 label = "psu1-alert-n"; 62 int-thermal-alert { 63 label = "int-thermal-alert";
|
| /linux/arch/arm64/boot/dts/ti/ |
| H A D | k3-am62a-thermal.dtsi | 15 main0_alert: main0-alert { 46 main1_alert: main1-alert { 77 main2_alert: main2-alert {
|
| H A D | k3-am62p-j722s-common-thermal.dtsi | 15 main0_alert: main0-alert { 46 main1_alert: main1-alert { 77 main2_alert: main2-alert {
|
| /linux/tools/perf/util/ |
| H A D | s390-cpumcf-kernel.h | 32 unsigned int mtda:1; /* Loss of MT ctr. data alert */ 33 unsigned int caca:1; /* Counter auth. change alert */ 34 unsigned int lcda:1; /* Loss of counter data alert */
|
| /linux/drivers/memory/ |
| H A D | emif.c | 331 u32 alert = 0, interval, devcnt; in get_temp_alert_config() local 341 alert |= (interval << TA_REFINTERVAL_SHIFT); in get_temp_alert_config() 350 alert |= devcnt << TA_DEVCNT_SHIFT; in get_temp_alert_config() 353 alert |= (sdram_io_width - 2) << TA_DEVWDT_SHIFT; in get_temp_alert_config() 355 alert |= 1 << TA_SFEXITEN_SHIFT; in get_temp_alert_config() 356 alert |= 1 << TA_CS0EN_SHIFT; in get_temp_alert_config() 357 alert |= (cs1_used ? 1 : 0) << TA_CS1EN_SHIFT; in get_temp_alert_config() 359 return alert; in get_temp_alert_config() 487 * alert interrupt. Temperature alert can happen when the temperature 536 dev_err(emif->dev, "temperature alert before registers are calculated, not de-rating timings\n"); in handle_temp_alert() [all …]
|
| /linux/Documentation/i2c/ |
| H A D | smbus-protocol.rst | 267 SMBus Alert 270 SMBus Alert was introduced in Revision 1.0 of the specification. 272 The SMBus alert protocol allows several SMBus slave devices to share a 278 * I2C bus drivers which support SMBus alert should call 279 i2c_new_smbus_alert_device() to install SMBus alert support. 281 the optional alert() callback.
|
| /linux/drivers/i2c/busses/ |
| H A D | i2c-stm32f7.c | 291 * struct stm32f7_i2c_alert - SMBus alert specific data 293 * @ara: I2C slave device used to respond to the SMBus Alert with Alert 333 * @alert: SMBus alert specific data 366 struct stm32f7_i2c_alert *alert; member 1537 dev_dbg(dev, "SMBus alert received\n"); in stm32f7_i2c_handle_isr_errs() 1539 i2c_handle_smbus_alert(i2c_dev->alert->ara); in stm32f7_i2c_handle_isr_errs() 2094 struct stm32f7_i2c_alert *alert; in stm32f7_i2c_enable_smbus_alert() local 2099 alert = devm_kzalloc(dev, sizeof(*alert), GFP_KERNEL); in stm32f7_i2c_enable_smbus_alert() 2100 if (!alert) in stm32f7_i2c_enable_smbus_alert() 2103 alert->ara = i2c_new_smbus_alert_device(adap, &alert->setup); in stm32f7_i2c_enable_smbus_alert() [all …]
|
| /linux/include/net/ |
| H A D | tls_prot.h | 27 * TLS Alert protocol: AlertLevel 35 * TLS Alert protocol: AlertDescription
|