Home
last modified time | relevance | path

Searched refs:to_ast_device (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/gpu/drm/ast/
H A Dast_dp.c321 struct ast_device *ast = to_ast_device(dev); in ast_astdp_encoder_helper_atomic_mode_set()
364 struct ast_device *ast = to_ast_device(encoder->dev); in ast_astdp_encoder_helper_atomic_enable()
379 struct ast_device *ast = to_ast_device(encoder->dev); in ast_astdp_encoder_helper_atomic_disable()
422 struct ast_device *ast = to_ast_device(connector->dev); in ast_astdp_connector_helper_get_modes()
450 struct ast_device *ast = to_ast_device(connector->dev); in ast_astdp_connector_helper_detect_ctx()
H A Dast_mode.c516 struct ast_device *ast = to_ast_device(dev); in ast_primary_plane_helper_atomic_update()
553 struct ast_device *ast = to_ast_device(plane->dev); in ast_primary_plane_helper_atomic_enable()
638 struct ast_device *ast = to_ast_device(crtc->dev); in ast_crtc_helper_mode_valid()
651 struct ast_device *ast = to_ast_device(dev); in ast_crtc_helper_mode_set_nofb()
683 struct ast_device *ast = to_ast_device(dev); in ast_crtc_helper_atomic_check()
781 struct ast_device *ast = to_ast_device(dev); in ast_crtc_helper_atomic_flush()
800 struct ast_device *ast = to_ast_device(crtc->dev); in ast_crtc_helper_atomic_enable()
809 struct ast_device *ast = to_ast_device(crtc->dev); in ast_crtc_helper_atomic_disable()
921 struct ast_device *ast = to_ast_device(state->dev); in ast_mode_config_helper_atomic_commit_tail()
942 struct ast_device *ast = to_ast_device(dev); in ast_mode_config_mode_valid()
H A Dast_dp501.c152 struct ast_device *ast = to_ast_device(dev);
482 struct ast_device *ast = to_ast_device(encoder->dev); in ast_dp501_encoder_helper_atomic_enable()
490 struct ast_device *ast = to_ast_device(encoder->dev); in ast_dp501_encoder_helper_atomic_disable()
510 struct ast_device *ast = to_ast_device(connector->dev); in ast_dp501_connector_helper_get_modes()
538 struct ast_device *ast = to_ast_device(connector->dev); in ast_dp501_connector_helper_detect_ctx()
H A Dast_cursor.c177 struct ast_device *ast = to_ast_device(plane->dev); in ast_cursor_plane_helper_atomic_update()
252 struct ast_device *ast = to_ast_device(plane->dev); in ast_cursor_plane_helper_atomic_disable()
H A Dast_drv.c395 struct ast_device *ast = to_ast_device(dev); in ast_drm_thaw()
H A Dast_drv.h222 static inline struct ast_device *to_ast_device(struct drm_device *dev) in to_ast_device() function