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()639 struct ast_crtc *ast_crtc = to_ast_crtc(crtc); in ast_crtc_gamma_set()1168 struct ast_crtc *ast_crtc = to_ast_crtc(crtc); in ast_cursor_set()1249 struct ast_crtc *ast_crtc = to_ast_crtc(crtc); in ast_cursor_move()
272 #define to_ast_crtc(x) container_of(x, struct ast_crtc, base) macro