Lines Matching defs:base
108 struct drm_connector base;
115 return container_of(connector, struct ast_connector, base);
119 struct drm_device base;
160 return container_of(dev, struct ast_private, base);
224 uint32_t base, uint8_t index,
227 ast_io_write16(ast, base, ((u16)val << 8) | index);
231 uint32_t base, uint8_t index,
234 uint32_t base, uint8_t index);
236 uint32_t base, uint8_t index, uint8_t mask);
287 struct drm_crtc_state base;
295 #define to_ast_crtc_state(state) container_of(state, struct ast_crtc_state, base)