Lines Matching defs:dp
69 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()
595 static void cdn_dp_audio_handle_plugged_change(struct cdn_dp_device *dp, in cdn_dp_audio_handle_plugged_change()
604 struct cdn_dp_device *dp = encoder_to_dp(encoder); in cdn_dp_encoder_enable() local
666 struct cdn_dp_device *dp = encoder_to_dp(encoder); in cdn_dp_encoder_disable() local
713 static int cdn_dp_parse_dt(struct cdn_dp_device *dp) in cdn_dp_parse_dt()
786 struct cdn_dp_device *dp = dev_get_drvdata(dev); in cdn_dp_audio_hw_params() local
824 struct cdn_dp_device *dp = dev_get_drvdata(dev); in cdn_dp_audio_shutdown() local
841 struct cdn_dp_device *dp = dev_get_drvdata(dev); in cdn_dp_audio_mute_stream() local
860 struct cdn_dp_device *dp = dev_get_drvdata(dev); in cdn_dp_audio_get_eld() local
871 struct cdn_dp_device *dp = dev_get_drvdata(dev); in cdn_dp_audio_hook_plugged_cb() local
891 static int cdn_dp_audio_codec_init(struct cdn_dp_device *dp, in cdn_dp_audio_codec_init()
908 static int cdn_dp_request_firmware(struct cdn_dp_device *dp) in cdn_dp_request_firmware()
948 struct cdn_dp_device *dp = container_of(work, struct cdn_dp_device, in cdn_dp_pd_event_work() local
1026 struct cdn_dp_device *dp = port->dp; in cdn_dp_pd_event() local
1040 struct cdn_dp_device *dp = dev_get_drvdata(dev); in cdn_dp_bind() local
1123 struct cdn_dp_device *dp = dev_get_drvdata(dev); in cdn_dp_unbind() local
1146 struct cdn_dp_device *dp = dev_get_drvdata(dev); in cdn_dp_suspend() local
1160 struct cdn_dp_device *dp = dev_get_drvdata(dev); in cdn_dp_resume() local
1177 struct cdn_dp_device *dp; in cdn_dp_probe() local
1227 struct cdn_dp_device *dp = platform_get_drvdata(pdev); in cdn_dp_remove() local
1236 struct cdn_dp_device *dp = platform_get_drvdata(pdev); in cdn_dp_shutdown() local