Searched refs:intrusion (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/hwmon/
H A Dhp-wmi-sensors.c387 * @has_intrusion: whether an intrusion sensor is present
388 * @intrusion: intrusion flag
396 bool intrusion; member in struct:hp_wmi_sensors
1451 *out_val = state->intrusion ? 1 : 0;
1504 state->intrusion = false;
1656 state->intrusion = true;
1857 * In addition to fan events, temperature (CPU/chassis) and intrusion
H A Dadm9240.c431 dev_dbg(data->dev, "chassis intrusion latch cleared\n");
736 HWMON_CHANNEL_INFO(intrusion, HWMON_INTRUSION_ALARM),
H A Dw83795.c593 u8 intrusion; local
666 * Update intrusion and alarms
667 * It is important to read intrusion first, because reading from
671 /* Switch to interrupt status for intrusion if needed */
675 intrusion = w83795_read(client, W83795_REG_ALARM(5)) & (1 << 6);
680 data->alarms[5] |= intrusion;
H A Dw83627ehf.c1685 HWMON_CHANNEL_INFO(intrusion,

Completed in 195 milliseconds