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_dp.c226 struct ast_device *ast = to_ast_device(crtc->dev); in ast_dp_set_mode()
330 struct ast_device *ast = to_ast_device(encoder->dev); in ast_astdp_encoder_helper_atomic_enable()
345 struct ast_device *ast = to_ast_device(encoder->dev); in ast_astdp_encoder_helper_atomic_disable()
367 struct ast_device *ast = to_ast_device(connector->dev); in ast_astdp_connector_helper_get_modes()
395 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_mode.c643 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()
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()
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()
1316 struct ast_device *ast = to_ast_device(state->dev); in ast_mode_config_helper_atomic_commit_tail()
[all …]
H A Dast_drv.c395 struct ast_device *ast = to_ast_device(dev); in ast_drm_thaw()
H A Dast_drv.h214 static inline struct ast_device *to_ast_device(struct drm_device *dev) in to_ast_device() function