Searched refs:to_match (Results 1 – 3 of 3) sorted by relevance
540 char *to_match; in coresight_name_match() local543 to_match = data; in coresight_name_match()546 if (to_match && !strcmp(to_match, dev_name(&i_csdev->dev))) in coresight_name_match()
2494 u8 drm_match_cea_mode(const struct drm_display_mode *to_match) in drm_match_cea_mode() argument2498 if (!to_match->clock) in drm_match_cea_mode()2509 if ((KHZ2PICOS(to_match->clock) == KHZ2PICOS(clock1) || in drm_match_cea_mode()2510 KHZ2PICOS(to_match->clock) == KHZ2PICOS(clock2)) && in drm_match_cea_mode()2511 drm_mode_equal_no_clocks_no_stereo(to_match, cea_mode)) in drm_match_cea_mode()2559 static u8 drm_match_hdmi_mode(const struct drm_display_mode *to_match) in drm_match_hdmi_mode() argument2563 if (!to_match->clock) in drm_match_hdmi_mode()2574 if ((KHZ2PICOS(to_match->clock) == KHZ2PICOS(clock1) || in drm_match_hdmi_mode()2575 KHZ2PICOS(to_match->clock) == KHZ2PICOS(clock2)) && in drm_match_hdmi_mode()2576 drm_mode_equal_no_clocks_no_stereo(to_match, hdmi_mode)) in drm_match_hdmi_mode()
1432 extern u8 drm_match_cea_mode(const struct drm_display_mode *to_match);