ast_crtc          239 drivers/gpu/drm/ast/ast_drv.h #define to_ast_crtc(x) container_of(x, struct ast_crtc, base)
ast_crtc          672 drivers/gpu/drm/ast/ast_mode.c 	struct ast_crtc *crtc;
ast_crtc          674 drivers/gpu/drm/ast/ast_mode.c 	crtc = kzalloc(sizeof(struct ast_crtc), GFP_KERNEL);
ast_crtc         1159 drivers/gpu/drm/ast/ast_mode.c 	struct ast_crtc *ast_crtc = to_ast_crtc(crtc);
ast_crtc         1229 drivers/gpu/drm/ast/ast_mode.c 	ast_crtc->offset_x = AST_MAX_HWC_WIDTH - width;
ast_crtc         1230 drivers/gpu/drm/ast/ast_mode.c 	ast_crtc->offset_y = AST_MAX_HWC_WIDTH - height;
ast_crtc         1254 drivers/gpu/drm/ast/ast_mode.c 	struct ast_crtc *ast_crtc = to_ast_crtc(crtc);
ast_crtc         1265 drivers/gpu/drm/ast/ast_mode.c 	x_offset = ast_crtc->offset_x;
ast_crtc         1266 drivers/gpu/drm/ast/ast_mode.c 	y_offset = ast_crtc->offset_y;
ast_crtc         1268 drivers/gpu/drm/ast/ast_mode.c 		x_offset = (-x) + ast_crtc->offset_x;
ast_crtc         1273 drivers/gpu/drm/ast/ast_mode.c 		y_offset = (-y) + ast_crtc->offset_y;