Searched refs:exynos_dp (Results 1 - 6 of 6) sorted by relevance

/u-boot/drivers/video/exynos/
H A Dexynos_dp_lowlevel.h11 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_reg
[all...]
H A DMakefile6 obj-$(CONFIG_EXYNOS_DP) += exynos_dp.o exynos_dp_lowlevel.o
H A Dexynos_dp_lowlevel.c21 static void exynos_dp_enable_video_input(struct exynos_dp *dp_regs,
38 void exynos_dp_enable_video_bist(struct exynos_dp *dp_regs, unsigned int enable)
55 void exynos_dp_enable_video_mute(struct exynos_dp *dp_regs, unsigned int enable)
70 static void exynos_dp_init_analog_param(struct exynos_dp *dp_regs)
119 static void exynos_dp_init_interrupt(struct exynos_dp *dp_regs)
146 void exynos_dp_reset(struct exynos_dp *dp_regs)
173 void exynos_dp_enable_sw_func(struct exynos_dp *dp_regs, unsigned int enable)
188 unsigned int exynos_dp_set_analog_power_down(struct exynos_dp *dp_regs,
242 unsigned int exynos_dp_get_pll_lock_status(struct exynos_dp *dp_regs)
254 static void exynos_dp_set_pll_power(struct exynos_dp *dp_reg
[all...]
H A Dexynos_dp.c41 static int exynos_dp_init_dp(struct exynos_dp *regs)
70 static unsigned int exynos_dp_read_edid(struct exynos_dp *regs)
169 static unsigned int exynos_dp_handle_edid(struct exynos_dp *regs,
246 static void exynos_dp_init_training(struct exynos_dp *regs)
258 static unsigned int exynos_dp_link_start(struct exynos_dp *regs,
323 static unsigned int exynos_dp_training_pattern_dis(struct exynos_dp *regs)
340 struct exynos_dp *regs, unsigned char enable)
367 static unsigned int exynos_dp_set_enhanced_mode(struct exynos_dp *regs,
383 static int exynos_dp_read_dpcd_lane_stat(struct exynos_dp *regs,
417 static unsigned int exynos_dp_read_dpcd_adj_req(struct exynos_dp *reg
1078 U_BOOT_DRIVER(exynos_dp) = { variable
[all...]
/u-boot/arch/arm/mach-exynos/include/mach/
H A Ddp_info.h74 struct exynos_dp *regs;
H A Ddp.h13 struct exynos_dp { struct

Completed in 171 milliseconds