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

/linux-master/drivers/hwmon/
H A Dhp-wmi-sensors.c1876 bool has_events = false; local
1896 has_events = true;
1901 has_events = true;
1912 has_events = true;
1920 return has_events;
1923 static int make_chip_info(struct hp_wmi_sensors *state, bool has_events) argument
1940 if (has_events && state->has_intrusion)
1976 if (!has_events || (type != hwmon_temp && type != hwmon_fan))
2015 bool has_events; local
2037 has_events
[all...]
/linux-master/arch/x86/include/asm/
H A Dkvm_host.h1817 bool (*has_events)(struct kvm_vcpu *vcpu); member in struct:kvm_x86_nested_ops
/linux-master/arch/x86/kvm/
H A Dx86.c10477 kvm_x86_ops.nested_ops->has_events &&
10478 kvm_x86_ops.nested_ops->has_events(vcpu))
13090 kvm_x86_ops.nested_ops->has_events &&
13091 kvm_x86_ops.nested_ops->has_events(vcpu))
/linux-master/arch/x86/kvm/vmx/
H A Dnested.c7135 .has_events = vmx_has_nested_events,

Completed in 165 milliseconds