Searched refs:supported_bits (Results 1 – 2 of 2) sorted by relevance
1354 uint64_t supported_bits);
3766 uint64_t supported_bits) in drm_property_create_bitmask() argument3770 int num_values = hweight64(supported_bits); in drm_property_create_bitmask()3778 if (!(supported_bits & (1ULL << props[i].type))) in drm_property_create_bitmask()