Home
last modified time | relevance | path

Searched defs:to_match (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_edid.c3634 static u8 drm_match_cea_mode_clock_tolerance(const struct drm_display_mode *to_match, in drm_match_cea_mode_clock_tolerance()
3674 u8 drm_match_cea_mode(const struct drm_display_mode *to_match) in drm_match_cea_mode()
3737 static u8 drm_match_hdmi_mode_clock_tolerance(const struct drm_display_mode *to_match, in drm_match_hdmi_mode_clock_tolerance()
3776 static u8 drm_match_hdmi_mode(const struct drm_display_mode *to_match) in drm_match_hdmi_mode()
/OK3568_Linux_fs/u-boot/common/
H A Dedid.c3907 u8 drm_match_cea_mode_clock_tolerance(const struct drm_display_mode *to_match, in drm_match_cea_mode_clock_tolerance()
3944 u8 drm_match_hdmi_mode_clock_tolerance(const struct drm_display_mode *to_match, in drm_match_hdmi_mode_clock_tolerance()
4796 static u8 drm_match_hdmi_mode(const struct drm_display_mode *to_match) in drm_match_hdmi_mode()
5570 u8 drm_match_cea_mode(struct drm_display_mode *to_match) in drm_match_cea_mode()
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_edid.h572 static inline u8 drm_match_cea_mode(const struct drm_display_mode *to_match) in drm_match_cea_mode()