Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dhp-wmi-sensors.c1878 bool has_events = false; in find_event_attributes() local
1898 has_events = true; in find_event_attributes()
1903 has_events = true; in find_event_attributes()
1914 has_events = true; in find_event_attributes()
1922 return has_events; in find_event_attributes()
1925 static int make_chip_info(struct hp_wmi_sensors *state, bool has_events) in make_chip_info() argument
1942 if (has_events && state->has_intrusion) in make_chip_info()
1978 if (!has_events || (type != hwmon_temp && type != hwmon_fan)) in make_chip_info()
2017 bool has_events; in hp_wmi_sensors_init() local
2039 has_events = find_event_attributes(state, pevents, pcount); in hp_wmi_sensors_init()
[all …]
/openbmc/linux/arch/x86/include/asm/
H A Dkvm_host.h1763 bool (*has_events)(struct kvm_vcpu *vcpu, bool for_injection); member
/openbmc/linux/arch/x86/kvm/
H A Dx86.c10258 kvm_x86_ops.nested_ops->has_events && in kvm_check_and_inject_events()
10259 kvm_x86_ops.nested_ops->has_events(vcpu, true)) in kvm_check_and_inject_events()
12886 kvm_x86_ops.nested_ops->has_events && in kvm_vcpu_has_events()
12887 kvm_x86_ops.nested_ops->has_events(vcpu, false)) in kvm_vcpu_has_events()
/openbmc/linux/arch/x86/kvm/vmx/
H A Dnested.c7146 .has_events = vmx_has_nested_events,