Lines Matching refs:cdn_dp_device
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);
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);
471 int cdn_dp_audio_stop(struct cdn_dp_device *dp, struct audio_info *audio);
472 int cdn_dp_audio_mute(struct cdn_dp_device *dp, bool enable);
473 int cdn_dp_audio_config(struct cdn_dp_device *dp, struct audio_info *audio);