Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/ast/
H A Dast_dp501.c21 struct ast_device *ast = to_ast_device(dev); in ast_load_dp501_microcode()
109 struct ast_device *ast = to_ast_device(dev); in ast_write_cmd()
131 struct ast_device *ast = to_ast_device(dev); in ast_write_data()
149 struct ast_device *ast = to_ast_device(dev);
188 struct ast_device *ast = to_ast_device(dev); in ast_backup_fw()
207 struct ast_device *ast = to_ast_device(dev); in ast_launch_m68k()
318 struct ast_device *ast = to_ast_device(dev); in ast_dp501_read_edid()
350 struct ast_device *ast = to_ast_device(dev); in ast_init_dvo()
423 struct ast_device *ast = to_ast_device(dev); in ast_init_analog()
450 struct ast_device *ast = to_ast_device(dev); in ast_init_3rdtx()
H A Dast_dp.c23 struct ast_device *ast = to_ast_device(dev); in ast_astdp_read_edid()
137 struct ast_device *ast = to_ast_device(dev); in ast_dp_launch()
165 struct ast_device *ast = to_ast_device(dev); in ast_dp_power_on_off()
181 struct ast_device *ast = to_ast_device(dev); in ast_dp_set_on_off()
204 struct ast_device *ast = to_ast_device(crtc->dev); in ast_dp_set_mode()
H A Dast_i2c.c32 struct ast_device *ast = to_ast_device(i2c->dev); in ast_i2c_setsda()
48 struct ast_device *ast = to_ast_device(i2c->dev); in ast_i2c_setscl()
64 struct ast_device *ast = to_ast_device(i2c->dev); in ast_i2c_getsda()
86 struct ast_device *ast = to_ast_device(i2c->dev); in ast_i2c_getscl()
H A Dast_mode.c644 struct ast_device *ast = to_ast_device(dev); in ast_primary_plane_helper_atomic_update()
1006 struct ast_device *ast = to_ast_device(crtc->dev); in ast_crtc_dpms()
1063 struct ast_device *ast = to_ast_device(crtc->dev); in ast_crtc_helper_mode_valid()
1189 struct ast_device *ast = to_ast_device(dev); in ast_crtc_helper_atomic_flush()
1214 struct ast_device *ast = to_ast_device(dev); in ast_crtc_helper_atomic_enable()
1236 struct ast_device *ast = to_ast_device(dev); in ast_crtc_helper_atomic_disable()
1324 struct ast_device *ast = to_ast_device(dev); in ast_crtc_init()
1350 struct ast_device *ast = to_ast_device(dev); in ast_vga_connector_helper_get_modes()
1456 struct ast_device *ast = to_ast_device(dev); in ast_sil164_connector_helper_get_modes()
1660 struct ast_device *ast = to_ast_device(dev); in ast_astdp_connector_helper_get_modes()
[all …]
H A Dast_main.c40 struct ast_device *ast = to_ast_device(dev); in ast_is_vga_enabled()
50 struct ast_device *ast = to_ast_device(dev); in ast_enable_vga()
310 struct ast_device *ast = to_ast_device(dev); in ast_get_dram_info()
H A Dast_post.c46 struct ast_device *ast = to_ast_device(dev); in ast_set_def_ext_reg()
243 struct ast_device *ast = to_ast_device(dev); in ast_init_dram_reg()
334 struct ast_device *ast = to_ast_device(dev); in ast_post_gpu()
1560 struct ast_device *ast = to_ast_device(dev); in ast_post_chip_2300()
2026 struct ast_device *ast = to_ast_device(dev); in ast_post_chip_2500()
H A Dast_drv.h246 static inline struct ast_device *to_ast_device(struct drm_device *dev) in to_ast_device() function