/openbmc/qemu/scripts/ |
H A D | vmstate-static-checker.py | 279 check_version(s_item, d_item, sec, desc) 318 check_version(src_desc, dest_desc, sec, src_desc["name"]) 342 def check_version(s, d, sec, desc=None): function 422 check_version(s, d, sec)
|
/openbmc/linux/kernel/module/ |
H A D | version.c | 13 int check_version(const struct load_info *info, in check_version() function 76 return check_version(info, "module_layout", mod, fsa.crc); in check_modstruct_version()
|
H A D | internal.h | 381 int check_version(const struct load_info *info, 388 static inline int check_version(const struct load_info *info, in check_version() function
|
H A D | main.c | 1139 if (!check_version(info, name, mod, fsa.crc)) { in resolve_symbol()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | Makefile | 181 check: check_abi check_version 210 check_version: $(VERSION_SCRIPT) libbpf_version.h target 273 PHONY += force cscope tags check check_abi check_version
|
/openbmc/linux/tools/testing/kunit/ |
H A D | kunit_parser.py | 253 def check_version(version_num: int, accepted_versions: List[int], function 292 check_version(version_num, KTAP_VERSIONS, 'KTAP', test) 295 check_version(version_num, TAP_VERSIONS, 'TAP', test)
|
/openbmc/u-boot/include/ |
H A D | cros_ec.h | 226 int (*check_version)(struct udevice *dev); member
|
/openbmc/u-boot/drivers/misc/ |
H A D | cros_ec_lpc.c | 237 .check_version = cros_ec_lpc_check_version,
|
H A D | cros_ec.c | 725 if (ops->check_version) { in cros_ec_check_version() 726 ret = ops->check_version(dev); in cros_ec_check_version()
|
/openbmc/linux/fs/dlm/ |
H A D | plock.c | 68 static int check_version(struct dlm_plock_info *info) in check_version() function 545 if (check_version(&info)) in dev_write()
|
H A D | user.c | 484 static int check_version(struct dlm_write_request *req) in check_version() function 551 if (check_version(kbuf)) { in device_write()
|
/openbmc/linux/drivers/crypto/caam/ |
H A D | ctrl.c | 613 static bool check_version(struct fsl_mc_version *mc_version, u32 major, in check_version() function 1002 ctrlpriv->pr_support = check_version(mc_version, 10, 20, in caam_probe()
|
/openbmc/linux/drivers/bluetooth/ |
H A D | btrtl.c | 1060 check_version: in btrtl_initialize() 1140 goto check_version; in btrtl_initialize()
|
/openbmc/linux/drivers/md/ |
H A D | dm-ioctl.c | 1902 static int check_version(unsigned int cmd, struct dm_ioctl __user *user, in check_version() function 2070 r = check_version(cmd, user, ¶m_kernel); in ctl_ioctl()
|