Searched refs:check_version (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | cros_ec.h | 222 int (*check_version)(struct udevice *dev); member
|
| /OK3568_Linux_fs/u-boot/drivers/misc/ |
| H A D | cros_ec_lpc.c | 205 .check_version = cros_ec_lpc_check_version,
|
| H A D | cros_ec.c | 632 if (ops->check_version) { in cros_ec_check_version() 633 ret = ops->check_version(dev->dev); in cros_ec_check_version()
|
| /OK3568_Linux_fs/kernel/fs/dlm/ |
| H A D | plock.c | 44 static int check_version(struct dlm_plock_info *info) in check_version() function 430 if (check_version(&info)) in dev_write()
|
| H A D | user.c | 459 static int check_version(struct dlm_write_request *req) in check_version() function 526 if (check_version(kbuf)) { in device_write()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/caam/ |
| H A D | ctrl.c | 593 static bool check_version(struct fsl_mc_version *mc_version, u32 major, in check_version() function 730 pr_support = check_version(mc_version, 10, 20, 0); in caam_probe()
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | dm-ioctl.c | 1709 static int check_version(unsigned int cmd, struct dm_ioctl __user *user) in check_version() function 1868 r = check_version(cmd, user); in ctl_ioctl()
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | module.c | 1311 static int check_version(const struct load_info *info, in check_version() function 1375 return check_version(info, "module_layout", mod, crc); in check_modstruct_version() 1389 static inline int check_version(const struct load_info *info, in check_version() function 1495 if (!check_version(info, name, mod, crc)) { in resolve_symbol()
|