HomeSort by: relevance | last modified time | path
    Searched refs:i915_compat_ioctl (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_ioc32.c 75 * i915_compat_ioctl - handle the mistakes of the past
83 long i915_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) function in typeref:typename:long
i915_drv.h 1810 long i915_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg);
1812 #define i915_compat_ioctl NULL macro
i915_drv.c 2784 .compat_ioctl = i915_compat_ioctl,
  /src/sys/external/bsd/drm/dist/shared-core/
i915_drv.h 413 extern long i915_compat_ioctl(struct file *filp, unsigned int cmd,

Completed in 40 milliseconds