Searched refs:cdn_dp_device (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H 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, 459 int cdn_dp_set_firmware_active(struct cdn_dp_device *dp, bool enable); 460 int cdn_dp_set_host_cap(struct cdn_dp_device *dp, u8 lanes, bool flip); 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); 465 int cdn_dp_dpcd_read(struct cdn_dp_device *dp, u32 addr, u8 *data, u16 len); [all …]
|
| H A D | cdn-dp-core.c | 29 container_of(c, struct cdn_dp_device, connector) 32 container_of(c, struct cdn_dp_device, encoder) 61 static int cdn_dp_grf_write(struct cdn_dp_device *dp, in cdn_dp_grf_write() 84 static int cdn_dp_clk_enable(struct cdn_dp_device *dp) in cdn_dp_clk_enable() 136 static void cdn_dp_clk_disable(struct cdn_dp_device *dp) in cdn_dp_clk_disable() 148 static int cdn_dp_get_sink_count(struct cdn_dp_device *dp, u8 *sink_count) in cdn_dp_get_sink_count() 162 static struct cdn_dp_port *cdn_dp_connected_port(struct cdn_dp_device *dp) in cdn_dp_connected_port() 176 static bool cdn_dp_check_sink_connection(struct cdn_dp_device *dp) in cdn_dp_check_sink_connection() 206 struct cdn_dp_device *dp = connector_to_dp(connector); in cdn_dp_connector_detect() 225 struct cdn_dp_device *dp = connector_to_dp(connector); in cdn_dp_oob_hotplug_event() [all …]
|
| H 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() 91 static int cdp_dp_mailbox_write(struct cdn_dp_device *dp, u8 val) in cdp_dp_mailbox_write() 106 static int cdn_dp_mailbox_validate_receive(struct cdn_dp_device *dp, in cdn_dp_mailbox_validate_receive() 141 static int cdn_dp_mailbox_read_receive(struct cdn_dp_device *dp, in cdn_dp_mailbox_read_receive() 158 static int cdn_dp_mailbox_send(struct cdn_dp_device *dp, u8 module_id, in cdn_dp_mailbox_send() 184 static int cdn_dp_reg_write(struct cdn_dp_device *dp, u16 addr, u32 val) in cdn_dp_reg_write() 198 static int cdn_dp_reg_write_bit(struct cdn_dp_device *dp, u16 addr, in cdn_dp_reg_write_bit() 216 int cdn_dp_dpcd_read(struct cdn_dp_device *dp, u32 addr, u8 *data, u16 len) in cdn_dp_dpcd_read() [all …]
|
| H A D | cdn-dp-link-training.c | 14 static void cdn_dp_set_signal_levels(struct cdn_dp_device *dp) in cdn_dp_set_signal_levels() 27 static int cdn_dp_set_pattern(struct cdn_dp_device *dp, uint8_t dp_train_pat) in cdn_dp_set_pattern() 102 static void cdn_dp_get_adjust_train(struct cdn_dp_device *dp, in cdn_dp_get_adjust_train() 130 static u32 cdn_dp_select_chaneq_pattern(struct cdn_dp_device *dp) in cdn_dp_select_chaneq_pattern() 148 static bool cdn_dp_link_max_vswing_reached(struct cdn_dp_device *dp) in cdn_dp_link_max_vswing_reached() 159 static int cdn_dp_update_link_train(struct cdn_dp_device *dp) in cdn_dp_update_link_train() 173 static int cdn_dp_set_link_train(struct cdn_dp_device *dp, in cdn_dp_set_link_train() 198 static int cdn_dp_reset_link_train(struct cdn_dp_device *dp, in cdn_dp_reset_link_train() 215 static int cdn_dp_link_training_clock_recovery(struct cdn_dp_device *dp) in cdn_dp_link_training_clock_recovery() 275 static int cdn_dp_link_training_channel_equalization(struct cdn_dp_device *dp) in cdn_dp_link_training_channel_equalization() [all …]
|
| H A D | cdn-dp-core.h | 55 struct cdn_dp_device *dp; 62 struct cdn_dp_device { struct
|