Searched refs:exynos_dp (Results 1 – 6 of 6) sorted by relevance
/external/u-boot/drivers/video/exynos/ |
D | exynos_dp_lowlevel.h | 11 void exynos_dp_enable_video_bist(struct exynos_dp *dp_regs, 13 void exynos_dp_enable_video_mute(struct exynos_dp *dp_regs, 15 void exynos_dp_reset(struct exynos_dp *dp_regs); 16 void exynos_dp_enable_sw_func(struct exynos_dp *dp_regs, unsigned int enable); 17 unsigned int exynos_dp_set_analog_power_down(struct exynos_dp *dp_regs, 19 unsigned int exynos_dp_get_pll_lock_status(struct exynos_dp *dp_regs); 20 int exynos_dp_init_analog_func(struct exynos_dp *dp_regs); 21 void exynos_dp_init_hpd(struct exynos_dp *dp_regs); 22 void exynos_dp_init_aux(struct exynos_dp *dp_regs); 23 void exynos_dp_config_interrupt(struct exynos_dp *dp_regs); [all …]
|
D | exynos_dp_lowlevel.c | 19 static void exynos_dp_enable_video_input(struct exynos_dp *dp_regs, in exynos_dp_enable_video_input() 36 void exynos_dp_enable_video_bist(struct exynos_dp *dp_regs, unsigned int enable) in exynos_dp_enable_video_bist() 53 void exynos_dp_enable_video_mute(struct exynos_dp *dp_regs, unsigned int enable) in exynos_dp_enable_video_mute() 68 static void exynos_dp_init_analog_param(struct exynos_dp *dp_regs) in exynos_dp_init_analog_param() 117 static void exynos_dp_init_interrupt(struct exynos_dp *dp_regs) in exynos_dp_init_interrupt() 144 void exynos_dp_reset(struct exynos_dp *dp_regs) in exynos_dp_reset() 171 void exynos_dp_enable_sw_func(struct exynos_dp *dp_regs, unsigned int enable) in exynos_dp_enable_sw_func() 186 unsigned int exynos_dp_set_analog_power_down(struct exynos_dp *dp_regs, in exynos_dp_set_analog_power_down() 240 unsigned int exynos_dp_get_pll_lock_status(struct exynos_dp *dp_regs) in exynos_dp_get_pll_lock_status() 252 static void exynos_dp_set_pll_power(struct exynos_dp *dp_regs, in exynos_dp_set_pll_power() [all …]
|
D | exynos_dp.c | 39 static int exynos_dp_init_dp(struct exynos_dp *regs) in exynos_dp_init_dp() 68 static unsigned int exynos_dp_read_edid(struct exynos_dp *regs) in exynos_dp_read_edid() 167 static unsigned int exynos_dp_handle_edid(struct exynos_dp *regs, in exynos_dp_handle_edid() 244 static void exynos_dp_init_training(struct exynos_dp *regs) in exynos_dp_init_training() 256 static unsigned int exynos_dp_link_start(struct exynos_dp *regs, in exynos_dp_link_start() 321 static unsigned int exynos_dp_training_pattern_dis(struct exynos_dp *regs) in exynos_dp_training_pattern_dis() 338 struct exynos_dp *regs, unsigned char enable) in exynos_dp_enable_rx_to_enhanced_mode() 365 static unsigned int exynos_dp_set_enhanced_mode(struct exynos_dp *regs, in exynos_dp_set_enhanced_mode() 381 static int exynos_dp_read_dpcd_lane_stat(struct exynos_dp *regs, in exynos_dp_read_dpcd_lane_stat() 415 static unsigned int exynos_dp_read_dpcd_adj_req(struct exynos_dp *regs, in exynos_dp_read_dpcd_adj_req() [all …]
|
D | Makefile | 6 obj-$(CONFIG_EXYNOS_DP) += exynos_dp.o exynos_dp_lowlevel.o
|
/external/u-boot/arch/arm/mach-exynos/include/mach/ |
D | dp_info.h | 74 struct exynos_dp *regs;
|
D | dp.h | 13 struct exynos_dp { struct
|