Lines Matching defs:props
148 * @props: enumeration lists with property values
164 const struct drm_prop_enum_list *props,
178 props[i].type,
179 props[i].name);
195 * @props: enumeration lists with property bitflags
196 * @num_props: size of the @props array
212 const struct drm_prop_enum_list *props,
226 if (!(supported_bits & (1ULL << props[i].type)))
230 props[i].type,
231 props[i].name);