Searched refs:to_ast_crtc (Results 1 – 3 of 3) sorted by relevance
267 struct ast_crtc *ast_crtc = to_ast_crtc(crtc); in ast_fb_gamma_set()276 struct ast_crtc *ast_crtc = to_ast_crtc(crtc); in ast_fb_gamma_get()
66 struct ast_crtc *ast_crtc = to_ast_crtc(crtc); in ast_crtc_load_lut()638 struct ast_crtc *ast_crtc = to_ast_crtc(crtc); in ast_crtc_gamma_set()1143 struct ast_crtc *ast_crtc = to_ast_crtc(crtc); in ast_cursor_set()1224 struct ast_crtc *ast_crtc = to_ast_crtc(crtc); in ast_cursor_move()
267 #define to_ast_crtc(x) container_of(x, struct ast_crtc, base) macro