Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_arm.c71 #define MAX_ELEMENTS 8 macro
1103 if ((service != NULL) && (args.count <= MAX_ELEMENTS)) { in vchiq_ioctl()
1105 struct vchiq_element elements[MAX_ELEMENTS]; in vchiq_ioctl()
1662 (sizeof(*elements) * MAX_ELEMENTS)); in vchiq_compat_ioctl_queue_message()
1672 if (args32.count > MAX_ELEMENTS) in vchiq_compat_ioctl_queue_message()
1676 struct vchiq_element32 tempelement32[MAX_ELEMENTS]; in vchiq_compat_ioctl_queue_message()