Home
last modified time | relevance | path

Searched refs:proto_ver (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/platform/x86/amd/hsmp/
H A Dhsmp.h55 u32 proto_ver; member
H A Dacpi.c247 if (hsmp_pdev->proto_ver == HSMP_PROTO_VER6) in hsmp_is_sock_attr_visible()
494 if (hsmp_pdev->proto_ver == HSMP_PROTO_VER6) { in init_acpi()
H A Dhsmp.c427 hsmp_pdev.proto_ver = msg.args[0]; in hsmp_cache_proto_ver()
/linux/fs/orangefs/
H A Ddevorangefs-req.c163 __s32 proto_ver = ORANGEFS_KERNEL_PROTO_VERSION; in orangefs_devreq_read() local
281 ret = copy_to_user(buf, &proto_ver, sizeof(__s32)); in orangefs_devreq_read()
/linux/drivers/i2c/busses/
H A Di2c-cp2615.c49 __be16 part_id, option_id, proto_ver; member
/linux/Documentation/filesystems/
H A Dorangefs.rst492 io_array[0].iov_base = address of local variable "proto_ver" (int32_t)
/linux/net/ceph/
H A Dosd_client.c4566 u8 proto_ver, opcode; in handle_watch_notify() local
4573 ceph_decode_8_safe(&p, end, proto_ver, bad); in handle_watch_notify()
4579 if (proto_ver >= 1) { in handle_watch_notify()