Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
ide_hw Struct Reference

#include <ide.h>

Data Fields

union {
   struct ide_io_ports   io_ports
 
   unsigned long   io_ports_array [IDE_NR_PORTS]
 
}; 
 
int irq
 
struct devicedev
 
struct deviceparent
 
unsigned long config
 

Detailed Description

Definition at line 175 of file ide.h.

Field Documentation

union { ... }
unsigned long config

Definition at line 183 of file ide.h.

struct device* dev

Definition at line 182 of file ide.h.

struct ide_io_ports io_ports

Definition at line 177 of file ide.h.

unsigned long io_ports_array[IDE_NR_PORTS]

Definition at line 178 of file ide.h.

int irq

Definition at line 181 of file ide.h.

struct device * parent

Definition at line 182 of file ide.h.


The documentation for this struct was generated from the following file: