Lines Matching refs:drm_device
7 int ast_load_dp501_microcode(struct drm_device *dev) in ast_load_dp501_microcode()
95 static bool ast_write_cmd(struct drm_device *dev, u8 data) in ast_write_cmd()
117 static bool ast_write_data(struct drm_device *dev, u8 data) in ast_write_data()
135 static bool ast_read_data(struct drm_device *dev, u8 *data)
161 void ast_set_dp501_video_output(struct drm_device *dev, u8 mode) in ast_set_dp501_video_output()
174 bool ast_backup_fw(struct drm_device *dev, u8 *addr, u32 size) in ast_backup_fw()
190 bool ast_launch_m68k(struct drm_device *dev) in ast_launch_m68k()
253 u8 ast_get_dp501_max_clk(struct drm_device *dev) in ast_get_dp501_max_clk()
281 bool ast_dp501_read_edid(struct drm_device *dev, u8 *ediddata) in ast_dp501_read_edid()
310 static bool ast_init_dvo(struct drm_device *dev) in ast_init_dvo()
383 static void ast_init_analog(struct drm_device *dev) in ast_init_analog()
410 void ast_init_3rdtx(struct drm_device *dev) in ast_init_3rdtx()