Lines Matching defs:dp

61 static int cdn_dp_grf_write(struct cdn_dp_device *dp,  in cdn_dp_grf_write()
83 static int cdn_dp_clk_enable(struct cdn_dp_device *dp) in cdn_dp_clk_enable()
135 static void cdn_dp_clk_disable(struct cdn_dp_device *dp) in cdn_dp_clk_disable()
164 static int cdn_dp_get_sink_count(struct cdn_dp_device *dp, u8 *sink_count) in cdn_dp_get_sink_count()
178 static struct cdn_dp_port *cdn_dp_connected_port(struct cdn_dp_device *dp) in cdn_dp_connected_port()
192 static bool cdn_dp_check_sink_connection(struct cdn_dp_device *dp) in cdn_dp_check_sink_connection()
228 struct cdn_dp_device *dp = connector_to_dp(connector); in cdn_dp_connector_detect() local
256 struct cdn_dp_device *dp = connector_to_dp(connector); in cdn_dp_connector_get_modes() local
280 struct cdn_dp_device *dp = connector_to_dp(connector); in cdn_dp_connector_mode_valid() local
331 static int cdn_dp_firmware_init(struct cdn_dp_device *dp) in cdn_dp_firmware_init()
361 static int cdn_dp_get_sink_capability(struct cdn_dp_device *dp) in cdn_dp_get_sink_capability()
381 static int cdn_dp_enable_phy(struct cdn_dp_device *dp, struct cdn_dp_port *port) in cdn_dp_enable_phy()
440 static int cdn_dp_disable_phy(struct cdn_dp_device *dp, in cdn_dp_disable_phy()
459 static int cdn_dp_disable(struct cdn_dp_device *dp) in cdn_dp_disable()
490 static int cdn_dp_enable(struct cdn_dp_device *dp) in cdn_dp_enable()
544 struct cdn_dp_device *dp = encoder_to_dp(encoder); in cdn_dp_encoder_mode_set() local
567 static bool cdn_dp_check_link_status(struct cdn_dp_device *dp) in cdn_dp_check_link_status()
588 struct cdn_dp_device *dp = encoder_to_dp(encoder); in cdn_dp_encoder_enable() local
647 struct cdn_dp_device *dp = encoder_to_dp(encoder); in cdn_dp_encoder_disable() local
696 static int cdn_dp_parse_dt(struct cdn_dp_device *dp) in cdn_dp_parse_dt()
771 struct cdn_dp_device *dp = dev_get_drvdata(dev); in cdn_dp_audio_hw_params() local
809 struct cdn_dp_device *dp = dev_get_drvdata(dev); in cdn_dp_audio_shutdown() local
826 struct cdn_dp_device *dp = dev_get_drvdata(dev); in cdn_dp_audio_digital_mute() local
845 struct cdn_dp_device *dp = dev_get_drvdata(dev); in cdn_dp_audio_get_eld() local
859 static int cdn_dp_audio_codec_init(struct cdn_dp_device *dp, in cdn_dp_audio_codec_init()
876 static int cdn_dp_request_firmware(struct cdn_dp_device *dp) in cdn_dp_request_firmware()
916 struct cdn_dp_device *dp = container_of(work, struct cdn_dp_device, in cdn_dp_pd_event_work() local
994 struct cdn_dp_device *dp = port->dp; in cdn_dp_pd_event() local
1008 struct cdn_dp_device *dp = dev_get_drvdata(dev); in cdn_dp_bind() local
1091 struct cdn_dp_device *dp = dev_get_drvdata(dev); in cdn_dp_unbind() local
1114 struct cdn_dp_device *dp = dev_get_drvdata(dev); in cdn_dp_suspend() local
1128 struct cdn_dp_device *dp = dev_get_drvdata(dev); in cdn_dp_resume() local
1145 struct cdn_dp_device *dp; in cdn_dp_probe() local
1195 struct cdn_dp_device *dp = platform_get_drvdata(pdev); in cdn_dp_remove() local
1206 struct cdn_dp_device *dp = platform_get_drvdata(pdev); in cdn_dp_shutdown() local