Searched refs:i915_ioc32_compat_ioctl (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_ioc32.h | 11 long i915_ioc32_compat_ioctl(struct file *filp, unsigned int cmd, 14 #define i915_ioc32_compat_ioctl NULL macro
|
H A D | i915_ioc32.c | 67 * i915_ioc32_compat_ioctl - handle the mistakes of the past 75 long i915_ioc32_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in i915_ioc32_compat_ioctl() function
|
H A D | i915_drv.c | 1667 .compat_ioctl = i915_ioc32_compat_ioctl,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_ioc32.h | 11 long i915_ioc32_compat_ioctl(struct file *filp, unsigned int cmd, 14 #define i915_ioc32_compat_ioctl NULL macro
|
H A D | i915_ioc32.c | 68 * i915_ioc32_compat_ioctl - handle the mistakes of the past 76 long i915_ioc32_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in i915_ioc32_compat_ioctl() function
|
H A D | i915_driver.c | 1719 .compat_ioctl = i915_ioc32_compat_ioctl,
|
Completed in 5 milliseconds