Searched refs:cdn_dp_device (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/rockchip/ |
D | cdn-dp-reg.h | 462 void cdn_dp_clock_reset(struct cdn_dp_device *dp); 464 void cdn_dp_set_fw_clk(struct cdn_dp_device *dp, unsigned long clk); 465 int cdn_dp_load_firmware(struct cdn_dp_device *dp, const u32 *i_mem, 467 int cdn_dp_set_firmware_active(struct cdn_dp_device *dp, bool enable); 468 int cdn_dp_set_host_cap(struct cdn_dp_device *dp, u8 lanes, bool flip); 469 int cdn_dp_event_config(struct cdn_dp_device *dp); 470 u32 cdn_dp_get_event(struct cdn_dp_device *dp); 471 int cdn_dp_get_hpd_status(struct cdn_dp_device *dp); 472 int cdn_dp_dpcd_write(struct cdn_dp_device *dp, u32 addr, u8 value); 473 int cdn_dp_dpcd_read(struct cdn_dp_device *dp, u32 addr, u8 *data, u16 len); [all …]
|
D | cdn-dp-core.c | 38 container_of(c, struct cdn_dp_device, connector) 41 container_of(c, struct cdn_dp_device, encoder) 70 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() 265 struct cdn_dp_device *dp = connector_to_dp(connector); in cdn_dp_connector_get_modes() [all …]
|
D | cdn-dp-reg.c | 32 void cdn_dp_set_fw_clk(struct cdn_dp_device *dp, unsigned long clk) in cdn_dp_set_fw_clk() 37 void cdn_dp_clock_reset(struct cdn_dp_device *dp) in cdn_dp_clock_reset() 86 static int cdn_dp_mailbox_read(struct cdn_dp_device *dp) in cdn_dp_mailbox_read() 99 static int cdp_dp_mailbox_write(struct cdn_dp_device *dp, u8 val) in cdp_dp_mailbox_write() 114 static int cdn_dp_mailbox_validate_receive(struct cdn_dp_device *dp, in cdn_dp_mailbox_validate_receive() 149 static int cdn_dp_mailbox_read_receive(struct cdn_dp_device *dp, in cdn_dp_mailbox_read_receive() 166 static int cdn_dp_mailbox_send(struct cdn_dp_device *dp, u8 module_id, in cdn_dp_mailbox_send() 192 static int cdn_dp_reg_write(struct cdn_dp_device *dp, u16 addr, u32 val) in cdn_dp_reg_write() 206 static int cdn_dp_reg_write_bit(struct cdn_dp_device *dp, u16 addr, in cdn_dp_reg_write_bit() 224 int cdn_dp_dpcd_read(struct cdn_dp_device *dp, u32 addr, u8 *data, u16 len) in cdn_dp_dpcd_read() [all …]
|
D | cdn-dp-core.h | 63 struct cdn_dp_device *dp; 72 struct cdn_dp_device { struct
|