Home
last modified time | relevance | path

Searched refs:cdn_dp_device (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/gpu/drm/rockchip/
H A Dcdn-dp-reg.h454 void cdn_dp_clock_reset(struct cdn_dp_device *dp);
456 void cdn_dp_set_fw_clk(struct cdn_dp_device *dp, unsigned long clk);
457 int cdn_dp_load_firmware(struct cdn_dp_device *dp, const u32 *i_mem,
461 int cdn_dp_event_config(struct cdn_dp_device *dp);
462 u32 cdn_dp_get_event(struct cdn_dp_device *dp);
463 int cdn_dp_get_hpd_status(struct cdn_dp_device *dp);
464 int cdn_dp_dpcd_write(struct cdn_dp_device *dp, u32 addr, u8 value);
468 int cdn_dp_train_link(struct cdn_dp_device *dp);
469 int cdn_dp_set_video_status(struct cdn_dp_device *dp, int active);
470 int cdn_dp_config_video(struct cdn_dp_device *dp);
[all …]
H A Dcdn-dp-core.c69 static int cdn_dp_grf_write(struct cdn_dp_device *dp, in cdn_dp_grf_write()
499 static int cdn_dp_enable(struct cdn_dp_device *dp) in cdn_dp_enable()
786 struct cdn_dp_device *dp = dev_get_drvdata(dev); in cdn_dp_audio_hw_params()
824 struct cdn_dp_device *dp = dev_get_drvdata(dev); in cdn_dp_audio_shutdown()
841 struct cdn_dp_device *dp = dev_get_drvdata(dev); in cdn_dp_audio_mute_stream()
860 struct cdn_dp_device *dp = dev_get_drvdata(dev); in cdn_dp_audio_get_eld()
871 struct cdn_dp_device *dp = dev_get_drvdata(dev); in cdn_dp_audio_hook_plugged_cb()
948 struct cdn_dp_device *dp = container_of(work, struct cdn_dp_device, in cdn_dp_pd_event_work()
1026 struct cdn_dp_device *dp = port->dp; in cdn_dp_pd_event()
1040 struct cdn_dp_device *dp = dev_get_drvdata(dev); in cdn_dp_bind()
[all …]
H A Dcdn-dp-reg.c24 void cdn_dp_set_fw_clk(struct cdn_dp_device *dp, unsigned long clk) in cdn_dp_set_fw_clk()
29 void cdn_dp_clock_reset(struct cdn_dp_device *dp) in cdn_dp_clock_reset()
78 static int cdn_dp_mailbox_read(struct cdn_dp_device *dp) in cdn_dp_mailbox_read()
386 int cdn_dp_event_config(struct cdn_dp_device *dp) in cdn_dp_event_config()
403 u32 cdn_dp_get_event(struct cdn_dp_device *dp) in cdn_dp_get_event()
408 int cdn_dp_get_hpd_status(struct cdn_dp_device *dp) in cdn_dp_get_hpd_status()
437 struct cdn_dp_device *dp = data; in cdn_dp_get_edid_block()
475 static int cdn_dp_training_start(struct cdn_dp_device *dp) in cdn_dp_training_start()
547 int cdn_dp_train_link(struct cdn_dp_device *dp) in cdn_dp_train_link()
630 int cdn_dp_config_video(struct cdn_dp_device *dp) in cdn_dp_config_video()
[all …]
H A Dcdn-dp-core.h56 struct cdn_dp_device *dp;
65 struct cdn_dp_device { struct