HomeSort by relevance Sort by last modified time
    Searched refs:dw_hdmi (Results 1 - 9 of 9) sorted by null

  /external/u-boot/drivers/video/sunxi/
Makefile 7 obj-$(CONFIG_VIDEO_DE2) += sunxi_de2.o sunxi_dw_hdmi.o simplefb_common.o lcdc.o ../dw_hdmi.o sunxi_lcd.o
sunxi_dw_hdmi.c 11 #include <dw_hdmi.h>
18 struct dw_hdmi hdmi;
277 static int sunxi_dw_hdmi_phy_cfg(struct dw_hdmi *hdmi, uint mpixelclock)
  /external/u-boot/drivers/video/rockchip/
rk_hdmi.h 21 struct dw_hdmi hdmi;
rk3399_hdmi.c 10 #include <dw_hdmi.h>
40 struct dw_hdmi *hdmi = &priv->hdmi;
rk_hdmi.c 12 #include <dw_hdmi.h>
84 struct dw_hdmi *hdmi = &priv->hdmi;
109 struct dw_hdmi *hdmi = &priv->hdmi;
rk3288_hdmi.c 10 #include <dw_hdmi.h>
42 struct dw_hdmi *hdmi = &priv->hdmi;
  /external/u-boot/drivers/video/
dw_hdmi.c 11 #include "dw_hdmi.h"
55 static void hdmi_write(struct dw_hdmi *hdmi, u8 val, int offset)
70 static u8 hdmi_read(struct dw_hdmi *hdmi, int offset)
85 static void hdmi_mod(struct dw_hdmi *hdmi, unsigned reg, u8 mask, u8 data)
93 static void hdmi_set_clock_regenerator(struct dw_hdmi *hdmi, u32 n, u32 cts)
136 static void hdmi_audio_set_samplerate(struct dw_hdmi *hdmi, u32 pixel_clk)
159 static void hdmi_video_sample(struct dw_hdmi *hdmi)
183 static void hdmi_video_packetize(struct dw_hdmi *hdmi)
229 static inline void hdmi_phy_test_clear(struct dw_hdmi *hdmi, uint bit)
235 static int hdmi_phy_wait_i2c_done(struct dw_hdmi *hdmi, u32 msec
    [all...]
Makefile 52 obj-$(CONFIG_VIDEO_DW_HDMI) += dw_hdmi.o
  /external/u-boot/include/
dw_hdmi.h 466 struct dw_hdmi { struct
474 int (*phy_set)(struct dw_hdmi *hdmi, uint mpixelclock);
477 int dw_hdmi_phy_cfg(struct dw_hdmi *hdmi, uint mpixelclock);
478 int dw_hdmi_phy_wait_for_hpd(struct dw_hdmi *hdmi);
479 void dw_hdmi_phy_init(struct dw_hdmi *hdmi);
481 int dw_hdmi_enable(struct dw_hdmi *hdmi, const struct display_timing *edid);
482 int dw_hdmi_read_edid(struct dw_hdmi *hdmi, u8 *buf, int buf_size);
483 void dw_hdmi_init(struct dw_hdmi *hdmi);

Completed in 391 milliseconds