Home
last modified time | relevance | path

Searched refs:to_match (Results 1 – 2 of 2) sorted by relevance

/drivers/hwtracing/coresight/
Dcoresight.c550 char *to_match; in coresight_name_match() local
553 to_match = data; in coresight_name_match()
556 if (to_match && !strcmp(to_match, dev_name(&i_csdev->dev))) in coresight_name_match()
/drivers/gpu/drm/
Ddrm_edid.c2574 u8 drm_match_cea_mode(const struct drm_display_mode *to_match) in drm_match_cea_mode() argument
2578 if (!to_match->clock) in drm_match_cea_mode()
2589 if ((KHZ2PICOS(to_match->clock) == KHZ2PICOS(clock1) || in drm_match_cea_mode()
2590 KHZ2PICOS(to_match->clock) == KHZ2PICOS(clock2)) && in drm_match_cea_mode()
2591 drm_mode_equal_no_clocks_no_stereo(to_match, cea_mode)) in drm_match_cea_mode()
2639 static u8 drm_match_hdmi_mode(const struct drm_display_mode *to_match) in drm_match_hdmi_mode() argument
2643 if (!to_match->clock) in drm_match_hdmi_mode()
2654 if ((KHZ2PICOS(to_match->clock) == KHZ2PICOS(clock1) || in drm_match_hdmi_mode()
2655 KHZ2PICOS(to_match->clock) == KHZ2PICOS(clock2)) && in drm_match_hdmi_mode()
2656 drm_mode_equal_no_clocks_no_stereo(to_match, hdmi_mode)) in drm_match_hdmi_mode()