Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_arm.c44 #define MAX_ELEMENTS 8 macro
1410 if (service && (args.count <= MAX_ELEMENTS)) { in vchiq_ioctl()
1412 struct vchiq_element elements[MAX_ELEMENTS]; in vchiq_ioctl()
1664 if (args32.count > MAX_ELEMENTS) in vchiq_compat_ioctl_queue_message()
1672 struct vchiq_element32 element32[MAX_ELEMENTS]; in vchiq_compat_ioctl_queue_message()
1673 struct vchiq_element elements[MAX_ELEMENTS]; in vchiq_compat_ioctl_queue_message()