Home
last modified time | relevance | path

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

/linux/drivers/platform/raspberrypi/vchiq-interface/
H A Dvchiq_ioctl.h10 #define VCHIQ_IOC_MAGIC 0xc4 macro
83 #define VCHIQ_IOC_CONNECT _IO(VCHIQ_IOC_MAGIC, 0)
84 #define VCHIQ_IOC_SHUTDOWN _IO(VCHIQ_IOC_MAGIC, 1)
86 _IOWR(VCHIQ_IOC_MAGIC, 2, struct vchiq_create_service)
87 #define VCHIQ_IOC_REMOVE_SERVICE _IO(VCHIQ_IOC_MAGIC, 3)
89 _IOW(VCHIQ_IOC_MAGIC, 4, struct vchiq_queue_message)
91 _IOWR(VCHIQ_IOC_MAGIC, 5, struct vchiq_queue_bulk_transfer)
93 _IOWR(VCHIQ_IOC_MAGIC, 6, struct vchiq_queue_bulk_transfer)
95 _IOWR(VCHIQ_IOC_MAGIC, 7, struct vchiq_await_completion)
97 _IOWR(VCHIQ_IOC_MAGIC, 8, struct vchiq_dequeue_message)
[all …]
H A Dvchiq_dev.c593 ((_IOC_TYPE(cmd) == VCHIQ_IOC_MAGIC) && (_IOC_NR(cmd) <= VCHIQ_IOC_MAX)) ? in vchiq_ioctl()
909 _IOWR(VCHIQ_IOC_MAGIC, 2, struct vchiq_create_service32)
960 _IOW(VCHIQ_IOC_MAGIC, 4, struct vchiq_queue_message32)
1024 _IOWR(VCHIQ_IOC_MAGIC, 5, struct vchiq_queue_bulk_transfer32)
1026 _IOWR(VCHIQ_IOC_MAGIC, 6, struct vchiq_queue_bulk_transfer32)
1062 _IOWR(VCHIQ_IOC_MAGIC, 7, struct vchiq_await_completion32)
1095 _IOWR(VCHIQ_IOC_MAGIC, 8, struct vchiq_dequeue_message32)
1124 _IOWR(VCHIQ_IOC_MAGIC, 10, struct vchiq_get_config32)