Home
last modified time | relevance | path

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

/drivers/staging/android/ion/
Dcompat_ion.h22 long compat_ion_ioctl(struct file *filp, unsigned int cmd, unsigned long arg);
26 #define compat_ion_ioctl NULL macro
Dcompat_ion.c124 long compat_ion_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in compat_ion_ioctl() function
Dion.c1427 .compat_ioctl = compat_ion_ioctl,