Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/vc04_services/interface/vchiq_arm/
Dvchiq_arm.c805 vchiq_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in vchiq_ioctl() function
1525 ret = vchiq_ioctl(file, VCHIQ_IOC_CREATE_SERVICE, (unsigned long)args); in vchiq_compat_ioctl_create_service()
1606 return vchiq_ioctl(file, VCHIQ_IOC_QUEUE_MESSAGE, (unsigned long)args); in vchiq_compat_ioctl_queue_message()
1652 ret = vchiq_ioctl(file, cmd, (unsigned long)args); in vchiq_compat_ioctl_queue_bulk()
1726 return vchiq_ioctl(file, in vchiq_compat_ioctl_await_completion()
1772 ret = vchiq_ioctl(file, in vchiq_compat_ioctl_await_completion()
1859 return vchiq_ioctl(file, VCHIQ_IOC_DEQUEUE_MESSAGE, in vchiq_compat_ioctl_dequeue_message()
1892 return vchiq_ioctl(file, VCHIQ_IOC_GET_CONFIG, (unsigned long)args); in vchiq_compat_ioctl_get_config()
1913 return vchiq_ioctl(file, cmd, arg); in vchiq_compat_ioctl()
2239 .unlocked_ioctl = vchiq_ioctl,