Lines Matching full:enumeration
144 * drm_property_create_enum - create a new enumeration property type
148 * @props: enumeration lists with property values
156 * Userspace is only allowed to set one of the predefined values for enumeration
195 * @props: enumeration lists with property bitflags
197 * @supported_bits: bitmask of all supported enumeration values
204 * Compared to plain enumeration properties userspace is allowed to set any
377 * drm_property_add_enum - add a possible value to an enumeration property
378 * @property: enumeration property to change
379 * @value: value of the new enumeration
380 * @name: symbolic name of the new enumeration
439 * enumeration values.