Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/hwmon/
Dhp-wmi-sensors.c1781 bool has_events = false; in find_event_attributes() local
1801 has_events = true; in find_event_attributes()
1806 has_events = true; in find_event_attributes()
1817 has_events = true; in find_event_attributes()
1825 return has_events; in find_event_attributes()
1828 static int make_chip_info(struct hp_wmi_sensors *state, bool has_events) in make_chip_info() argument
1845 if (has_events && state->has_intrusion) in make_chip_info()
1881 if (!has_events || (type != hwmon_temp && type != hwmon_fan)) in make_chip_info()
1920 bool has_events; in hp_wmi_sensors_init() local
1942 has_events = find_event_attributes(state, pevents, pcount); in hp_wmi_sensors_init()
[all …]
/Linux-v6.6/arch/x86/include/asm/
Dkvm_host.h1759 bool (*has_events)(struct kvm_vcpu *vcpu); member
/Linux-v6.6/arch/x86/kvm/
Dx86.c10240 kvm_x86_ops.nested_ops->has_events && in kvm_check_and_inject_events()
10241 kvm_x86_ops.nested_ops->has_events(vcpu)) in kvm_check_and_inject_events()
12869 kvm_x86_ops.nested_ops->has_events && in kvm_vcpu_has_events()
12870 kvm_x86_ops.nested_ops->has_events(vcpu)) in kvm_vcpu_has_events()
/Linux-v6.6/arch/x86/kvm/vmx/
Dnested.c7093 .has_events = vmx_has_nested_events,