Lines Matching defs:funcs
92 * @funcs: control functions, can be NULL for simple managed encoders
185 const struct drm_encoder_funcs *funcs;
194 const struct drm_encoder_funcs *funcs,
200 const struct drm_encoder_funcs *funcs,
206 const struct drm_encoder_funcs *funcs,
215 * @funcs: callbacks for this encoder (optional)
228 #define drmm_encoder_alloc(dev, type, member, funcs, encoder_type, name, ...) \
230 offsetof(type, member), funcs, \
236 * @funcs: callbacks for this encoder (optional)
246 #define drmm_plain_encoder_alloc(dev, funcs, encoder_type, name, ...) \
249 0, funcs, encoder_type, name, ##__VA_ARGS__))