Searched refs:to_ast_crtc (Results 1 – 3 of 3) sorted by relevance
263 struct ast_crtc *ast_crtc = to_ast_crtc(crtc); in ast_fb_gamma_set()272 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()630 struct ast_crtc *ast_crtc = to_ast_crtc(crtc); in ast_crtc_gamma_set()1129 struct ast_crtc *ast_crtc = to_ast_crtc(crtc); in ast_cursor_set()1210 struct ast_crtc *ast_crtc = to_ast_crtc(crtc); in ast_cursor_move()
271 #define to_ast_crtc(x) container_of(x, struct ast_crtc, base) macro