• Home
  • Raw
  • Download

Lines Matching defs:hdmi

55 static void hdmi_write(struct dw_hdmi *hdmi, u8 val, int offset)  in hdmi_write()
70 static u8 hdmi_read(struct dw_hdmi *hdmi, int offset) in hdmi_read()
85 static void hdmi_mod(struct dw_hdmi *hdmi, unsigned reg, u8 mask, u8 data) in hdmi_mod()
93 static void hdmi_set_clock_regenerator(struct dw_hdmi *hdmi, u32 n, u32 cts) in hdmi_set_clock_regenerator()
136 static void hdmi_audio_set_samplerate(struct dw_hdmi *hdmi, u32 pixel_clk) in hdmi_audio_set_samplerate()
159 static void hdmi_video_sample(struct dw_hdmi *hdmi) in hdmi_video_sample()
183 static void hdmi_video_packetize(struct dw_hdmi *hdmi) in hdmi_video_packetize()
229 static inline void hdmi_phy_test_clear(struct dw_hdmi *hdmi, uint bit) in hdmi_phy_test_clear()
235 static int hdmi_phy_wait_i2c_done(struct dw_hdmi *hdmi, u32 msec) in hdmi_phy_wait_i2c_done()
254 static void hdmi_phy_i2c_write(struct dw_hdmi *hdmi, uint data, uint addr) in hdmi_phy_i2c_write()
266 static void hdmi_phy_enable_power(struct dw_hdmi *hdmi, uint enable) in hdmi_phy_enable_power()
272 static void hdmi_phy_enable_tmds(struct dw_hdmi *hdmi, uint enable) in hdmi_phy_enable_tmds()
278 static void hdmi_phy_enable_spare(struct dw_hdmi *hdmi, uint enable) in hdmi_phy_enable_spare()
284 static void hdmi_phy_gen2_pddq(struct dw_hdmi *hdmi, uint enable) in hdmi_phy_gen2_pddq()
290 static void hdmi_phy_gen2_txpwron(struct dw_hdmi *hdmi, uint enable) in hdmi_phy_gen2_txpwron()
297 static void hdmi_phy_sel_data_en_pol(struct dw_hdmi *hdmi, uint enable) in hdmi_phy_sel_data_en_pol()
304 static void hdmi_phy_sel_interface_control(struct dw_hdmi *hdmi, in hdmi_phy_sel_interface_control()
311 static int hdmi_phy_configure(struct dw_hdmi *hdmi, u32 mpixelclock) in hdmi_phy_configure()
388 static void hdmi_av_composer(struct dw_hdmi *hdmi, in hdmi_av_composer()
457 static void hdmi_enable_video_path(struct dw_hdmi *hdmi, bool audio) in hdmi_enable_video_path()
489 static void hdmi_clear_overflow(struct dw_hdmi *hdmi) in hdmi_clear_overflow()
502 static void hdmi_audio_set_format(struct dw_hdmi *hdmi) in hdmi_audio_set_format()
514 static void hdmi_audio_fifo_reset(struct dw_hdmi *hdmi) in hdmi_audio_fifo_reset()
523 static int hdmi_get_plug_in_status(struct dw_hdmi *hdmi) in hdmi_get_plug_in_status()
530 static int hdmi_ddc_wait_i2c_done(struct dw_hdmi *hdmi, int msec) in hdmi_ddc_wait_i2c_done()
549 static void hdmi_ddc_reset(struct dw_hdmi *hdmi) in hdmi_ddc_reset()
554 static int hdmi_read_edid(struct dw_hdmi *hdmi, int block, u8 *buff) in hdmi_read_edid()
635 int dw_hdmi_phy_cfg(struct dw_hdmi *hdmi, uint mpixelclock) in dw_hdmi_phy_cfg()
656 int dw_hdmi_phy_wait_for_hpd(struct dw_hdmi *hdmi) in dw_hdmi_phy_wait_for_hpd()
670 void dw_hdmi_phy_init(struct dw_hdmi *hdmi) in dw_hdmi_phy_init()
688 int dw_hdmi_read_edid(struct dw_hdmi *hdmi, u8 *buf, int buf_size) in dw_hdmi_read_edid()
712 int dw_hdmi_enable(struct dw_hdmi *hdmi, const struct display_timing *edid) in dw_hdmi_enable()
742 void dw_hdmi_init(struct dw_hdmi *hdmi) in dw_hdmi_init()