Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
ide-ioctls.c File Reference
#include <linux/export.h>
#include <linux/hdreg.h>
#include <linux/ide.h>
#include <linux/slab.h>

Go to the source code of this file.

Functions

int ide_setting_ioctl (ide_drive_t *drive, struct block_device *bdev, unsigned int cmd, unsigned long arg, const struct ide_ioctl_devset *s)
 
 EXPORT_SYMBOL_GPL (ide_setting_ioctl)
 
int generic_ide_ioctl (ide_drive_t *drive, struct block_device *bdev, unsigned int cmd, unsigned long arg)
 
 EXPORT_SYMBOL (generic_ide_ioctl)
 

Function Documentation

EXPORT_SYMBOL ( generic_ide_ioctl  )
EXPORT_SYMBOL_GPL ( ide_setting_ioctl  )
int generic_ide_ioctl ( ide_drive_t drive,
struct block_device bdev,
unsigned int  cmd,
unsigned long  arg 
)

Definition at line 234 of file ide-ioctls.c.

int ide_setting_ioctl ( ide_drive_t drive,
struct block_device bdev,
unsigned int  cmd,
unsigned long  arg,
const struct ide_ioctl_devset s 
)

Definition at line 19 of file ide-ioctls.c.