Home
last modified time | relevance | path

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

/linux-4.19.296/include/drm/
Ddrm_device.h33 int if_version; /**< Highest interface version set */ member
/linux-4.19.296/fs/afs/
Dxdr_fs.h16 __be32 if_version; member
Dfsclient.c144 if (xdr->if_version != htonl(AFS_FSTATUS_VERSION)) { in xdr_decode_AFSFetchStatus()
145 if (xdr->if_version == htonl(0) && in xdr_decode_AFSFetchStatus()
156 pr_warn("Unknown AFSFetchStatus version %u\n", ntohl(xdr->if_version)); in xdr_decode_AFSFetchStatus()
/linux-4.19.296/drivers/isdn/gigaset/
Dinterface.c60 static int if_version(struct cardstate *cs, unsigned arg[4]) in if_version() function
218 retval = if_version(cs, version); in if_ioctl()