/linux-4.4.14/drivers/i2c/ |
D | i2c-smbus.c | 30 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 …]
|
D | Kconfig | 92 the SMBus alert protocol.
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | exynos5420-trip-points.dtsi | 15 cpu-alert-0 { 20 cpu-alert-1 { 25 cpu-alert-2 {
|
D | exynos4-cpu-thermal.dtsi | 21 cpu_alert0: cpu-alert-0 { 26 cpu_alert1: cpu-alert-1 { 31 cpu_alert2: cpu-alert-2 {
|
D | exynos5422-cpu-thermal.dtsi | 22 cpu_alert0: cpu-alert-0 { 27 cpu_alert1: cpu-alert-1 { 32 cpu_alert2: cpu-alert-2 {
|
D | exynos4210.dtsi | 169 cpu_alert0: cpu-alert-0 { 172 cpu_alert1: cpu-alert-1 { 175 cpu_alert2: cpu-alert-2 {
|
D | exynos5440-trip-points.dtsi | 15 cpu-alert-0 {
|
D | omap4.dtsi | 683 hw-caps-temp-alert; 695 hw-caps-temp-alert;
|
D | omap5.dtsi | 838 hw-caps-temp-alert; 850 hw-caps-temp-alert;
|
/linux-4.4.14/drivers/thermal/ti-soc-thermal/ |
D | Kconfig | 8 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-4.4.14/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>;
|
/linux-4.4.14/Documentation/hwmon/ |
D | ibmpowernv | 33 fanX_min Threshold RPM for alert generation. 37 tempX_max Threshold ambient temperature for alert generation.
|
D | lm90 | 158 * 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.
|
D | lm63 | 54 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;
|
D | asc7621 | 97 Limit and status registers for all measured values are included to alert
|
D | lm85 | 125 fan speeds. They use this monitoring capability to alert the system to out
|
/linux-4.4.14/arch/s390/kernel/ |
D | perf_cpum_sf.c | 1458 unsigned int alert, unsigned long unused) in cpumf_measurement_alert() argument 1462 if (!(alert & CPU_MF_INT_SF_MASK)) in cpumf_measurement_alert() 1476 if (alert & CPU_MF_INT_SF_PRA) { in cpumf_measurement_alert() 1484 if (alert != CPU_MF_INT_SF_PRA) in cpumf_measurement_alert() 1485 debug_sprintf_event(sfdbg, 6, "measurement alert: 0x%x\n", alert); in cpumf_measurement_alert() 1488 if (alert & CPU_MF_INT_SF_SACA) in cpumf_measurement_alert() 1492 if (alert & CPU_MF_INT_SF_LSDA) { in cpumf_measurement_alert() 1499 if (alert & (CPU_MF_INT_SF_IAE|CPU_MF_INT_SF_ISE)) { in cpumf_measurement_alert() 1501 alert); in cpumf_measurement_alert()
|
D | perf_cpum_cf.c | 231 unsigned int alert, unsigned long unused) in cpumf_measurement_alert() argument 235 if (!(alert & CPU_MF_INT_CF_MASK)) in cpumf_measurement_alert() 247 if (alert & CPU_MF_INT_CF_CACA) in cpumf_measurement_alert() 251 if (alert & CPU_MF_INT_CF_LCDA) in cpumf_measurement_alert()
|
/linux-4.4.14/Documentation/power/ |
D | power_supply_class.txt | 142 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.4.14/Documentation/devicetree/bindings/memory-controllers/ti/ |
D | emif.txt | 42 - hw-caps-temp-alert : Have this property if the controller 55 hw-caps-temp-alert;
|
/linux-4.4.14/include/uapi/linux/ |
D | net_dropmon.h | 42 struct net_dm_alert_msg alert; member
|
/linux-4.4.14/Documentation/i2c/busses/ |
D | i2c-parport-light | 21 This must be passed if you want SMBus alert support, assuming your adapter
|
D | i2c-parport | 33 SMBus alert support is available on adapters which have this line properly
|
/linux-4.4.14/Documentation/devicetree/bindings/thermal/ |
D | qcom-spmi-temp-alarm.txt | 44 alert {
|
D | thermal.txt | 349 cpu_alert: cpu-alert { 376 gpu_alert: gpu-alert { 403 dsp_alert: dsp-alert {
|
/linux-4.4.14/Documentation/i2c/ |
D | smbus-protocol | 229 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.4.14/drivers/memory/ |
D | emif.c | 605 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.4.14/Documentation/watchdog/ |
D | wdt.txt | 21 The third interface logs kernel messages on additional alert events.
|
/linux-4.4.14/net/netfilter/ |
D | nf_conntrack_h323_main.c | 999 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.4.14/include/linux/ |
D | i2c.h | 184 void (*alert)(struct i2c_client *, unsigned int data); member
|
D | netdevice.h | 3998 netif_level(alert, priv, type, dev, fmt, ##args)
|
/linux-4.4.14/Documentation/devicetree/bindings/regulator/ |
D | max8997-regulator.txt | 39 - Second interrupt specifier is for 'alert' interrupt.
|
D | s5m8767-regulator.txt | 42 - Second interrupt specifier is for 'alert' interrupt.
|
/linux-4.4.14/Documentation/scheduler/ |
D | sched-nice-design.txt | 17 alert!):
|
/linux-4.4.14/Documentation/s390/ |
D | cds.txt | 277 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.4.14/Documentation/powerpc/ |
D | eeh-pci-error-recovery.txt | 108 syslogd (/var/log/messages) to alert the sysadmin of PCI resets.
|
/linux-4.4.14/drivers/hwmon/ |
D | lm90.c | 1659 .alert = lm90_alert,
|
/linux-4.4.14/drivers/char/ipmi/ |
D | ipmi_ssif.c | 1967 .alert = ssif_alert,
|
/linux-4.4.14/Documentation/development-process/ |
D | 4.Coding | 395 interface. It will also alert developers of out-of-tree code that there is
|
/linux-4.4.14/Documentation/isdn/ |
D | INTERFACE | 428 With this command, the HL-driver is told to alert a proceeding call.
|