Lines Matching refs:name
8 * that the name of the copyright holders not be used in advertising or
91 * @name: human readable name, can be overwritten by the driver
103 char *name;
195 int encoder_type, const char *name, ...);
201 int encoder_type, const char *name, ...);
208 const char *name, ...);
214 * @member: the name of the &drm_encoder within @type
217 * @name: printf style format string for the encoder name, or NULL for default name
228 #define drmm_encoder_alloc(dev, type, member, funcs, encoder_type, name, ...) \
231 encoder_type, name, ##__VA_ARGS__))
238 * @name: printf style format string for the encoder name, or NULL for default name
246 #define drmm_plain_encoder_alloc(dev, funcs, encoder_type, name, ...) \
249 0, funcs, encoder_type, name, ##__VA_ARGS__))