Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/imagination/ !
H A Dpvr_device.h723 * @struct_instance_: An expression which evaluates to a pointer to a UAPI data
725 * @union_: The name of the union member of @struct_instance_ to check. If the
726 * union member is nested within the type of @struct_instance_, this may
734 * * %true if every byte in @struct_instance_ between the end of @member_ and
738 #define PVR_IOCTL_UNION_PADDING_CHECK(struct_instance_, union_, member_) \ argument
740 typeof(struct_instance_) __instance = (struct_instance_); \