Searched refs:cdn_dp_device (Results 1 – 4 of 4) sorted by relevance
| /drivers/gpu/drm/rockchip/ |
| A D | cdn-dp-core.c | 70 static int cdn_dp_grf_write(struct cdn_dp_device *dp, in cdn_dp_grf_write() 238 struct cdn_dp_device *dp = bridge_to_dp(bridge); in cdn_dp_bridge_detect() 252 struct cdn_dp_device *dp = bridge_to_dp(bridge); in cdn_dp_bridge_edid_read() 267 struct cdn_dp_device *dp = bridge_to_dp(bridge); in cdn_dp_bridge_mode_valid() 518 struct cdn_dp_device *dp = bridge_to_dp(bridge); in cdn_dp_bridge_mode_set() 567 struct cdn_dp_device *dp = bridge_to_dp(bridge); in cdn_dp_bridge_atomic_enable() 634 struct cdn_dp_device *dp = bridge_to_dp(bridge); in cdn_dp_bridge_atomic_disable() 751 struct cdn_dp_device *dp = bridge_to_dp(bridge); in cdn_dp_audio_prepare() 880 struct cdn_dp_device *dp = container_of(work, struct cdn_dp_device, in cdn_dp_pd_event_work() 951 struct cdn_dp_device *dp = port->dp; in cdn_dp_pd_event() [all …]
|
| A D | cdn-dp-reg.h | 454 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 …]
|
| A D | cdn-dp-reg.c | 24 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 …]
|
| A D | cdn-dp-core.h | 57 struct cdn_dp_device *dp; 66 struct cdn_dp_device { struct
|
Completed in 15 milliseconds