Searched refs:has_events (Results 1 – 1 of 1) sorted by relevance
1884 bool has_events = false; in find_event_attributes() local1904 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() argument1948 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() local2045 has_events = find_event_attributes(state, pevents, pcount); in hp_wmi_sensors_init()[all …]