Lines Matching refs:dw_dp

225 struct dw_dp {  struct
334 static int dw_dp_aux_write_data(struct dw_dp *dp, const u8 *buffer, size_t size) in dw_dp_aux_write_data()
351 static int dw_dp_aux_read_data(struct dw_dp *dp, u8 *buffer, size_t size) in dw_dp_aux_read_data()
374 struct dw_dp *dp = dev_get_priv(aux->dev); in dw_dp_aux_transfer()
439 static bool dw_dp_bandwidth_ok(struct dw_dp *dp, in dw_dp_bandwidth_ok()
453 static void dw_dp_hpd_init(struct dw_dp *dp) in dw_dp_hpd_init()
473 static void dw_dp_aux_init(struct dw_dp *dp) in dw_dp_aux_init()
486 static void dw_dp_init(struct dw_dp *dp) in dw_dp_init()
507 static void dw_dp_phy_set_pattern(struct dw_dp *dp, u32 pattern) in dw_dp_phy_set_pattern()
513 static void dw_dp_phy_xmit_enable(struct dw_dp *dp, u32 lanes) in dw_dp_phy_xmit_enable()
533 static int dw_dp_link_power_up(struct dw_dp *dp) in dw_dp_link_power_up()
557 static int dw_dp_link_probe(struct dw_dp *dp) in dw_dp_link_probe()
592 static int dw_dp_link_train_update_vs_emph(struct dw_dp *dp) in dw_dp_link_train_update_vs_emph()
627 static int dw_dp_link_configure(struct dw_dp *dp) in dw_dp_link_configure()
720 static int dw_dp_link_train_set_pattern(struct dw_dp *dp, u32 pattern) in dw_dp_link_train_set_pattern()
795 static int dw_dp_link_clock_recovery(struct dw_dp *dp) in dw_dp_link_clock_recovery()
842 static int dw_dp_link_channel_equalization(struct dw_dp *dp) in dw_dp_link_channel_equalization()
889 static int dw_dp_link_downgrade(struct dw_dp *dp) in dw_dp_link_downgrade()
915 static int dw_dp_link_train(struct dw_dp *dp) in dw_dp_link_train()
974 static int dw_dp_link_enable(struct dw_dp *dp) in dw_dp_link_enable()
991 static int dw_dp_set_phy_default_config(struct dw_dp *dp) in dw_dp_set_phy_default_config()
1057 static int dw_dp_send_sdp(struct dw_dp *dp, struct dw_dp_sdp *sdp) in dw_dp_send_sdp()
1123 static int dw_dp_send_vsc_sdp(struct dw_dp *dp) in dw_dp_send_vsc_sdp()
1162 static int dw_dp_video_set_pixel_mode(struct dw_dp *dp, u8 pixel_mode) in dw_dp_video_set_pixel_mode()
1179 static int dw_dp_video_set_msa(struct dw_dp *dp, u8 color_format, u8 bpc, in dw_dp_video_set_msa()
1232 static int dw_dp_video_enable(struct dw_dp *dp) in dw_dp_video_enable()
1405 static bool dw_dp_detect(struct dw_dp *dp) in dw_dp_detect()
1421 static struct dw_dp *connector_to_dw_dp(struct rockchip_connector *conn) in connector_to_dw_dp()
1423 struct dw_dp *dp; in connector_to_dw_dp()
1436 struct dw_dp *dp = connector_to_dw_dp(conn); in dw_dp_connector_init()
1465 struct dw_dp *dp = connector_to_dw_dp(conn); in dw_dp_connector_get_edid()
1494 struct dw_dp *dp = connector_to_dw_dp(conn); in dw_dp_connector_prepare()
1512 struct dw_dp *dp = connector_to_dw_dp(conn); in dw_dp_connector_enable()
1548 struct dw_dp *dp = connector_to_dw_dp(conn); in dw_dp_connector_detect()
1573 static int dw_dp_mode_valid(struct dw_dp *dp, struct hdmi_edid_data *edid_data) in dw_dp_mode_valid()
1599 static u32 dw_dp_get_output_bus_fmts(struct dw_dp *dp, struct hdmi_edid_data *edid_data) in dw_dp_get_output_bus_fmts()
1638 struct dw_dp *dp = connector_to_dw_dp(conn); in dw_dp_connector_get_timing()
1726 static int dw_dp_ddc_init(struct dw_dp *dp) in dw_dp_ddc_init()
1736 static u32 dw_dp_parse_link_frequencies(struct dw_dp *dp) in dw_dp_parse_link_frequencies()
1768 static int dw_dp_parse_dt(struct dw_dp *dp) in dw_dp_parse_dt()
1781 struct dw_dp *dp = dev_get_priv(dev); in dw_dp_probe()
1883 struct dw_dp *dp = dev_get_priv(dev->parent); in dw_dp_port_probe()
1917 U_BOOT_DRIVER(dw_dp) = {
1923 .priv_auto_alloc_size = sizeof(struct dw_dp),