Searched refs:alert (Results 1 – 6 of 6) sorted by relevance
35 struct work_struct alert; member61 if (client->driver->alert) in smbus_do_alert()62 client->driver->alert(client, data->flag); in smbus_do_alert()79 struct i2c_smbus_alert *alert; in smbus_alert() local83 alert = container_of(work, struct i2c_smbus_alert, alert); in smbus_alert()84 ara = alert->ara; in smbus_alert()120 if (!alert->alert_edge_triggered) in smbus_alert()121 enable_irq(alert->irq); in smbus_alert()126 struct i2c_smbus_alert *alert = d; in smbalert_irq() local129 if (!alert->alert_edge_triggered) in smbalert_irq()[all …]
82 the SMBus alert protocol.
10 This includes alert interrupts generation and also the TSHUT35 This includes alert interrupts generation and also the TSHUT47 This includes alert interrupts generation and also the TSHUT
605 u32 alert = 0, interval, devcnt; in get_temp_alert_config() local615 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()
1539 .alert = lm90_alert,
609 * hardware bug alert! This needless set of jumps