Searched refs:to_match (Results 1 - 3 of 3) sorted by relevance

/linux-master/samples/bpf/
H A Dxdp_sample.bpf.c30 const volatile int to_match[32] = {}; variable
190 if (!IN_SET(to_match, dev->ifindex))
218 if (!IN_SET(to_match, idx_out))
252 if (!IN_SET(to_match, idx_out))
/linux-master/drivers/gpu/drm/
H A Ddrm_edid.c4257 static u8 drm_match_cea_mode_clock_tolerance(const struct drm_display_mode *to_match, argument
4263 if (!to_match->clock)
4266 if (to_match->picture_aspect_ratio)
4279 if (abs(to_match->clock - clock1) > clock_tolerance &&
4280 abs(to_match->clock - clock2) > clock_tolerance)
4284 if (drm_mode_match(to_match, &cea_mode, match_flags))
4294 * @to_match: display mode
4299 u8 drm_match_cea_mode(const struct drm_display_mode *to_match) argument
4304 if (!to_match->clock)
4307 if (to_match
4364 drm_match_hdmi_mode_clock_tolerance(const struct drm_display_mode *to_match, unsigned int clock_tolerance) argument
4403 drm_match_hdmi_mode(const struct drm_display_mode *to_match) argument
[all...]
/linux-master/include/drm/
H A Ddrm_edid.h420 u8 drm_match_cea_mode(const struct drm_display_mode *to_match);

Completed in 209 milliseconds