Home
last modified time | relevance | path

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

123456

/linux/arch/arm64/boot/dts/exynos/
A Dexynos5433-tmu.dtsi17 atlas0_alert_0: atlas0-alert-0 {
22 atlas0_alert_1: atlas0-alert-1 {
148 g3d_alert_0: g3d-alert-0 {
153 g3d_alert_1: g3d-alert-1 {
158 g3d_alert_2: g3d-alert-2 {
163 g3d_alert_3: g3d-alert-3 {
168 g3d_alert_4: g3d-alert-4 {
173 g3d_alert_5: g3d-alert-5 {
178 g3d_alert_6: g3d-alert-6 {
267 isp_alert_0: isp-alert-0 {
[all …]
A 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/drivers/i2c/
A Di2c-smbus.c21 struct work_struct alert; member
51 if (driver->alert) { in smbus_do_alert()
86 if (driver->alert) in smbus_do_alert_force()
104 ara = alert->ara; in smbus_alert()
158 alert = container_of(work, struct i2c_smbus_alert, alert); in smbalert_work()
160 smbus_alert(0, alert); in smbalert_work()
174 if (!alert) in smbalert_probe()
186 INIT_WORK(&alert->alert, smbalert_work); in smbalert_probe()
187 alert->ara = ara; in smbalert_probe()
209 cancel_work_sync(&alert->alert); in smbalert_remove()
[all …]
/linux/arch/arm/boot/dts/samsung/
A Dexynos5422-odroidxu3-common.dtsi61 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 …]
A Dexynos5422-odroidhc1.dts36 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 {
A Dexynos5420-trip-points.dtsi11 cpu-alert-0 {
16 cpu-alert-1 {
21 cpu-alert-2 {
A Dexynos4-cpu-thermal.dtsi17 cpu_alert0: cpu-alert-0 {
22 cpu_alert1: cpu-alert-1 {
27 cpu_alert2: cpu-alert-2 {
A Dexynos5420-arndale-octa.dts78 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/
A Dalert.c41 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()
/linux/Documentation/devicetree/bindings/power/supply/
A Dmaxim,max17040.yaml31 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>;
A Dmicrochip,ucs1002.yaml26 - const: alert
28 - const: alert
49 interrupt-names = "a_det", "alert";
A Dbattery.yaml113 - description: alert when ambient temperature is lower than this value
114 - description: alert when ambient temperature is higher than this value
116 alert-celsius:
119 - description: alert when battery temperature is lower than this value
120 - description: alert when battery temperature is higher than this value
172 alert-celsius = <0 40>;
/linux/Documentation/hwmon/
A Dina3221.rst35 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
A Dsht3x.rst62 reading exceeds the configured limits, the alert attribute is set to 1 and
63 the alert pin on the sensor is set to high.
65 values, the alert bit is set to 0 and the alert pin on the sensor is set to
A Dtmp108.rst21 The Texas Instruments TMP108 implements one temperature sensor. An alert pin
23 hysteresis value. (This driver does not support interrupts for the alert pin,
/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
A Dsmu7_thermal.c374 uint32_t alert; in smu7_thermal_enable_alert() local
376 alert = PHM_READ_VFPF_INDIRECT_FIELD(hwmgr->device, CGS_IND_REG__SMC, in smu7_thermal_enable_alert()
378 alert &= ~(SMU7_THERMAL_HIGH_ALERT_MASK | SMU7_THERMAL_LOW_ALERT_MASK); in smu7_thermal_enable_alert()
380 CG_THERMAL_INT, THERM_INT_MASK, alert); in smu7_thermal_enable_alert()
392 uint32_t alert; in smu7_thermal_disable_alert() local
394 alert = PHM_READ_VFPF_INDIRECT_FIELD(hwmgr->device, CGS_IND_REG__SMC, in smu7_thermal_disable_alert()
396 alert |= (SMU7_THERMAL_HIGH_ALERT_MASK | SMU7_THERMAL_LOW_ALERT_MASK); in smu7_thermal_disable_alert()
398 CG_THERMAL_INT, THERM_INT_MASK, alert); in smu7_thermal_disable_alert()
/linux/drivers/regulator/
A Drt6190-regulator.c322 unsigned int alert; in rt6190_irq_handler() local
325 ret = regmap_read(data->regmap, RT6190_REG_ALERT1, &alert); in rt6190_irq_handler()
330 ret = regmap_write(data->regmap, RT6190_REG_ALERT1, alert); in rt6190_irq_handler()
334 data->cached_alert_evt |= alert; in rt6190_irq_handler()
336 if (alert & RT6190_ALERT_OTPEVT) in rt6190_irq_handler()
339 if (alert & RT6190_ALERT_UVPEVT) in rt6190_irq_handler()
342 if (alert & RT6190_ALERT_OVPEVT) in rt6190_irq_handler()
/linux/drivers/thermal/ti-soc-thermal/
A DKconfig9 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/arch/arm/boot/dts/aspeed/
A Daspeed-bmc-ufispace-ncplite.dts50 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";
A Daspeed-bmc-facebook-harma.dts568 "cpu0-err-alert","","",
578 "leakage-detect-alert","","","",
711 "","","","","","","irq-uv-detect-alert","",
713 "irq-hsc-alert","",
714 "cpu0-prochot-alert","",
715 "cpu0-thermtrip-alert","",
718 "pvdd11-ocp-alert","","","","","","","",
/linux/Documentation/devicetree/bindings/hwmon/
A Dadi,adm1177.yaml31 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
A Dmax6697.txt30 - alert-mask
33 If not specified, alert will be enabled for all channels.
62 alert-mask = <0x72>;
A Dti,tmp108.yaml15 alert functions.
27 - description: alert interrupt
A Dti,ina2xx.yaml69 ti,alert-polarity-active-high:
74 the alert polarity to active-high.
99 ti,alert-polarity-active-high;
/linux/arch/arm64/boot/dts/ti/
A Dk3-am62-thermal.dtsi15 main0_alert: main0-alert {
46 main1_alert: main1-alert {

Completed in 31 milliseconds

123456