MEGADEV_IOCTL

Section: (9)
Updated: 09 October 2005
Index Return to Main Contents

 

NAME

megadev_ioctl -  

SYNOPSIS

"SYNOPSIS"

int megadev_ioctl (struct inode * inode, struct file * filep, unsigned int cmd, unsigned long arg);  

ARGUMENTS

inode
-- undescribed --
filep
-- undescribed --
cmd
-- undescribed --
arg
-- undescribed --
 

DESCRIPTION

inode - Our device inode filep - unused cmd - ioctl command arg - user buffer

ioctl entry point for our private ioctl interface. We move the data in from the user space, prepare the command (if necessary, convert the old MIMD ioctl to new ioctl command), and issue a synchronous command to the controller.


 

Index

NAME
SYNOPSIS
ARGUMENTS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 00:02:28 GMT, October 09, 2005