Searched refs:exynos_dp (Results 1 – 6 of 6) sorted by relevance
/u-boot/drivers/video/exynos/ |
A 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); 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); 51 void exynos_dp_reset_macro(struct exynos_dp *dp_regs); 70 int exynos_dp_init_video(struct exynos_dp *dp_regs); 78 struct exynos_dp *dp_regs); [all …]
|
A D | exynos_dp_lowlevel.c | 21 static void exynos_dp_enable_video_input(struct exynos_dp *dp_regs, in exynos_dp_enable_video_input() 146 void exynos_dp_reset(struct exynos_dp *dp_regs) in exynos_dp_reset() 268 int exynos_dp_init_analog_func(struct exynos_dp *dp_regs) in exynos_dp_init_analog_func() 319 void exynos_dp_init_hpd(struct exynos_dp *dp_regs) in exynos_dp_init_hpd() 349 void exynos_dp_init_aux(struct exynos_dp *dp_regs) in exynos_dp_init_aux() 376 void exynos_dp_config_interrupt(struct exynos_dp *dp_regs) in exynos_dp_config_interrupt() 687 int exynos_dp_select_i2c_device(struct exynos_dp *dp_regs, in exynos_dp_select_i2c_device() 832 void exynos_dp_reset_macro(struct exynos_dp *dp_regs) in exynos_dp_reset_macro() 993 int exynos_dp_init_video(struct exynos_dp *dp_regs) in exynos_dp_init_video() 1063 int exynos_dp_config_video_bist(struct exynos_dp *dp_regs, in exynos_dp_config_video_bist() [all …]
|
A D | exynos_dp.c | 42 static int exynos_dp_init_dp(struct exynos_dp *regs) in exynos_dp_init_dp() 71 static unsigned int exynos_dp_read_edid(struct exynos_dp *regs) in exynos_dp_read_edid() 247 static void exynos_dp_init_training(struct exynos_dp *regs) in exynos_dp_init_training() 259 static unsigned int exynos_dp_link_start(struct exynos_dp *regs, in exynos_dp_link_start() 341 struct exynos_dp *regs, unsigned char enable) in exynos_dp_enable_rx_to_enhanced_mode() 461 static int exynos_dp_reduce_link_rate(struct exynos_dp *regs, in exynos_dp_reduce_link_rate() 597 struct exynos_dp *regs, struct exynos_dp_priv *priv) in exynos_dp_process_equalizer_training() 770 static void exynos_dp_enable_scramble(struct exynos_dp *regs, in exynos_dp_enable_scramble() 893 priv->regs = (struct exynos_dp *)addr; in exynos_dp_of_to_plat() 1020 struct exynos_dp *regs = priv->regs; in exynos_dp_enable() [all …]
|
A D | Makefile | 6 obj-$(CONFIG_EXYNOS_DP) += exynos_dp.o exynos_dp_lowlevel.o
|
/u-boot/arch/arm/mach-exynos/include/mach/ |
A D | dp_info.h | 74 struct exynos_dp *regs;
|
A D | dp.h | 13 struct exynos_dp { struct
|
Completed in 13 milliseconds