Searched defs:drm_encoder (Results 1 – 2 of 2) sorted by relevance
101 struct drm_encoder { struct102 struct drm_device *dev;103 struct list_head head;105 struct drm_mode_object base;106 char *name;156 * using drm_encoder_index() as the index into the bitfield. The driver argument157 * must set the bits for all &drm_encoder objects which can clone a argument183 const struct drm_encoder_funcs *funcs; argument184 const struct drm_encoder_helper_funcs *helper_private; argument187 #define obj_to_encoder(x) container_of(x, struct drm_encoder, base) argument
115 void drm_i2c_encoder_destroy(struct drm_encoder *drm_encoder) in drm_i2c_encoder_destroy()