Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_arm.c41 #define MAX_ELEMENTS 8 macro
1024 if ((service != NULL) && (args.count <= MAX_ELEMENTS)) { in vchiq_ioctl()
1026 struct vchiq_element elements[MAX_ELEMENTS]; in vchiq_ioctl()
1571 (sizeof(*elements) * MAX_ELEMENTS)); in vchiq_compat_ioctl_queue_message()
1581 if (args32.count > MAX_ELEMENTS) in vchiq_compat_ioctl_queue_message()
1585 struct vchiq_element32 tempelement32[MAX_ELEMENTS]; in vchiq_compat_ioctl_queue_message()