Searched defs:drm_encoder (Results 1 – 1 of 1) sorted by relevance
99 struct drm_encoder { struct100 struct drm_device *dev;101 struct list_head head;103 struct drm_mode_object base;104 char *name;143 * before calling drm_encoder_init(). argument155 * must set the bits for all &drm_encoder objects which can clone a argument176 const struct drm_encoder_funcs *funcs; argument177 const struct drm_encoder_helper_funcs *helper_private; argument180 #define obj_to_encoder(x) container_of(x, struct drm_encoder, base) argument