Home
last modified time | relevance | path

Searched refs:struct_version (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/platform_data/
H A Dwilco-ec.h63 u8 struct_version; member
81 u8 struct_version; member
/linux/fs/xfs/libxfs/
H A Dxfs_sb.h33 int struct_version);
H A Dxfs_sb.c1510 int struct_version) in xfs_fs_geometry() argument
1531 if (struct_version < 2) in xfs_fs_geometry()
1537 if (struct_version < 3) in xfs_fs_geometry()
1594 if (struct_version < 4) in xfs_fs_geometry()
1602 if (struct_version < 5) in xfs_fs_geometry()
/linux/drivers/platform/chrome/wilco_ec/
H A Dmailbox.c95 rq->struct_version = EC_MAILBOX_PROTO_VERSION; in wilco_ec_prepare()
/linux/arch/mips/include/asm/sn/
H A Dklconfig.h486 unsigned char struct_version; /* version of this structure */ member
/linux/drivers/platform/chrome/
H A Dcros_ec_proto_test.c104 KUNIT_EXPECT_EQ(test, request->struct_version, EC_HOST_REQUEST_VERSION); in cros_ec_proto_test_prepare_tx_normal()