Searched refs:to_ast_device (Results 1 – 7 of 7) sorted by relevance
21 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()
23 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()
32 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()
644 struct ast_device *ast = to_ast_device(dev); in ast_primary_plane_helper_atomic_update()682 struct ast_device *ast = to_ast_device(plane->dev); in ast_primary_plane_helper_atomic_enable()698 struct ast_device *ast = to_ast_device(plane->dev); in ast_primary_plane_helper_atomic_disable()887 struct ast_device *ast = to_ast_device(plane->dev); in ast_cursor_plane_helper_atomic_update()942 struct ast_device *ast = to_ast_device(plane->dev); in ast_cursor_plane_helper_atomic_disable()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()[all …]
40 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()
46 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()
246 static inline struct ast_device *to_ast_device(struct drm_device *dev) in to_ast_device() function