Symbol: cdn_dp_device
drivers/gpu/drm/rockchip/cdn-dp-core.c
1052
struct cdn_dp_device *dp = dev_get_drvdata(dev);
drivers/gpu/drm/rockchip/cdn-dp-core.c
1070
struct cdn_dp_device *dp = dev_get_drvdata(dev);
drivers/gpu/drm/rockchip/cdn-dp-core.c
1084
struct cdn_dp_device *dp = dev_get_drvdata(dev);
drivers/gpu/drm/rockchip/cdn-dp-core.c
1101
struct cdn_dp_device *dp;
drivers/gpu/drm/rockchip/cdn-dp-core.c
1107
dp = devm_drm_bridge_alloc(dev, struct cdn_dp_device, bridge,
drivers/gpu/drm/rockchip/cdn-dp-core.c
1155
struct cdn_dp_device *dp = platform_get_drvdata(pdev);
drivers/gpu/drm/rockchip/cdn-dp-core.c
1164
struct cdn_dp_device *dp = platform_get_drvdata(pdev);
drivers/gpu/drm/rockchip/cdn-dp-core.c
146
static void cdn_dp_clk_disable(struct cdn_dp_device *dp)
drivers/gpu/drm/rockchip/cdn-dp-core.c
175
static int cdn_dp_get_sink_count(struct cdn_dp_device *dp, u8 *sink_count)
drivers/gpu/drm/rockchip/cdn-dp-core.c
189
static struct cdn_dp_port *cdn_dp_connected_port(struct cdn_dp_device *dp)
drivers/gpu/drm/rockchip/cdn-dp-core.c
203
static bool cdn_dp_check_sink_connection(struct cdn_dp_device *dp)
drivers/gpu/drm/rockchip/cdn-dp-core.c
239
struct cdn_dp_device *dp = bridge_to_dp(bridge);
drivers/gpu/drm/rockchip/cdn-dp-core.c
253
struct cdn_dp_device *dp = bridge_to_dp(bridge);
drivers/gpu/drm/rockchip/cdn-dp-core.c
268
struct cdn_dp_device *dp = bridge_to_dp(bridge);
drivers/gpu/drm/rockchip/cdn-dp-core.c
31
static inline struct cdn_dp_device *bridge_to_dp(struct drm_bridge *bridge)
drivers/gpu/drm/rockchip/cdn-dp-core.c
313
static int cdn_dp_firmware_init(struct cdn_dp_device *dp)
drivers/gpu/drm/rockchip/cdn-dp-core.c
33
return container_of(bridge, struct cdn_dp_device, bridge);
drivers/gpu/drm/rockchip/cdn-dp-core.c
343
static int cdn_dp_get_sink_capability(struct cdn_dp_device *dp)
drivers/gpu/drm/rockchip/cdn-dp-core.c
36
static inline struct cdn_dp_device *encoder_to_dp(struct drm_encoder *encoder)
drivers/gpu/drm/rockchip/cdn-dp-core.c
360
static int cdn_dp_enable_phy(struct cdn_dp_device *dp, struct cdn_dp_port *port)
drivers/gpu/drm/rockchip/cdn-dp-core.c
40
return container_of(rkencoder, struct cdn_dp_device, encoder);
drivers/gpu/drm/rockchip/cdn-dp-core.c
419
static int cdn_dp_disable_phy(struct cdn_dp_device *dp,
drivers/gpu/drm/rockchip/cdn-dp-core.c
438
static int cdn_dp_disable(struct cdn_dp_device *dp)
drivers/gpu/drm/rockchip/cdn-dp-core.c
465
static int cdn_dp_enable(struct cdn_dp_device *dp)
drivers/gpu/drm/rockchip/cdn-dp-core.c
519
struct cdn_dp_device *dp = bridge_to_dp(bridge);
drivers/gpu/drm/rockchip/cdn-dp-core.c
529
static bool cdn_dp_check_link_status(struct cdn_dp_device *dp)
drivers/gpu/drm/rockchip/cdn-dp-core.c
548
static void cdn_dp_display_info_update(struct cdn_dp_device *dp,
drivers/gpu/drm/rockchip/cdn-dp-core.c
568
struct cdn_dp_device *dp = bridge_to_dp(bridge);
drivers/gpu/drm/rockchip/cdn-dp-core.c
635
struct cdn_dp_device *dp = bridge_to_dp(bridge);
drivers/gpu/drm/rockchip/cdn-dp-core.c
678
static int cdn_dp_parse_dt(struct cdn_dp_device *dp)
drivers/gpu/drm/rockchip/cdn-dp-core.c
71
static int cdn_dp_grf_write(struct cdn_dp_device *dp,
drivers/gpu/drm/rockchip/cdn-dp-core.c
752
struct cdn_dp_device *dp = bridge_to_dp(bridge);
drivers/gpu/drm/rockchip/cdn-dp-core.c
791
struct cdn_dp_device *dp = bridge_to_dp(bridge);
drivers/gpu/drm/rockchip/cdn-dp-core.c
809
struct cdn_dp_device *dp = bridge_to_dp(bridge);
drivers/gpu/drm/rockchip/cdn-dp-core.c
841
static int cdn_dp_request_firmware(struct cdn_dp_device *dp)
drivers/gpu/drm/rockchip/cdn-dp-core.c
881
struct cdn_dp_device *dp = container_of(work, struct cdn_dp_device,
drivers/gpu/drm/rockchip/cdn-dp-core.c
94
static int cdn_dp_clk_enable(struct cdn_dp_device *dp)
drivers/gpu/drm/rockchip/cdn-dp-core.c
952
struct cdn_dp_device *dp = port->dp;
drivers/gpu/drm/rockchip/cdn-dp-core.c
966
struct cdn_dp_device *dp = dev_get_drvdata(dev);
drivers/gpu/drm/rockchip/cdn-dp-core.h
57
struct cdn_dp_device *dp;
drivers/gpu/drm/rockchip/cdn-dp-reg.c
108
static int cdn_dp_mailbox_validate_receive(struct cdn_dp_device *dp,
drivers/gpu/drm/rockchip/cdn-dp-reg.c
143
static int cdn_dp_mailbox_read_receive(struct cdn_dp_device *dp,
drivers/gpu/drm/rockchip/cdn-dp-reg.c
160
static int cdn_dp_mailbox_send(struct cdn_dp_device *dp, u8 module_id,
drivers/gpu/drm/rockchip/cdn-dp-reg.c
186
static int cdn_dp_reg_write(struct cdn_dp_device *dp, u16 addr, u32 val)
drivers/gpu/drm/rockchip/cdn-dp-reg.c
200
static int cdn_dp_reg_write_bit(struct cdn_dp_device *dp, u16 addr,
drivers/gpu/drm/rockchip/cdn-dp-reg.c
218
int cdn_dp_dpcd_read(struct cdn_dp_device *dp, u32 addr, u8 *data, u16 len)
drivers/gpu/drm/rockchip/cdn-dp-reg.c
249
int cdn_dp_dpcd_write(struct cdn_dp_device *dp, u32 addr, u8 value)
drivers/gpu/drm/rockchip/cdn-dp-reg.c
26
void cdn_dp_set_fw_clk(struct cdn_dp_device *dp, unsigned long clk)
drivers/gpu/drm/rockchip/cdn-dp-reg.c
283
int cdn_dp_load_firmware(struct cdn_dp_device *dp, const u32 *i_mem,
drivers/gpu/drm/rockchip/cdn-dp-reg.c
31
void cdn_dp_clock_reset(struct cdn_dp_device *dp)
drivers/gpu/drm/rockchip/cdn-dp-reg.c
325
int cdn_dp_set_firmware_active(struct cdn_dp_device *dp, bool enable)
drivers/gpu/drm/rockchip/cdn-dp-reg.c
359
int cdn_dp_set_host_cap(struct cdn_dp_device *dp, u8 lanes, bool flip)
drivers/gpu/drm/rockchip/cdn-dp-reg.c
388
int cdn_dp_event_config(struct cdn_dp_device *dp)
drivers/gpu/drm/rockchip/cdn-dp-reg.c
405
u32 cdn_dp_get_event(struct cdn_dp_device *dp)
drivers/gpu/drm/rockchip/cdn-dp-reg.c
410
int cdn_dp_get_hpd_status(struct cdn_dp_device *dp)
drivers/gpu/drm/rockchip/cdn-dp-reg.c
439
struct cdn_dp_device *dp = data;
drivers/gpu/drm/rockchip/cdn-dp-reg.c
477
static int cdn_dp_training_start(struct cdn_dp_device *dp)
drivers/gpu/drm/rockchip/cdn-dp-reg.c
520
static int cdn_dp_get_training_status(struct cdn_dp_device *dp)
drivers/gpu/drm/rockchip/cdn-dp-reg.c
549
int cdn_dp_train_link(struct cdn_dp_device *dp)
drivers/gpu/drm/rockchip/cdn-dp-reg.c
570
int cdn_dp_set_video_status(struct cdn_dp_device *dp, int active)
drivers/gpu/drm/rockchip/cdn-dp-reg.c
632
int cdn_dp_config_video(struct cdn_dp_device *dp)
drivers/gpu/drm/rockchip/cdn-dp-reg.c
786
int cdn_dp_audio_stop(struct cdn_dp_device *dp, struct audio_info *audio)
drivers/gpu/drm/rockchip/cdn-dp-reg.c
80
static int cdn_dp_mailbox_read(struct cdn_dp_device *dp)
drivers/gpu/drm/rockchip/cdn-dp-reg.c
819
int cdn_dp_audio_mute(struct cdn_dp_device *dp, bool enable)
drivers/gpu/drm/rockchip/cdn-dp-reg.c
830
static void cdn_dp_audio_config_i2s(struct cdn_dp_device *dp,
drivers/gpu/drm/rockchip/cdn-dp-reg.c
916
static void cdn_dp_audio_config_spdif(struct cdn_dp_device *dp)
drivers/gpu/drm/rockchip/cdn-dp-reg.c
93
static int cdp_dp_mailbox_write(struct cdn_dp_device *dp, u8 val)
drivers/gpu/drm/rockchip/cdn-dp-reg.c
933
int cdn_dp_audio_config(struct cdn_dp_device *dp, struct audio_info *audio)
drivers/gpu/drm/rockchip/cdn-dp-reg.h
454
void cdn_dp_clock_reset(struct cdn_dp_device *dp);
drivers/gpu/drm/rockchip/cdn-dp-reg.h
456
void cdn_dp_set_fw_clk(struct cdn_dp_device *dp, unsigned long clk);
drivers/gpu/drm/rockchip/cdn-dp-reg.h
457
int cdn_dp_load_firmware(struct cdn_dp_device *dp, const u32 *i_mem,
drivers/gpu/drm/rockchip/cdn-dp-reg.h
459
int cdn_dp_set_firmware_active(struct cdn_dp_device *dp, bool enable);
drivers/gpu/drm/rockchip/cdn-dp-reg.h
460
int cdn_dp_set_host_cap(struct cdn_dp_device *dp, u8 lanes, bool flip);
drivers/gpu/drm/rockchip/cdn-dp-reg.h
461
int cdn_dp_event_config(struct cdn_dp_device *dp);
drivers/gpu/drm/rockchip/cdn-dp-reg.h
462
u32 cdn_dp_get_event(struct cdn_dp_device *dp);
drivers/gpu/drm/rockchip/cdn-dp-reg.h
463
int cdn_dp_get_hpd_status(struct cdn_dp_device *dp);
drivers/gpu/drm/rockchip/cdn-dp-reg.h
464
int cdn_dp_dpcd_write(struct cdn_dp_device *dp, u32 addr, u8 value);
drivers/gpu/drm/rockchip/cdn-dp-reg.h
465
int cdn_dp_dpcd_read(struct cdn_dp_device *dp, u32 addr, u8 *data, u16 len);
drivers/gpu/drm/rockchip/cdn-dp-reg.h
468
int cdn_dp_train_link(struct cdn_dp_device *dp);
drivers/gpu/drm/rockchip/cdn-dp-reg.h
469
int cdn_dp_set_video_status(struct cdn_dp_device *dp, int active);
drivers/gpu/drm/rockchip/cdn-dp-reg.h
470
int cdn_dp_config_video(struct cdn_dp_device *dp);
drivers/gpu/drm/rockchip/cdn-dp-reg.h
471
int cdn_dp_audio_stop(struct cdn_dp_device *dp, struct audio_info *audio);
drivers/gpu/drm/rockchip/cdn-dp-reg.h
472
int cdn_dp_audio_mute(struct cdn_dp_device *dp, bool enable);
drivers/gpu/drm/rockchip/cdn-dp-reg.h
473
int cdn_dp_audio_config(struct cdn_dp_device *dp, struct audio_info *audio);