HomeSort by: relevance | last modified time | path
    Searched defs:drm_compat_ioctl (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_ioctl.h 188 long drm_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg);
190 /* Let drm_compat_ioctl be assigned to .compat_ioctl unconditionally */
191 #define drm_compat_ioctl NULL macro
  /src/sys/external/bsd/drm2/dist/drm/
drm_ioc32.c 962 * drm_compat_ioctl - 32bit IOCTL compatibility handler for DRM drivers
975 long drm_compat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) function in typeref:typename:long
1003 EXPORT_SYMBOL(drm_compat_ioctl);

Completed in 13 milliseconds