Searched refs:vchiq_ioctl (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/staging/vc04_services/interface/vchiq_arm/ |
D | vchiq_arm.c | 865 vchiq_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in vchiq_ioctl() function 1616 ret = vchiq_ioctl(file, VCHIQ_IOC_CREATE_SERVICE, (unsigned long)args); in vchiq_compat_ioctl_create_service() 1697 return vchiq_ioctl(file, VCHIQ_IOC_QUEUE_MESSAGE, (unsigned long)args); in vchiq_compat_ioctl_queue_message() 1745 ret = vchiq_ioctl(file, cmd, (unsigned long)args); in vchiq_compat_ioctl_queue_bulk() 1818 return vchiq_ioctl(file, in vchiq_compat_ioctl_await_completion() 1864 ret = vchiq_ioctl(file, in vchiq_compat_ioctl_await_completion() 1947 return vchiq_ioctl(file, VCHIQ_IOC_DEQUEUE_MESSAGE, in vchiq_compat_ioctl_dequeue_message() 1980 return vchiq_ioctl(file, VCHIQ_IOC_GET_CONFIG, (unsigned long)args); in vchiq_compat_ioctl_get_config() 2001 return vchiq_ioctl(file, cmd, arg); in vchiq_compat_ioctl() 2374 .unlocked_ioctl = vchiq_ioctl,
|