Lines Matching refs:ast_device

169 struct ast_device {  struct
219 static inline struct ast_device *to_ast_device(struct drm_device *dev) in to_ast_device() argument
221 return container_of(dev, struct ast_device, base); in to_ast_device()
232 static inline unsigned long __ast_gen(struct ast_device *ast) in __ast_gen()
238 static inline bool __ast_gen_is_eq(struct ast_device *ast, unsigned long gen) in __ast_gen_is_eq()
298 static inline u32 ast_read32(struct ast_device *ast, u32 reg) in ast_read32()
303 static inline void ast_write32(struct ast_device *ast, u32 reg, u32 val) in ast_write32()
308 static inline u8 ast_io_read8(struct ast_device *ast, u32 reg) in ast_io_read8()
313 static inline void ast_io_write8(struct ast_device *ast, u32 reg, u8 val) in ast_io_write8()
318 static inline u8 ast_get_index_reg(struct ast_device *ast, u32 base, u8 index) in ast_get_index_reg()
323 static inline u8 ast_get_index_reg_mask(struct ast_device *ast, u32 base, u8 index, in ast_get_index_reg_mask()
329 static inline void ast_set_index_reg(struct ast_device *ast, u32 base, u8 index, u8 val) in ast_set_index_reg()
334 static inline void ast_set_index_reg_mask(struct ast_device *ast, u32 base, u8 index, in ast_set_index_reg_mask()
394 int ast_mode_config_init(struct ast_device *ast);
453 int ast_mm_init(struct ast_device *ast);
457 u32 ast_mindwm(struct ast_device *ast, u32 r);
458 void ast_moutdwm(struct ast_device *ast, u32 r, u32 v);
461 int ast_vga_output_init(struct ast_device *ast);
462 int ast_sil164_output_init(struct ast_device *ast);
467 int ast_dp501_output_init(struct ast_device *ast);
470 int ast_dp_launch(struct ast_device *ast);
471 int ast_astdp_output_init(struct ast_device *ast);