Searched refs:union_offset (Results 1 – 1 of 1) sorted by relevance
673 * @union_offset: Offset into the type of @instance of the target union. Must678 * @union_offset and @union_size. It is assumed that the offset of the target679 * member is zero relative to @union_offset. Must be 64-bit aligned.691 pvr_ioctl_union_padding_check(void *instance, size_t union_offset, in pvr_ioctl_union_padding_check() argument 698 void *padding_start = ((u8 *)instance) + union_offset + member_size; in pvr_ioctl_union_padding_check()