Lines Matching defs:dp
70 static int cdn_dp_grf_write(struct cdn_dp_device *dp, in cdn_dp_grf_write()
92 static int cdn_dp_clk_enable(struct cdn_dp_device *dp) in cdn_dp_clk_enable()
144 static void cdn_dp_clk_disable(struct cdn_dp_device *dp) in cdn_dp_clk_disable()
173 static int cdn_dp_get_sink_count(struct cdn_dp_device *dp, u8 *sink_count) in cdn_dp_get_sink_count()
187 static struct cdn_dp_port *cdn_dp_connected_port(struct cdn_dp_device *dp) in cdn_dp_connected_port()
201 static bool cdn_dp_check_sink_connection(struct cdn_dp_device *dp) in cdn_dp_check_sink_connection()
237 struct cdn_dp_device *dp = connector_to_dp(connector); in cdn_dp_connector_detect() local
265 struct cdn_dp_device *dp = connector_to_dp(connector); in cdn_dp_connector_get_modes() local
289 struct cdn_dp_device *dp = connector_to_dp(connector); in cdn_dp_connector_mode_valid() local
340 static int cdn_dp_firmware_init(struct cdn_dp_device *dp) in cdn_dp_firmware_init()
370 static int cdn_dp_get_sink_capability(struct cdn_dp_device *dp) in cdn_dp_get_sink_capability()
390 static int cdn_dp_enable_phy(struct cdn_dp_device *dp, struct cdn_dp_port *port) in cdn_dp_enable_phy()
449 static int cdn_dp_disable_phy(struct cdn_dp_device *dp, in cdn_dp_disable_phy()
468 static int cdn_dp_disable(struct cdn_dp_device *dp) in cdn_dp_disable()
499 static int cdn_dp_enable(struct cdn_dp_device *dp) in cdn_dp_enable()
553 struct cdn_dp_device *dp = encoder_to_dp(encoder); in cdn_dp_encoder_mode_set() local
576 static bool cdn_dp_check_link_status(struct cdn_dp_device *dp) in cdn_dp_check_link_status()
597 struct cdn_dp_device *dp = encoder_to_dp(encoder); in cdn_dp_encoder_enable() local
656 struct cdn_dp_device *dp = encoder_to_dp(encoder); in cdn_dp_encoder_disable() local
705 static int cdn_dp_parse_dt(struct cdn_dp_device *dp) in cdn_dp_parse_dt()
780 struct cdn_dp_device *dp = dev_get_drvdata(dev); in cdn_dp_audio_hw_params() local
818 struct cdn_dp_device *dp = dev_get_drvdata(dev); in cdn_dp_audio_shutdown() local
835 struct cdn_dp_device *dp = dev_get_drvdata(dev); in cdn_dp_audio_digital_mute() local
854 struct cdn_dp_device *dp = dev_get_drvdata(dev); in cdn_dp_audio_get_eld() local
868 static int cdn_dp_audio_codec_init(struct cdn_dp_device *dp, in cdn_dp_audio_codec_init()
885 static int cdn_dp_request_firmware(struct cdn_dp_device *dp) in cdn_dp_request_firmware()
925 struct cdn_dp_device *dp = container_of(work, struct cdn_dp_device, in cdn_dp_pd_event_work() local
1003 struct cdn_dp_device *dp = port->dp; in cdn_dp_pd_event() local
1017 struct cdn_dp_device *dp = dev_get_drvdata(dev); in cdn_dp_bind() local
1100 struct cdn_dp_device *dp = dev_get_drvdata(dev); in cdn_dp_unbind() local
1123 struct cdn_dp_device *dp = dev_get_drvdata(dev); in cdn_dp_suspend() local
1137 struct cdn_dp_device *dp = dev_get_drvdata(dev); in cdn_dp_resume() local
1154 struct cdn_dp_device *dp; in cdn_dp_probe() local
1204 struct cdn_dp_device *dp = platform_get_drvdata(pdev); in cdn_dp_remove() local
1215 struct cdn_dp_device *dp = platform_get_drvdata(pdev); in cdn_dp_shutdown() local