Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/
Di915_ioc32.c78 long i915_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in i915_compat_ioctl() function
Di915_drv.h2216 long i915_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg);
2218 #define i915_compat_ioctl NULL macro
Di915_drv.c2788 .compat_ioctl = i915_compat_ioctl,