Home
last modified time | relevance | path

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

/drivers/platform/x86/dell/
A Ddell-pc.c143 static int thermal_get_supported_modes(int *supported_bits) in thermal_get_supported_modes() argument
152 *supported_bits = FIELD_GET(DELL_THERMAL_SUPPORTED, buffer.output[1]); in thermal_get_supported_modes()
/drivers/gpu/drm/
A 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()

Completed in 6 milliseconds