Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_kernel_linux.c181 static long mali_ioctl(struct file *filp, unsigned int cmd, unsigned long arg);
275 .unlocked_ioctl = mali_ioctl,
276 .compat_ioctl = mali_ioctl,
935 static long mali_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in mali_ioctl() function