Home
last modified time | relevance | path

Searched refs:check_cfg (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/package/glmark2/
H A D0001-wscript-use-find_program-to-find-wayland-scanner.patch6 Use find_program instead of check_cfg to find wayland-scanner. This will
40 ctx.check_cfg(package = 'wayland-protocols', atleast_version = '1.12',
42 - ctx.check_cfg(package = 'wayland-scanner', variables = ['wayland_scanner'],
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-subdev.c152 static int check_cfg(u32 which, struct v4l2_subdev_pad_config *cfg) in check_cfg() function
168 check_cfg(format->which, cfg); in check_format()
195 check_cfg(code->which, cfg) ? : in call_enum_mbus_code()
207 check_cfg(fse->which, cfg) ? : in call_enum_frame_size()
242 check_cfg(fie->which, cfg) ? : in call_enum_frame_interval()
254 check_cfg(sel->which, cfg); in check_selection()
/OK3568_Linux_fs/yocto/poky/meta/recipes-gnome/librsvg/librsvg/
H A D0001-system-deps-src-lib.rs-do-not-probe-into-harcoded-li.patch32 fn check_cfg(&self, cfg: &cfg_expr::Expression) -> Result<bool, Error> {
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dverifier.c8534 static int check_cfg(struct bpf_verifier_env *env) in check_cfg() function
12416 ret = check_cfg(env); in bpf_check()