Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
ide-disk.c File Reference
#include <linux/types.h>
#include <linux/string.h>
#include <linux/kernel.h>
#include <linux/timer.h>
#include <linux/mm.h>
#include <linux/interrupt.h>
#include <linux/major.h>
#include <linux/errno.h>
#include <linux/genhd.h>
#include <linux/slab.h>
#include <linux/delay.h>
#include <linux/mutex.h>
#include <linux/leds.h>
#include <linux/ide.h>
#include <asm/byteorder.h>
#include <asm/irq.h>
#include <asm/uaccess.h>
#include <asm/io.h>
#include <asm/div64.h>
#include "ide-disk.h"

Go to the source code of this file.

Functions

 ide_devset_get (multcount, mult_count)
 
 ide_devset_get_flag (nowerr, IDE_DFLAG_NOWERR)
 
 ide_devset_get_flag (wcache, IDE_DFLAG_WCACHE)
 
 ide_devset_get (acoustic, acoustic)
 
 ide_devset_get_flag (addressing, IDE_DFLAG_LBA48)
 
 ide_ext_devset_rw (acoustic, acoustic)
 
 ide_ext_devset_rw (address, addressing)
 
 ide_ext_devset_rw (multcount, multcount)
 
 ide_ext_devset_rw (wcache, wcache)
 
 ide_ext_devset_rw_sync (nowerr, nowerr)
 

Variables

struct ide_disk_ops ide_ata_disk_ops
 

Function Documentation

ide_devset_get ( multcount  ,
mult_count   
)
ide_devset_get ( acoustic  ,
acoustic   
)
ide_devset_get_flag ( nowerr  ,
IDE_DFLAG_NOWERR   
)
ide_devset_get_flag ( wcache  ,
IDE_DFLAG_WCACHE   
)
ide_devset_get_flag ( addressing  ,
IDE_DFLAG_LBA48   
)
ide_ext_devset_rw ( acoustic  ,
acoustic   
)
ide_ext_devset_rw ( address  ,
addressing   
)
ide_ext_devset_rw ( multcount  ,
multcount   
)
ide_ext_devset_rw ( wcache  ,
wcache   
)
ide_ext_devset_rw_sync ( nowerr  ,
nowerr   
)

Variable Documentation

struct ide_disk_ops ide_ata_disk_ops
Initial value:
= {
.check = ide_disk_check,
.unlock_native_capacity = ide_disk_unlock_native_capacity,
.get_capacity = ide_disk_get_capacity,
.setup = ide_disk_setup,
.flush = ide_disk_flush,
.init_media = ide_disk_init_media,
.set_doorlock = ide_disk_set_doorlock,
.do_request = ide_do_rw_disk,
.ioctl = ide_disk_ioctl,
}

Definition at line 786 of file ide-disk.c.