Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dhp-wmi-sensors.c1884 bool has_events = false; in find_event_attributes() local
1904 has_events = true; in find_event_attributes()
1909 has_events = true; in find_event_attributes()
1920 has_events = true; in find_event_attributes()
1928 return has_events; in find_event_attributes()
1931 static int make_chip_info(struct hp_wmi_sensors *state, bool has_events) in make_chip_info() argument
1948 if (has_events && state->has_intrusion) in make_chip_info()
1984 if (!has_events || (type != hwmon_temp && type != hwmon_fan)) in make_chip_info()
2023 bool has_events; in hp_wmi_sensors_init() local
2045 has_events = find_event_attributes(state, pevents, pcount); in hp_wmi_sensors_init()
[all …]