Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/platform/x86/dell/
Ddell-pc.c140 static int thermal_get_supported_modes(int *supported_bits) in thermal_get_supported_modes() argument
149 *supported_bits = 0; in thermal_get_supported_modes()
154 *supported_bits = FIELD_GET(DELL_THERMAL_SUPPORTED, buffer.output[1]); in thermal_get_supported_modes()
/linux-6.12.1/tools/testing/selftests/kvm/x86_64/
Dvmx_msrs_test.c93 uint64_t supported_bits = FEAT_CTL_LOCKED | in ia32_feature_control_msr_test() local
109 for_each_clear_bit(bit, &supported_bits, 64) { in ia32_feature_control_msr_test()
/linux-6.12.1/drivers/gpu/drm/
Ddrm_property.c214 uint64_t supported_bits) in drm_property_create_bitmask() argument
218 int num_values = hweight64(supported_bits); in drm_property_create_bitmask()
226 if (!(supported_bits & (1ULL << props[i].type))) in drm_property_create_bitmask()
/linux-6.12.1/include/drm/
Ddrm_property.h261 uint64_t supported_bits);