Searched refs:ast_device (Results 1 - 9 of 9) sorted by path

/linux-master/drivers/gpu/drm/ast/
H A Dast_ddc.c34 struct ast_device *ast;
43 struct ast_device *ast = ddc->ast;
59 struct ast_device *ast = ddc->ast;
75 struct ast_device *ast = ddc->ast;
89 struct ast_device *ast = ddc->ast;
97 struct ast_device *ast = ddc->ast;
119 struct ast_device *ast = ddc->ast;
145 struct i2c_adapter *ast_ddc_create(struct ast_device *ast)
H A Dast_ddc.h6 struct ast_device;
9 struct i2c_adapter *ast_ddc_create(struct ast_device *ast);
H A Dast_dp.c10 bool ast_astdp_is_connected(struct ast_device *ast)
23 struct ast_device *ast = to_ast_device(dev);
137 struct ast_device *ast = to_ast_device(dev);
165 struct ast_device *ast = to_ast_device(dev);
181 struct ast_device *ast = to_ast_device(dev);
204 struct ast_device *ast = to_ast_device(crtc->dev);
H A Dast_dp501.c13 struct ast_device *ast = data;
21 struct ast_device *ast = to_ast_device(dev);
31 static void send_ack(struct ast_device *ast)
39 static void send_nack(struct ast_device *ast)
47 static bool wait_ack(struct ast_device *ast)
63 static bool wait_nack(struct ast_device *ast)
79 static void set_cmd_trigger(struct ast_device *ast)
84 static void clear_cmd_trigger(struct ast_device *ast)
90 static bool wait_fw_ready(struct ast_device *ast)
109 struct ast_device *as
[all...]
H A Dast_drv.h168 struct ast_device { struct
222 static inline struct ast_device *to_ast_device(struct drm_device *dev)
224 return container_of(dev, struct ast_device, base);
235 static inline unsigned long __ast_gen(struct ast_device *ast)
241 static inline bool __ast_gen_is_eq(struct ast_device *ast, unsigned long gen)
301 static inline u32 ast_read32(struct ast_device *ast, u32 reg)
306 static inline void ast_write32(struct ast_device *ast, u32 reg, u32 val)
311 static inline u8 ast_io_read8(struct ast_device *ast, u32 reg)
316 static inline void ast_io_write8(struct ast_device *ast, u32 reg, u8 val)
321 static inline u8 ast_get_index_reg(struct ast_device *as
[all...]
H A Dast_main.c39 static void ast_detect_widescreen(struct ast_device *ast)
69 static void ast_detect_tx_chip(struct ast_device *ast, bool need_post)
137 struct ast_device *ast = to_ast_device(dev);
263 struct ast_device *ast;
266 ast = devm_drm_dev_alloc(&pdev->dev, drv, struct ast_device, base);
H A Dast_mm.c36 static u32 ast_get_vram_size(struct ast_device *ast)
74 int ast_mm_init(struct ast_device *ast)
H A Dast_mode.c56 static inline void ast_load_palette_index(struct ast_device *ast,
70 static void ast_crtc_set_gamma_linear(struct ast_device *ast,
89 static void ast_crtc_set_gamma(struct ast_device *ast,
237 static void ast_set_vbios_color_reg(struct ast_device *ast,
268 static void ast_set_vbios_mode_reg(struct ast_device *ast,
292 static void ast_set_std_reg(struct ast_device *ast,
340 static void ast_set_crtc_reg(struct ast_device *ast,
455 static void ast_set_offset_reg(struct ast_device *ast,
465 static void ast_set_dclk_reg(struct ast_device *ast,
483 static void ast_set_color_reg(struct ast_device *as
[all...]
H A Dast_post.c46 struct ast_device *ast = to_ast_device(dev);
108 u32 ast_mindwm(struct ast_device *ast, u32 r)
113 void ast_moutdwm(struct ast_device *ast, u32 r, u32 v)
146 static u32 mmctestburst2_ast2150(struct ast_device *ast, u32 datagen)
176 static u32 mmctestsingle2_ast2150(struct ast_device *ast, u32 datagen)
196 static int cbrtest_ast2150(struct ast_device *ast)
206 static int cbrscan_ast2150(struct ast_device *ast, int busw)
223 static void cbrdlli_ast2150(struct ast_device *ast, int busw)
257 struct ast_device *ast = to_ast_device(dev);
348 struct ast_device *as
[all...]

Completed in 184 milliseconds