Searched refs:native_ioctl (Results 1 – 2 of 2) sorted by relevance
/drivers/staging/media/atomisp/pci/ |
D | atomisp_compat_ioctl32.c | 835 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/ |
D | v4l2-compat-ioctl32.c | 112 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()
|