Lines Matching defs:props
147 * @props: enumeration lists with property values
163 const struct drm_prop_enum_list *props,
177 props[i].type,
178 props[i].name);
194 * @props: enumeration lists with property bitflags
195 * @num_props: size of the @props array
211 const struct drm_prop_enum_list *props,
225 if (!(supported_bits & (1ULL << props[i].type)))
229 props[i].type,
230 props[i].name);