Searched refs:cdn_dp_device (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/ |
H A D | cdn-dp-core.c | 29 static inline struct cdn_dp_device *connector_to_dp(struct drm_connector *connector) in connector_to_dp() 31 return container_of(connector, struct cdn_dp_device, connector); in connector_to_dp() 34 static inline struct cdn_dp_device *encoder_to_dp(struct drm_encoder *encoder) in encoder_to_dp() 38 return container_of(rkencoder, struct cdn_dp_device, encoder); in encoder_to_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 *d [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 *d [all...] |
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 *d [all...] |
H A D | cdn-dp-core.h | 56 struct cdn_dp_device *dp; 65 struct cdn_dp_device { struct
|
/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/ |
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 *d [all...] |
H A D | cdn-dp-core.c | 30 container_of(c, struct cdn_dp_device, connector) 33 container_of(c, struct cdn_dp_device, encoder) 62 static int cdn_dp_grf_write(struct cdn_dp_device *dp, in cdn_dp_grf_write() 85 static int cdn_dp_clk_enable(struct cdn_dp_device *dp) in cdn_dp_clk_enable() 137 static void cdn_dp_clk_disable(struct cdn_dp_device *dp) in cdn_dp_clk_disable() 166 static int cdn_dp_get_sink_count(struct cdn_dp_device *dp, u8 *sink_count) in cdn_dp_get_sink_count() 180 static struct cdn_dp_port *cdn_dp_connected_port(struct cdn_dp_device *dp) in cdn_dp_connected_port() 194 static bool cdn_dp_check_sink_connection(struct cdn_dp_device *dp) in cdn_dp_check_sink_connection() 230 struct cdn_dp_device *dp = connector_to_dp(connector); in cdn_dp_connector_detect() 258 struct cdn_dp_device *d in cdn_dp_connector_get_modes() [all...] |
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 *d [all...] |
H A D | cdn-dp-core.h | 55 struct cdn_dp_device *dp; 64 struct cdn_dp_device { struct
|
Completed in 7 milliseconds