DRM_IOCTL
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
drm_ioctl -
SYNOPSIS
"SYNOPSIS"
int drm_ioctl (struct inode * inode, struct file * filp, unsigned int cmd, unsigned long arg);
ARGUMENTS
- inode
-
-- undescribed --
- filp
-
-- undescribed --
- cmd
-
-- undescribed --
- arg
-
-- undescribed --
DESCRIPTION
\param inode device inode.
\param filp file pointer.
\param cmd command.
\param arg user argument.
\return zero on success or negative number on failure.
LOOKS UP THE IOCTL FUNCTION IN THE
:ioctls table, checking for root
previleges if so required, and dispatches to the respective function.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
- LOOKS UP THE IOCTL FUNCTION IN THE
-
This document was created by
man2html,
using the manual pages.
Time: 00:02:05 GMT, October 09, 2005