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
290 struct cdn_dp_device *dp = connector_to_dp(connector); in cdn_dp_connector_mode_valid() local
341 static int cdn_dp_firmware_init(struct cdn_dp_device *dp) in cdn_dp_firmware_init()
371 static int cdn_dp_get_sink_capability(struct cdn_dp_device *dp) in cdn_dp_get_sink_capability()
391 static int cdn_dp_enable_phy(struct cdn_dp_device *dp, struct cdn_dp_port *port) in cdn_dp_enable_phy()
450 static int cdn_dp_disable_phy(struct cdn_dp_device *dp, in cdn_dp_disable_phy()
469 static int cdn_dp_disable(struct cdn_dp_device *dp) in cdn_dp_disable()
500 static int cdn_dp_enable(struct cdn_dp_device *dp) in cdn_dp_enable()
554 struct cdn_dp_device *dp = encoder_to_dp(encoder); in cdn_dp_encoder_mode_set() local
577 static bool cdn_dp_check_link_status(struct cdn_dp_device *dp) in cdn_dp_check_link_status()
596 static void cdn_dp_audio_handle_plugged_change(struct cdn_dp_device *dp, in cdn_dp_audio_handle_plugged_change()
605 struct cdn_dp_device *dp = encoder_to_dp(encoder); in cdn_dp_encoder_enable() local
667 struct cdn_dp_device *dp = encoder_to_dp(encoder); in cdn_dp_encoder_disable() local
714 static int cdn_dp_parse_dt(struct cdn_dp_device *dp) in cdn_dp_parse_dt()
787 struct cdn_dp_device *dp = dev_get_drvdata(dev); in cdn_dp_audio_hw_params() local
825 struct cdn_dp_device *dp = dev_get_drvdata(dev); in cdn_dp_audio_shutdown() local
842 struct cdn_dp_device *dp = dev_get_drvdata(dev); in cdn_dp_audio_mute_stream() local
861 struct cdn_dp_device *dp = dev_get_drvdata(dev); in cdn_dp_audio_get_eld() local
872 struct cdn_dp_device *dp = dev_get_drvdata(dev); in cdn_dp_audio_hook_plugged_cb() local
892 static int cdn_dp_audio_codec_init(struct cdn_dp_device *dp, in cdn_dp_audio_codec_init()
909 static int cdn_dp_request_firmware(struct cdn_dp_device *dp) in cdn_dp_request_firmware()
949 struct cdn_dp_device *dp = container_of(work, struct cdn_dp_device, in cdn_dp_pd_event_work() local
1027 struct cdn_dp_device *dp = port->dp; in cdn_dp_pd_event() local
1041 struct cdn_dp_device *dp = dev_get_drvdata(dev); in cdn_dp_bind() local
1124 struct cdn_dp_device *dp = dev_get_drvdata(dev); in cdn_dp_unbind() local
1147 struct cdn_dp_device *dp = dev_get_drvdata(dev); in cdn_dp_suspend() local
1161 struct cdn_dp_device *dp = dev_get_drvdata(dev); in cdn_dp_resume() local
1178 struct cdn_dp_device *dp; in cdn_dp_probe() local
1228 struct cdn_dp_device *dp = platform_get_drvdata(pdev); in cdn_dp_remove() local
1239 struct cdn_dp_device *dp = platform_get_drvdata(pdev); in cdn_dp_shutdown() local