Searched refs:analogix_dp_device (Results 1 - 6 of 6) sorted by last modified time

/linux-master/drivers/gpu/drm/exynos/
H A Dexynos_dp.c44 struct analogix_dp_device *adp;
/linux-master/drivers/gpu/drm/rockchip/
H A Danalogix_dp-rockchip.c70 struct analogix_dp_device *adp;
/linux-master/drivers/gpu/drm/bridge/analogix/
H A Danalogix_dp_core.c35 #define to_dp(nm) container_of(nm, struct analogix_dp_device, nm)
44 static int analogix_dp_init_dp(struct analogix_dp_device *dp)
68 static int analogix_dp_detect_hpd(struct analogix_dp_device *dp)
107 static bool analogix_dp_detect_sink_psr(struct analogix_dp_device *dp)
122 static int analogix_dp_enable_sink_psr(struct analogix_dp_device *dp)
169 analogix_dp_enable_rx_to_enhanced_mode(struct analogix_dp_device *dp,
190 static int analogix_dp_is_enhanced_mode_available(struct analogix_dp_device *dp,
207 static int analogix_dp_set_enhanced_mode(struct analogix_dp_device *dp)
225 static int analogix_dp_training_pattern_dis(struct analogix_dp_device *dp)
238 analogix_dp_set_lane_lane_pre_emphasis(struct analogix_dp_device *d
[all...]
H A Danalogix_dp_core.h157 struct analogix_dp_device { struct
184 void analogix_dp_enable_video_mute(struct analogix_dp_device *dp, bool enable);
185 void analogix_dp_stop_video(struct analogix_dp_device *dp);
186 void analogix_dp_lane_swap(struct analogix_dp_device *dp, bool enable);
187 void analogix_dp_init_analog_param(struct analogix_dp_device *dp);
188 void analogix_dp_init_interrupt(struct analogix_dp_device *dp);
189 void analogix_dp_reset(struct analogix_dp_device *dp);
190 void analogix_dp_swreset(struct analogix_dp_device *dp);
191 void analogix_dp_config_interrupt(struct analogix_dp_device *dp);
192 void analogix_dp_mute_hpd_interrupt(struct analogix_dp_device *d
[all...]
H A Danalogix_dp_reg.c26 void analogix_dp_enable_video_mute(struct analogix_dp_device *dp, bool enable)
41 void analogix_dp_stop_video(struct analogix_dp_device *dp)
50 void analogix_dp_lane_swap(struct analogix_dp_device *dp, bool enable)
64 void analogix_dp_init_analog_param(struct analogix_dp_device *dp)
98 void analogix_dp_init_interrupt(struct analogix_dp_device *dp)
118 void analogix_dp_reset(struct analogix_dp_device *dp)
168 void analogix_dp_swreset(struct analogix_dp_device *dp)
173 void analogix_dp_config_interrupt(struct analogix_dp_device *dp)
194 void analogix_dp_mute_hpd_interrupt(struct analogix_dp_device *dp)
208 void analogix_dp_unmute_hpd_interrupt(struct analogix_dp_device *d
[all...]
/linux-master/include/drm/bridge/
H A Danalogix_dp.h12 struct analogix_dp_device;
41 int analogix_dp_resume(struct analogix_dp_device *dp);
42 int analogix_dp_suspend(struct analogix_dp_device *dp);
44 struct analogix_dp_device *
46 int analogix_dp_bind(struct analogix_dp_device *dp, struct drm_device *drm_dev);
47 void analogix_dp_unbind(struct analogix_dp_device *dp);
48 void analogix_dp_remove(struct analogix_dp_device *dp);

Completed in 184 milliseconds