Searched refs:ast_crtc (Results 1 – 2 of 2) sorted by relevance
672 struct ast_crtc *crtc; in ast_crtc_init()674 crtc = kzalloc(sizeof(struct ast_crtc), GFP_KERNEL); in ast_crtc_init()1159 struct ast_crtc *ast_crtc = to_ast_crtc(crtc); in ast_cursor_set() local1229 ast_crtc->offset_x = AST_MAX_HWC_WIDTH - width; in ast_cursor_set()1230 ast_crtc->offset_y = AST_MAX_HWC_WIDTH - height; in ast_cursor_set()1254 struct ast_crtc *ast_crtc = to_ast_crtc(crtc); in ast_cursor_move() local1265 x_offset = ast_crtc->offset_x; in ast_cursor_move()1266 y_offset = ast_crtc->offset_y; in ast_cursor_move()1268 x_offset = (-x) + ast_crtc->offset_x; in ast_cursor_move()1273 y_offset = (-y) + ast_crtc->offset_y; in ast_cursor_move()
230 struct ast_crtc { struct239 #define to_ast_crtc(x) container_of(x, struct ast_crtc, base) argument