Symbol: drm_dp_dual_mode_type
sys/dev/pci/drm/display/drm_dp_dual_mode_helper.c
205
enum drm_dp_dual_mode_type drm_dp_dual_mode_detect(const struct drm_device *dev,
sys/dev/pci/drm/display/drm_dp_dual_mode_helper.c
277
int drm_dp_dual_mode_max_tmds_clock(const struct drm_device *dev, enum drm_dp_dual_mode_type type,
sys/dev/pci/drm/display/drm_dp_dual_mode_helper.c
323
enum drm_dp_dual_mode_type type, struct i2c_adapter *adapter,
sys/dev/pci/drm/display/drm_dp_dual_mode_helper.c
361
int drm_dp_dual_mode_set_tmds_output(const struct drm_device *dev, enum drm_dp_dual_mode_type type,
sys/dev/pci/drm/display/drm_dp_dual_mode_helper.c
413
const char *drm_dp_get_dual_mode_type_name(enum drm_dp_dual_mode_type type)
sys/dev/pci/drm/i915/display/intel_display_types.h
1570
enum drm_dp_dual_mode_type type;
sys/dev/pci/drm/i915/display/intel_hdmi.c
2455
enum drm_dp_dual_mode_type type;
sys/dev/pci/drm/i915/display/intel_lspcon.c
266
enum drm_dp_dual_mode_type adaptor_type;
sys/dev/pci/drm/include/drm/display/drm_dp_dual_mode_helper.h
107
enum drm_dp_dual_mode_type
sys/dev/pci/drm/include/drm/display/drm_dp_dual_mode_helper.h
109
int drm_dp_dual_mode_max_tmds_clock(const struct drm_device *dev, enum drm_dp_dual_mode_type type,
sys/dev/pci/drm/include/drm/display/drm_dp_dual_mode_helper.h
111
int drm_dp_dual_mode_get_tmds_output(const struct drm_device *dev, enum drm_dp_dual_mode_type type,
sys/dev/pci/drm/include/drm/display/drm_dp_dual_mode_helper.h
113
int drm_dp_dual_mode_set_tmds_output(const struct drm_device *dev, enum drm_dp_dual_mode_type type,
sys/dev/pci/drm/include/drm/display/drm_dp_dual_mode_helper.h
115
const char *drm_dp_get_dual_mode_type_name(enum drm_dp_dual_mode_type type);