Lines Matching defs:dp

27 void exynos_dp_enable_video_mute(struct exynos_dp_device *dp, bool enable)  in exynos_dp_enable_video_mute()
42 void exynos_dp_stop_video(struct exynos_dp_device *dp) in exynos_dp_stop_video()
51 void exynos_dp_lane_swap(struct exynos_dp_device *dp, bool enable) in exynos_dp_lane_swap()
65 void exynos_dp_init_analog_param(struct exynos_dp_device *dp) in exynos_dp_init_analog_param()
87 void exynos_dp_init_interrupt(struct exynos_dp_device *dp) in exynos_dp_init_interrupt()
107 void exynos_dp_reset(struct exynos_dp_device *dp) in exynos_dp_reset()
152 void exynos_dp_swreset(struct exynos_dp_device *dp) in exynos_dp_swreset()
157 void exynos_dp_config_interrupt(struct exynos_dp_device *dp) in exynos_dp_config_interrupt()
178 enum pll_status exynos_dp_get_pll_lock_status(struct exynos_dp_device *dp) in exynos_dp_get_pll_lock_status()
189 void exynos_dp_set_pll_power_down(struct exynos_dp_device *dp, bool enable) in exynos_dp_set_pll_power_down()
204 void exynos_dp_set_analog_power_down(struct exynos_dp_device *dp, in exynos_dp_set_analog_power_down()
291 void exynos_dp_init_analog_func(struct exynos_dp_device *dp) in exynos_dp_init_analog_func()
326 void exynos_dp_clear_hotplug_interrupts(struct exynos_dp_device *dp) in exynos_dp_clear_hotplug_interrupts()
340 void exynos_dp_init_hpd(struct exynos_dp_device *dp) in exynos_dp_init_hpd()
354 enum dp_irq_type exynos_dp_get_irq_type(struct exynos_dp_device *dp) in exynos_dp_get_irq_type()
381 void exynos_dp_reset_aux(struct exynos_dp_device *dp) in exynos_dp_reset_aux()
391 void exynos_dp_init_aux(struct exynos_dp_device *dp) in exynos_dp_init_aux()
416 int exynos_dp_get_plug_in_status(struct exynos_dp_device *dp) in exynos_dp_get_plug_in_status()
432 void exynos_dp_enable_sw_function(struct exynos_dp_device *dp) in exynos_dp_enable_sw_function()
441 int exynos_dp_start_aux_transaction(struct exynos_dp_device *dp) in exynos_dp_start_aux_transaction()
485 int exynos_dp_write_byte_to_dpcd(struct exynos_dp_device *dp, in exynos_dp_write_byte_to_dpcd()
530 int exynos_dp_read_byte_from_dpcd(struct exynos_dp_device *dp, in exynos_dp_read_byte_from_dpcd()
575 int exynos_dp_write_bytes_to_dpcd(struct exynos_dp_device *dp, in exynos_dp_write_bytes_to_dpcd()
639 int exynos_dp_read_bytes_from_dpcd(struct exynos_dp_device *dp, in exynos_dp_read_bytes_from_dpcd()
705 int exynos_dp_select_i2c_device(struct exynos_dp_device *dp, in exynos_dp_select_i2c_device()
738 int exynos_dp_read_byte_from_i2c(struct exynos_dp_device *dp, in exynos_dp_read_byte_from_i2c()
782 int exynos_dp_read_bytes_from_i2c(struct exynos_dp_device *dp, in exynos_dp_read_bytes_from_i2c()
855 void exynos_dp_set_link_bandwidth(struct exynos_dp_device *dp, u32 bwtype) in exynos_dp_set_link_bandwidth()
864 void exynos_dp_get_link_bandwidth(struct exynos_dp_device *dp, u32 *bwtype) in exynos_dp_get_link_bandwidth()
872 void exynos_dp_set_lane_count(struct exynos_dp_device *dp, u32 count) in exynos_dp_set_lane_count()
880 void exynos_dp_get_lane_count(struct exynos_dp_device *dp, u32 *count) in exynos_dp_get_lane_count()
888 void exynos_dp_enable_enhanced_mode(struct exynos_dp_device *dp, bool enable) in exynos_dp_enable_enhanced_mode()
903 void exynos_dp_set_training_pattern(struct exynos_dp_device *dp, in exynos_dp_set_training_pattern()
936 void exynos_dp_set_lane0_pre_emphasis(struct exynos_dp_device *dp, u32 level) in exynos_dp_set_lane0_pre_emphasis()
946 void exynos_dp_set_lane1_pre_emphasis(struct exynos_dp_device *dp, u32 level) in exynos_dp_set_lane1_pre_emphasis()
956 void exynos_dp_set_lane2_pre_emphasis(struct exynos_dp_device *dp, u32 level) in exynos_dp_set_lane2_pre_emphasis()
966 void exynos_dp_set_lane3_pre_emphasis(struct exynos_dp_device *dp, u32 level) in exynos_dp_set_lane3_pre_emphasis()
976 void exynos_dp_set_lane0_link_training(struct exynos_dp_device *dp, in exynos_dp_set_lane0_link_training()
985 void exynos_dp_set_lane1_link_training(struct exynos_dp_device *dp, in exynos_dp_set_lane1_link_training()
994 void exynos_dp_set_lane2_link_training(struct exynos_dp_device *dp, in exynos_dp_set_lane2_link_training()
1003 void exynos_dp_set_lane3_link_training(struct exynos_dp_device *dp, in exynos_dp_set_lane3_link_training()
1012 u32 exynos_dp_get_lane0_link_training(struct exynos_dp_device *dp) in exynos_dp_get_lane0_link_training()
1020 u32 exynos_dp_get_lane1_link_training(struct exynos_dp_device *dp) in exynos_dp_get_lane1_link_training()
1028 u32 exynos_dp_get_lane2_link_training(struct exynos_dp_device *dp) in exynos_dp_get_lane2_link_training()
1036 u32 exynos_dp_get_lane3_link_training(struct exynos_dp_device *dp) in exynos_dp_get_lane3_link_training()
1044 void exynos_dp_reset_macro(struct exynos_dp_device *dp) in exynos_dp_reset_macro()
1059 void exynos_dp_init_video(struct exynos_dp_device *dp) in exynos_dp_init_video()
1079 void exynos_dp_set_video_color_format(struct exynos_dp_device *dp) in exynos_dp_set_video_color_format()
1099 int exynos_dp_is_slave_video_stream_clock_on(struct exynos_dp_device *dp) in exynos_dp_is_slave_video_stream_clock_on()
1127 void exynos_dp_set_video_cr_mn(struct exynos_dp_device *dp, in exynos_dp_set_video_cr_mn()
1162 void exynos_dp_set_video_timing_mode(struct exynos_dp_device *dp, u32 type) in exynos_dp_set_video_timing_mode()
1177 void exynos_dp_enable_video_master(struct exynos_dp_device *dp, bool enable) in exynos_dp_enable_video_master()
1194 void exynos_dp_start_video(struct exynos_dp_device *dp) in exynos_dp_start_video()
1203 int exynos_dp_is_video_stream_on(struct exynos_dp_device *dp) in exynos_dp_is_video_stream_on()
1219 void exynos_dp_config_video_slave_mode(struct exynos_dp_device *dp) in exynos_dp_config_video_slave_mode()
1247 void exynos_dp_enable_scrambling(struct exynos_dp_device *dp) in exynos_dp_enable_scrambling()
1256 void exynos_dp_disable_scrambling(struct exynos_dp_device *dp) in exynos_dp_disable_scrambling()