Home
last modified time | relevance | path

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

/linux/drivers/platform/raspberrypi/vchiq-interface/
H A Dvchiq_dev.c990 struct vchiq_element32 element32[MAX_ELEMENTS]; in vchiq_compat_ioctl_queue_message() local
994 if (copy_from_user(&element32, args.elements, in vchiq_compat_ioctl_queue_message()
995 sizeof(element32))) { in vchiq_compat_ioctl_queue_message()
1002 compat_ptr(element32[count].data); in vchiq_compat_ioctl_queue_message()
1003 elements[count].size = element32[count].size; in vchiq_compat_ioctl_queue_message()