Home
last modified time | relevance | path

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

/openbmc/linux/samples/bpf/
H A Dxdp_sample.bpf.c30 const volatile int to_match[32] = {}; variable
190 if (!IN_SET(to_match, dev->ifindex)) in BPF_PROG()
218 if (!IN_SET(to_match, idx_out)) in BPF_PROG()
252 if (!IN_SET(to_match, idx_out)) in BPF_PROG()
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_edid.c4259 if (!to_match->clock) in drm_match_cea_mode_clock_tolerance()
4262 if (to_match->picture_aspect_ratio) in drm_match_cea_mode_clock_tolerance()
4276 abs(to_match->clock - clock2) > clock_tolerance) in drm_match_cea_mode_clock_tolerance()
4300 if (!to_match->clock) in drm_match_cea_mode()
4303 if (to_match->picture_aspect_ratio) in drm_match_cea_mode()
4317 KHZ2PICOS(to_match->clock) != KHZ2PICOS(clock2)) in drm_match_cea_mode()
4366 if (!to_match->clock) in drm_match_hdmi_mode_clock_tolerance()
4369 if (to_match->picture_aspect_ratio) in drm_match_hdmi_mode_clock_tolerance()
4381 abs(to_match->clock - clock2) > clock_tolerance) in drm_match_hdmi_mode_clock_tolerance()
4404 if (!to_match->clock) in drm_match_hdmi_mode()
[all …]
/openbmc/linux/include/drm/
H A Ddrm_edid.h575 u8 drm_match_cea_mode(const struct drm_display_mode *to_match);