Home
last modified time | relevance | path

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

/drivers/staging/media/atomisp/pci/
Datomisp_compat_ioctl32.c835 static long native_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in native_ioctl() function
1037 err = native_ioctl(file, cmd, (unsigned long)karg); in atomisp_do_compat_ioctl()
1161 ret = native_ioctl(file, cmd, arg); in atomisp_compat_ioctl32()
/drivers/media/v4l2-core/
Dv4l2-compat-ioctl32.c112 static long native_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in native_ioctl() function
1677 err = native_ioctl(file, ncmd, (unsigned long)p32); in do_video_ioctl()
1679 err = native_ioctl(file, ncmd, (unsigned long)new_p64); in do_video_ioctl()