Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/imagination/
H A Dpvr_device.h673 * @union_offset: Offset into the type of @instance of the target union. Must
678 * @union_offset and @union_size. It is assumed that the offset of the target
679 * 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()