Lines Matching defs:file
2 * \file r128_ioc32.c
63 static int compat_r128_init(struct file *file, unsigned int cmd,
95 return drm_ioctl_kernel(file, r128_cce_init, &init,
108 static int compat_r128_depth(struct file *file, unsigned int cmd,
124 return drm_ioctl_kernel(file, r128_cce_depth, &depth, DRM_AUTH);
131 static int compat_r128_stipple(struct file *file, unsigned int cmd,
142 return drm_ioctl_kernel(file, r128_cce_stipple, &stipple, DRM_AUTH);
150 static int compat_r128_getparam(struct file *file, unsigned int cmd,
162 return drm_ioctl_kernel(file, r128_getparam, &getparam, DRM_AUTH);
176 * \param filp file pointer.
181 long r128_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg)