Lines Matching defs:hdmi

138 static void dw_hdmi_writel(struct dw_hdmi *hdmi, u8 val, int offset)  in dw_hdmi_writel()
143 static u8 dw_hdmi_readl(struct dw_hdmi *hdmi, int offset) in dw_hdmi_readl()
148 static void dw_hdmi_writeb(struct dw_hdmi *hdmi, u8 val, int offset) in dw_hdmi_writeb()
153 static u8 dw_hdmi_readb(struct dw_hdmi *hdmi, int offset) in dw_hdmi_readb()
158 static inline void hdmi_writeb(struct dw_hdmi *hdmi, u8 val, int offset) in hdmi_writeb()
163 static inline u8 hdmi_readb(struct dw_hdmi *hdmi, int offset) in hdmi_readb()
168 static void hdmi_modb(struct dw_hdmi *hdmi, u8 data, u8 mask, unsigned reg) in hdmi_modb()
176 static void hdmi_mask_writeb(struct dw_hdmi *hdmi, u8 data, unsigned int reg, in hdmi_mask_writeb()
182 static void hdmi_set_cts_n(struct dw_hdmi *hdmi, unsigned int cts, in hdmi_set_cts_n()
337 static void hdmi_set_clk_regenerator(struct dw_hdmi *hdmi, in hdmi_set_clk_regenerator()
360 static void hdmi_init_clk_regenerator(struct dw_hdmi *hdmi) in hdmi_init_clk_regenerator()
367 static void hdmi_clk_regenerator_update_pixel_clock(struct dw_hdmi *hdmi) in hdmi_clk_regenerator_update_pixel_clock()
381 static void hdmi_video_sample(struct dw_hdmi *hdmi) in hdmi_video_sample()
437 static int is_color_space_conversion(struct dw_hdmi *hdmi) in is_color_space_conversion()
442 static int is_color_space_decimation(struct dw_hdmi *hdmi) in is_color_space_decimation()
452 static int is_color_space_interpolation(struct dw_hdmi *hdmi) in is_color_space_interpolation()
462 static void dw_hdmi_update_csc_coeffs(struct dw_hdmi *hdmi) in dw_hdmi_update_csc_coeffs()
503 static void hdmi_video_csc(struct dw_hdmi *hdmi) in hdmi_video_csc()
539 static void hdmi_video_packetize(struct dw_hdmi *hdmi) in hdmi_video_packetize()
636 static inline void hdmi_phy_test_clear(struct dw_hdmi *hdmi, in hdmi_phy_test_clear()
643 static inline void hdmi_phy_test_enable(struct dw_hdmi *hdmi, in hdmi_phy_test_enable()
650 static inline void hdmi_phy_test_clock(struct dw_hdmi *hdmi, in hdmi_phy_test_clock()
657 static inline void hdmi_phy_test_din(struct dw_hdmi *hdmi, in hdmi_phy_test_din()
663 static inline void hdmi_phy_test_dout(struct dw_hdmi *hdmi, in hdmi_phy_test_dout()
669 static bool hdmi_phy_wait_i2c_done(struct dw_hdmi *hdmi, int msec) in hdmi_phy_wait_i2c_done()
683 static void __hdmi_phy_i2c_write(struct dw_hdmi *hdmi, unsigned short data, in __hdmi_phy_i2c_write()
697 static int hdmi_phy_i2c_write(struct dw_hdmi *hdmi, unsigned short data, in hdmi_phy_i2c_write()
704 static void dw_hdmi_phy_enable_power(struct dw_hdmi *hdmi, u8 enable) in dw_hdmi_phy_enable_power()
711 static void dw_hdmi_phy_enable_tmds(struct dw_hdmi *hdmi, u8 enable) in dw_hdmi_phy_enable_tmds()
718 static void dw_hdmi_phy_enable_spare(struct dw_hdmi *hdmi, u8 enable) in dw_hdmi_phy_enable_spare()
725 static void dw_hdmi_phy_gen2_pddq(struct dw_hdmi *hdmi, u8 enable) in dw_hdmi_phy_gen2_pddq()
732 static void dw_hdmi_phy_gen2_txpwron(struct dw_hdmi *hdmi, u8 enable) in dw_hdmi_phy_gen2_txpwron()
739 static void dw_hdmi_phy_sel_data_en_pol(struct dw_hdmi *hdmi, u8 enable) in dw_hdmi_phy_sel_data_en_pol()
746 static void dw_hdmi_phy_sel_interface_control(struct dw_hdmi *hdmi, u8 enable) in dw_hdmi_phy_sel_interface_control()
753 static int hdmi_phy_configure(struct dw_hdmi *hdmi, unsigned char prep, in hdmi_phy_configure()
879 static int dw_hdmi_phy_init(struct dw_hdmi *hdmi) in dw_hdmi_phy_init()
905 static void hdmi_tx_hdcp_config(struct dw_hdmi *hdmi) in hdmi_tx_hdcp_config()
924 static void hdmi_config_AVI(struct dw_hdmi *hdmi) in hdmi_config_AVI()
1018 static void hdmi_av_composer(struct dw_hdmi *hdmi, in hdmi_av_composer()
1102 static void dw_hdmi_phy_disable(struct dw_hdmi *hdmi) in dw_hdmi_phy_disable()
1114 static void dw_hdmi_enable_video_path(struct dw_hdmi *hdmi) in dw_hdmi_enable_video_path()
1143 static void hdmi_enable_audio_clk(struct dw_hdmi *hdmi) in hdmi_enable_audio_clk()
1149 static void dw_hdmi_clear_overflow(struct dw_hdmi *hdmi) in dw_hdmi_clear_overflow()
1167 static void hdmi_enable_overflow_interrupts(struct dw_hdmi *hdmi) in hdmi_enable_overflow_interrupts()
1173 static void hdmi_disable_overflow_interrupts(struct dw_hdmi *hdmi) in hdmi_disable_overflow_interrupts()
1179 static int dw_hdmi_setup(struct dw_hdmi *hdmi, struct drm_display_mode *mode) in dw_hdmi_setup()
1265 static int dw_hdmi_fb_registered(struct dw_hdmi *hdmi) in dw_hdmi_fb_registered()
1283 static void initialize_hdmi_ih_mutes(struct dw_hdmi *hdmi) in initialize_hdmi_ih_mutes()
1335 static void dw_hdmi_poweron(struct dw_hdmi *hdmi) in dw_hdmi_poweron()
1340 static void dw_hdmi_poweroff(struct dw_hdmi *hdmi) in dw_hdmi_poweroff()
1349 struct dw_hdmi *hdmi = bridge->driver_private; in dw_hdmi_bridge_mode_set() local
1366 struct dw_hdmi *hdmi = bridge->driver_private; in dw_hdmi_bridge_disable() local
1373 struct dw_hdmi *hdmi = bridge->driver_private; in dw_hdmi_bridge_enable() local
1386 struct dw_hdmi *hdmi = container_of(connector, struct dw_hdmi, in dw_hdmi_connector_detect() local
1395 struct dw_hdmi *hdmi = container_of(connector, struct dw_hdmi, in dw_hdmi_connector_get_modes() local
1422 struct dw_hdmi *hdmi = container_of(connector, in dw_hdmi_connector_mode_valid() local
1435 struct dw_hdmi *hdmi = container_of(connector, struct dw_hdmi, in dw_hdmi_connector_best_encoder() local
1471 struct dw_hdmi *hdmi = dev_id; in dw_hdmi_hardirq() local
1483 struct dw_hdmi *hdmi = dev_id; in dw_hdmi_irq() local
1515 static int dw_hdmi_register(struct drm_device *drm, struct dw_hdmi *hdmi) in dw_hdmi_register()
1559 struct dw_hdmi *hdmi; in dw_hdmi_bind() local
1692 struct dw_hdmi *hdmi = dev_get_drvdata(dev); in dw_hdmi_unbind() local