Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
ide-floppy_proc.c File Reference
#include <linux/kernel.h>
#include <linux/export.h>
#include <linux/ide.h>
#include <linux/seq_file.h>
#include "ide-floppy.h"

Go to the source code of this file.

Functions

 ide_devset_rw_field (bios_cyl, bios_cyl)
 
 ide_devset_rw_field (bios_head, bios_head)
 
 ide_devset_rw_field (bios_sect, bios_sect)
 
 ide_devset_rw_field (ticks, pc_delay)
 

Variables

ide_proc_entry_t ide_floppy_proc []
 
struct ide_proc_devset ide_floppy_settings []
 

Function Documentation

ide_devset_rw_field ( bios_cyl  ,
bios_cyl   
)
ide_devset_rw_field ( bios_head  ,
bios_head   
)
ide_devset_rw_field ( bios_sect  ,
bios_sect   
)
ide_devset_rw_field ( ticks  ,
pc_delay   
)

Variable Documentation

ide_proc_entry_t ide_floppy_proc[]
Initial value:
= {
{ "capacity", S_IFREG|S_IRUGO, &idefloppy_capacity_proc_fops },
{}
}

Definition at line 29 of file ide-floppy_proc.c.

struct ide_proc_devset ide_floppy_settings[]
Initial value:
= {
IDE_PROC_DEVSET(bios_cyl, 0, 1023),
IDE_PROC_DEVSET(bios_head, 0, 255),
IDE_PROC_DEVSET(bios_sect, 0, 63),
IDE_PROC_DEVSET(ticks, 0, 255),
{ NULL },
}

Definition at line 40 of file ide-floppy_proc.c.