Home
last modified time | relevance | path

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

/linux/include/linux/raspberrypi/
H A Dvchiq_arm.h20 #define MAX_ELEMENTS 8 macro
/linux/drivers/platform/raspberrypi/vchiq-interface/
H A Dvchiq_dev.c733 if (service && (args.count <= MAX_ELEMENTS)) { in vchiq_ioctl()
735 struct vchiq_element elements[MAX_ELEMENTS]; in vchiq_ioctl()
982 if (args32.count > MAX_ELEMENTS) in vchiq_compat_ioctl_queue_message()
990 struct vchiq_element32 element32[MAX_ELEMENTS]; in vchiq_compat_ioctl_queue_message()
991 struct vchiq_element elements[MAX_ELEMENTS]; in vchiq_compat_ioctl_queue_message()