Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/ast/
H A Dast_mode.c79 struct ast_device *ast = to_ast_device(dev); in ast_set_gamma_lut()
480 struct ast_device *ast = to_ast_device(ast_plane->base.dev); in ast_plane_vaddr()
547 struct ast_device *ast = to_ast_device(dev); in ast_primary_plane_helper_atomic_update()
590 struct ast_device *ast = to_ast_device(plane->dev); in ast_primary_plane_helper_atomic_enable()
673 struct ast_device *ast = to_ast_device(crtc->dev); in ast_crtc_helper_mode_valid()
686 struct ast_device *ast = to_ast_device(dev); in ast_crtc_helper_mode_set_nofb()
718 struct ast_device *ast = to_ast_device(dev); in ast_crtc_helper_atomic_check()
816 struct ast_device *ast = to_ast_device(dev); in ast_crtc_helper_atomic_flush()
835 struct ast_device *ast = to_ast_device(crtc->dev); in ast_crtc_helper_atomic_enable()
849 struct ast_device *ast = to_ast_device(crtc->dev); in ast_crtc_helper_atomic_disable()
[all …]
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_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_drv.c458 struct ast_device *ast = to_ast_device(dev); in ast_drm_thaw()
H A Dast_drv.h239 static inline struct ast_device *to_ast_device(struct drm_device *dev) in to_ast_device() function