Searched refs:drm_dp_dual_mode_read (Results  1 – 2 of 2) sorted by relevance
| /Linux-v6.6/drivers/gpu/drm/display/ | 
| D | drm_dp_dual_mode_helper.c | 63 ssize_t drm_dp_dual_mode_read(struct i2c_adapter *adapter,  in drm_dp_dual_mode_read()  function112 EXPORT_SYMBOL(drm_dp_dual_mode_read);
 226 	ret = drm_dp_dual_mode_read(adapter, DP_DUAL_MODE_HDMI_ID,  in drm_dp_dual_mode_detect()
 233 	ret = drm_dp_dual_mode_read(adapter, DP_DUAL_MODE_ADAPTOR_ID,  in drm_dp_dual_mode_detect()
 294 	ret = drm_dp_dual_mode_read(adapter, DP_DUAL_MODE_MAX_TMDS_CLOCK,  in drm_dp_dual_mode_max_tmds_clock()
 334 	ret = drm_dp_dual_mode_read(adapter, DP_DUAL_MODE_TMDS_OEN,  in drm_dp_dual_mode_get_tmds_output()
 386 		ret = drm_dp_dual_mode_read(adapter, DP_DUAL_MODE_TMDS_OEN,  in drm_dp_dual_mode_set_tmds_output()
 463 		ret = drm_dp_dual_mode_read(adapter,  in drm_lspcon_get_mode()
 
 | 
| /Linux-v6.6/include/drm/display/ | 
| D | drm_dp_dual_mode_helper.h | 68 ssize_t drm_dp_dual_mode_read(struct i2c_adapter *adapter,
 |