Lines Matching refs:dw_dp

219 struct dw_dp {  struct
324 static int dw_dp_aux_write_data(struct dw_dp *dp, const u8 *buffer, size_t size) in dw_dp_aux_write_data()
341 static int dw_dp_aux_read_data(struct dw_dp *dp, u8 *buffer, size_t size) in dw_dp_aux_read_data()
364 struct dw_dp *dp = dev_get_priv(aux->dev); in dw_dp_aux_transfer()
429 static bool dw_dp_bandwidth_ok(struct dw_dp *dp, in dw_dp_bandwidth_ok()
443 static void dw_dp_hpd_init(struct dw_dp *dp) in dw_dp_hpd_init()
463 static void dw_dp_aux_init(struct dw_dp *dp) in dw_dp_aux_init()
476 static void dw_dp_init(struct dw_dp *dp) in dw_dp_init()
497 static void dw_dp_phy_set_pattern(struct dw_dp *dp, u32 pattern) in dw_dp_phy_set_pattern()
503 static void dw_dp_phy_xmit_enable(struct dw_dp *dp, u32 lanes) in dw_dp_phy_xmit_enable()
523 static int dw_dp_link_power_up(struct dw_dp *dp) in dw_dp_link_power_up()
547 static int dw_dp_link_probe(struct dw_dp *dp) in dw_dp_link_probe()
581 static int dw_dp_link_train_update_vs_emph(struct dw_dp *dp) in dw_dp_link_train_update_vs_emph()
616 static int dw_dp_link_configure(struct dw_dp *dp) in dw_dp_link_configure()
709 static int dw_dp_link_train_set_pattern(struct dw_dp *dp, u32 pattern) in dw_dp_link_train_set_pattern()
784 static int dw_dp_link_clock_recovery(struct dw_dp *dp) in dw_dp_link_clock_recovery()
831 static int dw_dp_link_channel_equalization(struct dw_dp *dp) in dw_dp_link_channel_equalization()
878 static int dw_dp_link_downgrade(struct dw_dp *dp) in dw_dp_link_downgrade()
904 static int dw_dp_link_train(struct dw_dp *dp) in dw_dp_link_train()
963 static int dw_dp_link_enable(struct dw_dp *dp) in dw_dp_link_enable()
980 static int dw_dp_set_phy_default_config(struct dw_dp *dp) in dw_dp_set_phy_default_config()
1046 static int dw_dp_send_sdp(struct dw_dp *dp, struct dw_dp_sdp *sdp) in dw_dp_send_sdp()
1112 static int dw_dp_send_vsc_sdp(struct dw_dp *dp) in dw_dp_send_vsc_sdp()
1151 static int dw_dp_video_set_pixel_mode(struct dw_dp *dp, u8 pixel_mode) in dw_dp_video_set_pixel_mode()
1168 static int dw_dp_video_set_msa(struct dw_dp *dp, u8 color_format, u8 bpc, in dw_dp_video_set_msa()
1221 static int dw_dp_video_enable(struct dw_dp *dp) in dw_dp_video_enable()
1394 static bool dw_dp_detect(struct dw_dp *dp) in dw_dp_detect()
1413 struct dw_dp *dp = dev_get_priv(conn->dev); in dw_dp_connector_init()
1438 struct dw_dp *dp = dev_get_priv(conn->dev); in dw_dp_connector_get_edid()
1465 struct dw_dp *dp = dev_get_priv(conn->dev); in dw_dp_connector_prepare()
1483 struct dw_dp *dp = dev_get_priv(conn->dev); in dw_dp_connector_enable()
1520 struct dw_dp *dp = dev_get_priv(conn->dev); in dw_dp_connector_detect()
1545 static int dw_dp_mode_valid(struct dw_dp *dp, struct hdmi_edid_data *edid_data) in dw_dp_mode_valid()
1571 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()
1610 struct dw_dp *dp = dev_get_priv(conn->dev); in dw_dp_connector_get_timing()
1698 static int dw_dp_ddc_init(struct dw_dp *dp) in dw_dp_ddc_init()
1708 static u32 dw_dp_parse_link_frequencies(struct dw_dp *dp) in dw_dp_parse_link_frequencies()
1740 static int dw_dp_parse_dt(struct dw_dp *dp) in dw_dp_parse_dt()
1753 struct dw_dp *dp = dev_get_priv(dev); in dw_dp_probe()
1802 U_BOOT_DRIVER(dw_dp) = {
1807 .priv_auto_alloc_size = sizeof(struct dw_dp),