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

#include <pci.h>

Data Fields

int(* read )(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *val)
 
int(* write )(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 val)
 

Detailed Description

Definition at line 493 of file pci.h.

Field Documentation

int(* read)(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *val)

Definition at line 494 of file pci.h.

int(* write)(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 val)

Definition at line 495 of file pci.h.


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