/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
|
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
|
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);
|
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);
|
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);
|