Lines Matching defs:ast
18 struct ast_device *ast = data; in ast_release_firmware() local
24 static int ast_load_dp501_microcode(struct ast_device *ast) in ast_load_dp501_microcode()
36 static void send_ack(struct ast_device *ast) in send_ack()
44 static void send_nack(struct ast_device *ast) in send_nack()
52 static bool wait_ack(struct ast_device *ast) in wait_ack()
68 static bool wait_nack(struct ast_device *ast) in wait_nack()
84 static void set_cmd_trigger(struct ast_device *ast) in set_cmd_trigger()
89 static void clear_cmd_trigger(struct ast_device *ast) in clear_cmd_trigger()
112 static bool ast_write_cmd(struct ast_device *ast, u8 data) in ast_write_cmd()
134 static bool ast_write_data(struct ast_device *ast, u8 data) in ast_write_data()
176 static void ast_set_dp501_video_output(struct ast_device *ast, u8 mode) in ast_set_dp501_video_output()
184 static u32 get_fw_base(struct ast_device *ast) in get_fw_base()
189 bool ast_backup_fw(struct ast_device *ast, u8 *addr, u32 size) in ast_backup_fw()
207 static bool ast_launch_m68k(struct ast_device *ast) in ast_launch_m68k()
276 static bool ast_dp501_is_connected(struct ast_device *ast) in ast_dp501_is_connected()
319 struct ast_device *ast = data; in ast_dp512_read_edid_block() local
347 static bool ast_init_dvo(struct ast_device *ast) in ast_init_dvo()
419 static void ast_init_analog(struct ast_device *ast) in ast_init_analog()
445 void ast_init_3rdtx(struct ast_device *ast) in ast_init_3rdtx()
482 struct ast_device *ast = to_ast_device(encoder->dev); in ast_dp501_encoder_helper_atomic_enable() local
490 struct ast_device *ast = to_ast_device(encoder->dev); in ast_dp501_encoder_helper_atomic_disable() local
510 struct ast_device *ast = to_ast_device(connector->dev); in ast_dp501_connector_helper_get_modes() local
538 struct ast_device *ast = to_ast_device(connector->dev); in ast_dp501_connector_helper_detect_ctx() local
568 int ast_dp501_output_init(struct ast_device *ast) in ast_dp501_output_init()