Lines Matching refs:ast_device

53 static inline void ast_load_palette_index(struct ast_device *ast,  in ast_load_palette_index()
67 static void ast_crtc_set_gamma_linear(struct ast_device *ast, in ast_crtc_set_gamma_linear()
86 static void ast_crtc_set_gamma(struct ast_device *ast, in ast_crtc_set_gamma()
234 static void ast_set_vbios_color_reg(struct ast_device *ast, in ast_set_vbios_color_reg()
265 static void ast_set_vbios_mode_reg(struct ast_device *ast, in ast_set_vbios_mode_reg()
289 static void ast_set_std_reg(struct ast_device *ast, in ast_set_std_reg()
337 static void ast_set_crtc_reg(struct ast_device *ast, in ast_set_crtc_reg()
452 static void ast_set_offset_reg(struct ast_device *ast, in ast_set_offset_reg()
462 static void ast_set_dclk_reg(struct ast_device *ast, in ast_set_dclk_reg()
480 static void ast_set_color_reg(struct ast_device *ast, in ast_set_color_reg()
509 static void ast_set_crtthd_reg(struct ast_device *ast) in ast_set_crtthd_reg()
527 static void ast_set_sync_reg(struct ast_device *ast, in ast_set_sync_reg()
542 static void ast_set_start_address_crt1(struct ast_device *ast, in ast_set_start_address_crt1()
554 static void ast_wait_for_vretrace(struct ast_device *ast) in ast_wait_for_vretrace()
643 struct ast_device *ast = to_ast_device(dev); in ast_primary_plane_helper_atomic_update()
681 struct ast_device *ast = to_ast_device(plane->dev); in ast_primary_plane_helper_atomic_enable()
734 static int ast_primary_plane_init(struct ast_device *ast) in ast_primary_plane_init()
827 static void ast_set_cursor_base(struct ast_device *ast, u64 address) in ast_set_cursor_base()
838 static void ast_set_cursor_location(struct ast_device *ast, u16 x, u16 y, in ast_set_cursor_location()
854 static void ast_set_cursor_enabled(struct ast_device *ast, bool enabled) in ast_set_cursor_enabled()
903 struct ast_device *ast = to_ast_device(plane->dev); in ast_cursor_plane_helper_atomic_update()
958 struct ast_device *ast = to_ast_device(plane->dev); in ast_cursor_plane_helper_atomic_disable()
977 static int ast_cursor_plane_init(struct ast_device *ast) in ast_cursor_plane_init()
1023 struct ast_device *ast = to_ast_device(crtc->dev); in ast_crtc_helper_mode_valid()
1095 struct ast_device *ast = to_ast_device(dev); in ast_crtc_helper_mode_set_nofb()
1176 struct ast_device *ast = to_ast_device(dev); in ast_crtc_helper_atomic_flush()
1195 struct ast_device *ast = to_ast_device(crtc->dev); in ast_crtc_helper_atomic_enable()
1204 struct ast_device *ast = to_ast_device(crtc->dev); in ast_crtc_helper_atomic_disable()
1292 struct ast_device *ast = to_ast_device(dev); in ast_crtc_init()
1316 struct ast_device *ast = to_ast_device(state->dev); in ast_mode_config_helper_atomic_commit_tail()
1337 struct ast_device *ast = to_ast_device(dev); in ast_mode_config_mode_valid()
1358 int ast_mode_config_init(struct ast_device *ast) in ast_mode_config_init()