Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/i2c/
Di2c-smbus.c30 struct work_struct alert; member
58 if (driver->alert) in smbus_do_alert()
59 driver->alert(client, data->flag); in smbus_do_alert()
76 struct i2c_smbus_alert *alert; in smbus_alert() local
80 alert = container_of(work, struct i2c_smbus_alert, alert); in smbus_alert()
81 ara = alert->ara; in smbus_alert()
117 if (!alert->alert_edge_triggered) in smbus_alert()
118 enable_irq(alert->irq); in smbus_alert()
123 struct i2c_smbus_alert *alert = d; in smbalert_irq() local
126 if (!alert->alert_edge_triggered) in smbalert_irq()
[all …]
DKconfig92 the SMBus alert protocol.
/linux-4.1.27/arch/arm/boot/dts/
Dexynos5420-trip-points.dtsi15 cpu-alert-0 {
20 cpu-alert-1 {
25 cpu-alert-2 {
Dexynos4-cpu-thermal.dtsi21 cpu_alert0: cpu-alert-0 {
26 cpu_alert1: cpu-alert-1 {
31 cpu_alert2: cpu-alert-2 {
Dexynos4210.dtsi179 cpu_alert0: cpu-alert-0 {
182 cpu_alert1: cpu-alert-1 {
185 cpu_alert2: cpu-alert-2 {
Dexynos5440-trip-points.dtsi15 cpu-alert-0 {
Dtegra30-colibri.dtsi69 /* Thermal alert, need to be disabled */
Domap4.dtsi680 hw-caps-temp-alert;
692 hw-caps-temp-alert;
Domap5.dtsi835 hw-caps-temp-alert;
847 hw-caps-temp-alert;
/linux-4.1.27/drivers/thermal/ti-soc-thermal/
DKconfig10 This includes alert interrupts generation and also the TSHUT
35 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
/linux-4.1.27/Documentation/devicetree/bindings/i2c/
Dmax6697.txt30 - alert-mask
33 If not specified, alert will be enabled for all channels.
62 alert-mask = <0x72>;
/linux-4.1.27/Documentation/hwmon/
Dibmpowernv33 fanX_min Threshold RPM for alert generation.
37 tempX_max Threshold ambient temperature for alert generation.
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.
Dlm6354 Note that the pin used for fan monitoring is shared with an alert out
59 for fan monitoring and alert out. On the LM64, monitoring is always enabled;
Dasc762197 Limit and status registers for all measured values are included to alert
Dlm85125 fan speeds. They use this monitoring capability to alert the system to out
/linux-4.1.27/arch/s390/kernel/
Dperf_cpum_sf.c1459 unsigned int alert, unsigned long unused) in cpumf_measurement_alert() argument
1463 if (!(alert & CPU_MF_INT_SF_MASK)) in cpumf_measurement_alert()
1477 if (alert & CPU_MF_INT_SF_PRA) { in cpumf_measurement_alert()
1485 if (alert != CPU_MF_INT_SF_PRA) in cpumf_measurement_alert()
1486 debug_sprintf_event(sfdbg, 6, "measurement alert: 0x%x\n", alert); in cpumf_measurement_alert()
1489 if (alert & CPU_MF_INT_SF_SACA) in cpumf_measurement_alert()
1493 if (alert & CPU_MF_INT_SF_LSDA) { in cpumf_measurement_alert()
1500 if (alert & (CPU_MF_INT_SF_IAE|CPU_MF_INT_SF_ISE)) { in cpumf_measurement_alert()
1502 alert); in cpumf_measurement_alert()
Dperf_cpum_cf.c225 unsigned int alert, unsigned long unused) in cpumf_measurement_alert() argument
229 if (!(alert & CPU_MF_INT_CF_MASK)) in cpumf_measurement_alert()
241 if (alert & CPU_MF_INT_CF_CACA) in cpumf_measurement_alert()
245 if (alert & CPU_MF_INT_CF_LCDA) in cpumf_measurement_alert()
/linux-4.1.27/Documentation/power/
Dpower_supply_class.txt142 CAPACITY_ALERT_MIN - minimum capacity alert value in percents.
143 CAPACITY_ALERT_MAX - maximum capacity alert value in percents.
148 TEMP_ALERT_MIN - minimum battery temperature alert.
149 TEMP_ALERT_MAX - maximum battery temperature alert.
151 TEMP_AMBIENT_ALERT_MIN - minimum ambient temperature alert.
152 TEMP_AMBIENT_ALERT_MAX - maximum ambient temperature alert.
/linux-4.1.27/Documentation/devicetree/bindings/memory-controllers/ti/
Demif.txt41 - hw-caps-temp-alert : Have this property if the controller
54 hw-caps-temp-alert;
/linux-4.1.27/include/uapi/linux/
Dnet_dropmon.h42 struct net_dm_alert_msg alert; member
/linux-4.1.27/Documentation/i2c/busses/
Di2c-parport-light21 This must be passed if you want SMBus alert support, assuming your adapter
Di2c-parport32 SMBus alert support is available on adapters which have this line properly
/linux-4.1.27/Documentation/i2c/
Dsmbus-protocol229 The SMBus alert protocol allows several SMBus slave devices to share a
234 * I2C bus drivers which support SMBus alert should call
235 i2c_setup_smbus_alert() to setup SMBus alert support.
237 the optional alert() callback.
/linux-4.1.27/drivers/memory/
Demif.c605 u32 alert = 0, interval, devcnt; in get_temp_alert_config() local
615 alert |= (interval << TA_REFINTERVAL_SHIFT); in get_temp_alert_config()
624 alert |= devcnt << TA_DEVCNT_SHIFT; in get_temp_alert_config()
627 alert |= (sdram_io_width - 2) << TA_DEVWDT_SHIFT; in get_temp_alert_config()
629 alert |= 1 << TA_SFEXITEN_SHIFT; in get_temp_alert_config()
630 alert |= 1 << TA_CS0EN_SHIFT; in get_temp_alert_config()
631 alert |= (cs1_used ? 1 : 0) << TA_CS1EN_SHIFT; in get_temp_alert_config()
633 return alert; in get_temp_alert_config()
/linux-4.1.27/Documentation/watchdog/
Dwdt.txt21 The third interface logs kernel messages on additional alert events.
/linux-4.1.27/net/netfilter/
Dnf_conntrack_h323_main.c999 Alerting_UUIE *alert) in process_alerting() argument
1006 if (alert->options & eAlerting_UUIE_h245Address) { in process_alerting()
1008 &alert->h245Address); in process_alerting()
1013 if (alert->options & eAlerting_UUIE_fastStart) { in process_alerting()
1014 for (i = 0; i < alert->fastStart.count; i++) { in process_alerting()
1017 &alert->fastStart.item[i]); in process_alerting()
/linux-4.1.27/include/linux/
Di2c.h181 void (*alert)(struct i2c_client *, unsigned int data); member
Dnetdevice.h3890 netif_level(alert, priv, type, dev, fmt, ##args)
/linux-4.1.27/Documentation/devicetree/bindings/thermal/
Dthermal.txt341 cpu_alert: cpu-alert {
368 gpu_alert: gpu-alert {
395 dsp_alert: dsp-alert {
/linux-4.1.27/Documentation/devicetree/bindings/regulator/
Dmax8997-regulator.txt39 - Second interrupt specifier is for 'alert' interrupt.
Ds5m8767-regulator.txt42 - Second interrupt specifier is for 'alert' interrupt.
/linux-4.1.27/Documentation/scheduler/
Dsched-nice-design.txt17 alert!):
/linux-4.1.27/Documentation/s390/
Dcds.txt277 by an alert status notification. In any case this status is not related to the
373 secondary status without error (alert status) is presented, this indicates
/linux-4.1.27/Documentation/powerpc/
Deeh-pci-error-recovery.txt108 syslogd (/var/log/messages) to alert the sysadmin of PCI resets.
/linux-4.1.27/drivers/hwmon/
Dlm90.c1659 .alert = lm90_alert,
/linux-4.1.27/drivers/char/ipmi/
Dipmi_ssif.c1958 .alert = ssif_alert,
/linux-4.1.27/Documentation/development-process/
D4.Coding395 interface. It will also alert developers of out-of-tree code that there is
/linux-4.1.27/Documentation/isdn/
DINTERFACE428 With this command, the HL-driver is told to alert a proceeding call.